Interface CustomContentApiSupportParams
-
- All Known Implementing Classes:
CustomContentApiSupportParamsImpl
public interface CustomContentApiSupportParamsBean 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentCreatorgetContentCreator()ContentEntityManagergetContentEntityManager()CustomContentManagergetCustomContentManager()ApiSupportProvidergetProvider()
-
-
-
Method Detail
-
getProvider
ApiSupportProvider getProvider()
-
getCustomContentManager
CustomContentManager getCustomContentManager()
-
getContentCreator
ContentCreator getContentCreator()
-
getContentEntityManager
ContentEntityManager getContentEntityManager()
-
-