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 ContentEngine
public String getName()
ContentEngine
getName
in interface ContentEngine
public org.flowable.content.api.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
Copyright © 2019. All rights reserved.