Package com.flowable.core.content.api
Interface CoreContentEngineConfigurationApi
- All Superinterfaces:
org.flowable.content.api.ContentEngineConfigurationApi
- All Known Implementing Classes:
ContentEngineConfiguration
,SpringContentEngineConfiguration
,StandaloneContentEngineConfiguration
,StandaloneInMemContentEngineConfiguration
public interface CoreContentEngineConfigurationApi
extends org.flowable.content.api.ContentEngineConfigurationApi
-
Method Summary
Modifier and Type Method Description CoreContentService
getContentService()
DocumentRepositoryService
getDocumentRepositoryService()
DocumentResourceConverter
getDocumentResourceConverter()
MetadataService
getMetadataService()
RenditionService
getRenditionService()
-
Method Details
-
getContentService
CoreContentService getContentService()- Specified by:
getContentService
in interfaceorg.flowable.content.api.ContentEngineConfigurationApi
-
getDocumentRepositoryService
DocumentRepositoryService getDocumentRepositoryService() -
getRenditionService
RenditionService getRenditionService() -
getMetadataService
MetadataService getMetadataService() -
getDocumentResourceConverter
DocumentResourceConverter getDocumentResourceConverter()
-