Package com.flowable.content.engine.impl
Class ContentEngineImpl
java.lang.Object
com.flowable.content.engine.impl.ContentEngineImpl
- All Implemented Interfaces:
ContentEngine,org.flowable.common.engine.api.Engine
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.job.service.impl.asyncexecutor.AsyncExecutorprotected CoreContentServiceprotected DocumentRepositoryServiceprotected ContentEngineConfigurationprotected org.flowable.content.api.ContentManagementServiceprotected MetadataServiceprotected Stringprotected RenditionServiceFields inherited from interface com.flowable.content.engine.ContentEngine
VERSION -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
managementService
protected org.flowable.content.api.ContentManagementService managementService -
documentRepositoryService
-
contentService
-
renditionService
-
metadataService
-
engineConfiguration
-
asyncExecutor
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncExecutor
-
-
Constructor Details
-
ContentEngineImpl
-
-
Method Details
-
startExecutors
public void startExecutors()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:
startExecutorsin interfaceContentEngine
-
close
public void close()- Specified by:
closein interfaceorg.flowable.common.engine.api.Engine
-
getName
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.Engine
-
getContentManagementService
public org.flowable.content.api.ContentManagementService 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
-