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
FieldsModifier and TypeFieldDescriptionprotected AsyncExecutorprotected CoreContentServiceprotected DocumentRepositoryServiceprotected ContentEngineConfigurationprotected ContentManagementServiceprotected MetadataServiceprotected Stringprotected RenditionServiceFields inherited from interface com.flowable.content.engine.ContentEngine
VERSION -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
managementService
-
documentRepositoryService
-
contentService
-
renditionService
-
metadataService
-
engineConfiguration
-
asyncExecutor
-
-
Constructor Details
-
ContentEngineImpl
-
-
Method Details
-
startExecutors
public void startExecutors()- Specified by:
startExecutorsin interfaceContentEngine
-
close
public void close()- Specified by:
closein interfaceContentEngine
-
getName
Description copied from interface:ContentEngineThe 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:
getNamein interfaceContentEngine
-
getContentManagementService
- Specified by:
getContentManagementServicein interfaceContentEngine
-
getDocumentRepositoryService
- Specified by:
getDocumentRepositoryServicein interfaceContentEngine
-
getContentService
- Specified by:
getContentServicein interfaceContentEngine
-
getRenditionService
- Specified by:
getRenditionServicein interfaceContentEngine
-
getMetadataService
- Specified by:
getMetadataServicein interfaceContentEngine
-
getContentEngineConfiguration
- Specified by:
getContentEngineConfigurationin interfaceContentEngine
-