Package com.flowable.content.engine
Interface ContentEngine
- All Superinterfaces:
org.flowable.common.engine.api.Engine
- All Known Implementing Classes:
ContentEngineImpl
public interface ContentEngine
extends org.flowable.common.engine.api.Engine
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.content.api.ContentManagementService
void
The name as specified in 'content-engine-name' in the flowable.content.cfg.xml configuration file.Methods inherited from interface org.flowable.common.engine.api.Engine
close, getName
-
Field Details
-
VERSION
the version of the flowable content library- See Also:
-
-
Method Details
-
startExecutors
void startExecutors()The name as specified in 'content-engine-name' in the flowable.content.cfg.xml configuration file. The default name for a process engine is 'default -
getContentManagementService
org.flowable.content.api.ContentManagementService getContentManagementService() -
getDocumentRepositoryService
DocumentRepositoryService getDocumentRepositoryService() -
getContentService
CoreContentService getContentService() -
getRenditionService
RenditionService getRenditionService() -
getMetadataService
MetadataService getMetadataService() -
getContentEngineConfiguration
ContentEngineConfiguration getContentEngineConfiguration()
-