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:
getProvider
in interfaceCustomContentApiSupportParams
-
getCustomContentManager
- Specified by:
getCustomContentManager
in interfaceCustomContentApiSupportParams
-
getContentCreator
- Specified by:
getContentCreator
in interfaceCustomContentApiSupportParams
-
getContentEntityManager
- Specified by:
getContentEntityManager
in interfaceCustomContentApiSupportParams
-
getContentFactory
- Specified by:
getContentFactory
in interfaceCustomContentApiSupportParams
-