Interface ContentEngine

All Superinterfaces:
Engine
All Known Implementing Classes:
ContentEngineImpl

public interface ContentEngine extends Engine
  • Field Details

  • Method Details

    • startExecutors

      void startExecutors()
      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
    • getContentManagementService

      ContentManagementService getContentManagementService()
    • getDocumentRepositoryService

      DocumentRepositoryService getDocumentRepositoryService()
    • getContentService

      CoreContentService getContentService()
    • getRenditionService

      RenditionService getRenditionService()
    • getMetadataService

      MetadataService getMetadataService()
    • getContentEngineConfiguration

      ContentEngineConfiguration getContentEngineConfiguration()