public class ContentEngineImpl extends Object implements ContentEngine
| Modifier and Type | Field and Description |
|---|---|
protected ContentService |
contentService |
protected ContentEngineConfiguration |
engineConfiguration |
protected ContentManagementService |
managementService |
protected String |
name |
VERSION| Constructor and Description |
|---|
ContentEngineImpl(ContentEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ContentEngineConfiguration |
getContentEngineConfiguration() |
ContentManagementService |
getContentManagementService() |
ContentService |
getContentService() |
String |
getName()
The name as specified in 'content-engine-name' in the flowable.content.cfg.xml configuration file.
|
protected String name
protected ContentManagementService managementService
protected ContentService contentService
protected ContentEngineConfiguration engineConfiguration
public ContentEngineImpl(ContentEngineConfiguration engineConfiguration)
public void close()
close in interface ContentEnginepublic String getName()
ContentEnginegetName in interface ContentEnginepublic ContentManagementService getContentManagementService()
getContentManagementService in interface ContentEnginepublic ContentService getContentService()
getContentService in interface ContentEnginepublic ContentEngineConfiguration getContentEngineConfiguration()
getContentEngineConfiguration in interface ContentEngineCopyright © 2019 Flowable. All rights reserved.