public interface ContentEngine
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
the version of the flowable content library
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
ContentEngineConfiguration |
getContentEngineConfiguration() |
ContentManagementService |
getContentManagementService() |
CoreContentService |
getContentService() |
DocumentRepositoryService |
getDocumentRepositoryService() |
MetadataService |
getMetadataService() |
String |
getName()
The name as specified in 'content-engine-name' in the flowable.content.cfg.xml configuration file.
|
RenditionService |
getRenditionService() |
void |
startExecutors() |
static final String VERSION
String getName()
void close()
void startExecutors()
ContentManagementService getContentManagementService()
DocumentRepositoryService getDocumentRepositoryService()
CoreContentService getContentService()
RenditionService getRenditionService()
MetadataService getMetadataService()
ContentEngineConfiguration getContentEngineConfiguration()