public class ContentEngineImpl extends Object implements ContentEngine
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor |
asyncExecutor |
protected CoreContentService |
contentService |
protected DocumentRepositoryService |
documentRepositoryService |
protected ContentEngineConfiguration |
engineConfiguration |
protected org.flowable.content.api.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() |
org.flowable.content.api.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() |
protected String name
protected org.flowable.content.api.ContentManagementService managementService
protected DocumentRepositoryService documentRepositoryService
protected CoreContentService contentService
protected RenditionService renditionService
protected MetadataService metadataService
protected ContentEngineConfiguration engineConfiguration
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncExecutor
public ContentEngineImpl(ContentEngineConfiguration engineConfiguration)
public void close()
close in interface ContentEnginepublic String getName()
ContentEnginegetName in interface ContentEnginepublic org.flowable.content.api.ContentManagementService getContentManagementService()
getContentManagementService in interface ContentEnginepublic DocumentRepositoryService getDocumentRepositoryService()
getDocumentRepositoryService in interface ContentEnginepublic CoreContentService getContentService()
getContentService in interface ContentEnginepublic RenditionService getRenditionService()
getRenditionService in interface ContentEnginepublic MetadataService getMetadataService()
getMetadataService in interface ContentEnginepublic ContentEngineConfiguration getContentEngineConfiguration()
getContentEngineConfiguration in interface ContentEngineCopyright © 2019. All rights reserved.