public class ContentEngineImpl extends Object implements ContentEngine
Modifier and Type | Field and Description |
---|---|
protected AsyncExecutor |
asyncExecutor |
protected CoreContentService |
contentService |
protected DocumentRepositoryService |
documentRepositoryService |
protected ContentEngineConfiguration |
engineConfiguration |
protected ContentManagementService |
managementService |
protected MetadataService |
metadataService |
protected String |
name |
protected RenditionService |
renditionService |
VERSION
Constructor and Description |
---|
ContentEngineImpl(ContentEngineConfiguration engineConfiguration) |
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() |
protected String name
protected ContentManagementService managementService
protected DocumentRepositoryService documentRepositoryService
protected CoreContentService contentService
protected RenditionService renditionService
protected MetadataService metadataService
protected ContentEngineConfiguration engineConfiguration
protected AsyncExecutor asyncExecutor
public ContentEngineImpl(ContentEngineConfiguration engineConfiguration)
public void startExecutors()
startExecutors
in interface ContentEngine
public void close()
close
in interface ContentEngine
public String getName()
ContentEngine
getName
in interface ContentEngine
public ContentManagementService getContentManagementService()
getContentManagementService
in interface ContentEngine
public DocumentRepositoryService getDocumentRepositoryService()
getDocumentRepositoryService
in interface ContentEngine
public CoreContentService getContentService()
getContentService
in interface ContentEngine
public RenditionService getRenditionService()
getRenditionService
in interface ContentEngine
public MetadataService getMetadataService()
getMetadataService
in interface ContentEngine
public ContentEngineConfiguration getContentEngineConfiguration()
getContentEngineConfiguration
in interface ContentEngine