Package com.flowable.content.engine.impl
Class ContentEngineImpl
java.lang.Object
com.flowable.content.engine.impl.ContentEngineImpl
- All Implemented Interfaces:
ContentEngine
- Author:
- Tijs Rademakers
-
Field Summary
Modifier and TypeFieldDescriptionprotected AsyncExecutor
protected CoreContentService
protected DocumentRepositoryService
protected ContentEngineConfiguration
protected ContentManagementService
protected MetadataService
protected String
protected RenditionService
Fields inherited from interface com.flowable.content.engine.ContentEngine
VERSION
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
managementService
-
documentRepositoryService
-
contentService
-
renditionService
-
metadataService
-
engineConfiguration
-
asyncExecutor
-
-
Constructor Details
-
ContentEngineImpl
-
-
Method Details
-
startExecutors
public void startExecutors()- Specified by:
startExecutors
in interfaceContentEngine
-
close
public void close()- Specified by:
close
in interfaceContentEngine
-
getName
Description copied from interface:ContentEngine
The name as specified in 'content-engine-name' in the flowable.content.cfg.xml configuration file. The default name for a process engine is 'default- Specified by:
getName
in interfaceContentEngine
-
getContentManagementService
- Specified by:
getContentManagementService
in interfaceContentEngine
-
getDocumentRepositoryService
- Specified by:
getDocumentRepositoryService
in interfaceContentEngine
-
getContentService
- Specified by:
getContentService
in interfaceContentEngine
-
getRenditionService
- Specified by:
getRenditionService
in interfaceContentEngine
-
getMetadataService
- Specified by:
getMetadataService
in interfaceContentEngine
-
getContentEngineConfiguration
- Specified by:
getContentEngineConfiguration
in interfaceContentEngine
-