Package com.flowable.content.engine
Interface ContentEngine
- All Known Implementing Classes:
ContentEngineImpl
public interface ContentEngine
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVERSIONthe version of the flowable content library -
Method Summary
Modifier and Type Method Description voidclose()ContentEngineConfigurationgetContentEngineConfiguration()org.flowable.content.api.ContentManagementServicegetContentManagementService()CoreContentServicegetContentService()DocumentRepositoryServicegetDocumentRepositoryService()MetadataServicegetMetadataService()java.lang.StringgetName()The name as specified in 'content-engine-name' in the flowable.content.cfg.xml configuration file.RenditionServicegetRenditionService()
-
Field Details
-
VERSION
static final java.lang.String VERSIONthe version of the flowable content library- See Also:
- Constant Field Values
-
-
Method Details
-
getName
java.lang.String getName()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 -
close
void close() -
getContentManagementService
org.flowable.content.api.ContentManagementService getContentManagementService() -
getDocumentRepositoryService
DocumentRepositoryService getDocumentRepositoryService() -
getContentService
CoreContentService getContentService() -
getRenditionService
RenditionService getRenditionService() -
getMetadataService
MetadataService getMetadataService() -
getContentEngineConfiguration
ContentEngineConfiguration getContentEngineConfiguration()
-