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() |
ContentService |
getContentService() |
String |
getName()
The name as specified in 'content-engine-name' in the flowable.content.cfg.xml configuration file.
|
static final String VERSION
String getName()
void close()
ContentManagementService getContentManagementService()
ContentService getContentService()
ContentEngineConfiguration getContentEngineConfiguration()
Copyright © 2019 Flowable. All rights reserved.