Interface CustomContentApiSupportParams
- All Known Implementing Classes:
CustomContentApiSupportParamsImpl
public interface CustomContentApiSupportParams
Bean to provide the parameters for the CustomContentApiSupport class this allows us to continue
using the constructor injection on the CustomContentTypeApiSupport SPI. Additional required parameters
will be added to this class, which will avoid the binary breaking changes required to add additional parameters
to a constructor
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getProvider
ApiSupportProvider getProvider() -
getCustomContentManager
CustomContentManager getCustomContentManager() -
getContentCreator
ContentCreator getContentCreator() -
getContentEntityManager
ContentEntityManager getContentEntityManager() -
getContentFactory
ModelFactory<ContentEntityObject,Content> getContentFactory()- Since:
- 9.0
-