Class CustomContentApiSupportParamsImpl
java.lang.Object
com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
- All Implemented Interfaces:
 CustomContentApiSupportParams
public class CustomContentApiSupportParamsImpl
extends Object
implements CustomContentApiSupportParams
- 
Constructor Summary
ConstructorsConstructorDescriptionCustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory)  - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
CustomContentApiSupportParamsImpl
public CustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory)  
 - 
 - 
Method Details
- 
getProvider
- Specified by:
 getProviderin interfaceCustomContentApiSupportParams
 - 
getCustomContentManager
- Specified by:
 getCustomContentManagerin interfaceCustomContentApiSupportParams
 - 
getContentCreator
- Specified by:
 getContentCreatorin interfaceCustomContentApiSupportParams
 - 
getContentEntityManager
- Specified by:
 getContentEntityManagerin interfaceCustomContentApiSupportParams
 - 
getContentFactory
- Specified by:
 getContentFactoryin interfaceCustomContentApiSupportParams
 
 -