Class ScopeEngineConfigurationUtil


  • public class ScopeEngineConfigurationUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.flowable.common.engine.impl.AbstractEngineConfiguration getEngineConfiguration​(java.lang.String scopeType)  
      static org.flowable.entitylink.api.EntityLinkService getEntityLinkService​(java.lang.String scopeType)  
      static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService​(java.lang.String scopeType)  
      static org.flowable.task.service.HistoricTaskService getHistoricTaskService​(java.lang.String scopeType)  
      static org.flowable.task.service.TaskService getTaskService​(java.lang.String scopeType)  
      static org.flowable.variable.service.VariableServiceConfiguration getVariableServiceConfiguration​(java.lang.String scopeType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScopeEngineConfigurationUtil

        public ScopeEngineConfigurationUtil()
    • Method Detail

      • getTaskService

        public static org.flowable.task.service.TaskService getTaskService​(java.lang.String scopeType)
      • getHistoricTaskService

        public static org.flowable.task.service.HistoricTaskService getHistoricTaskService​(java.lang.String scopeType)
      • getEntityLinkService

        public static org.flowable.entitylink.api.EntityLinkService getEntityLinkService​(java.lang.String scopeType)
      • getHistoricEntityLinkService

        public static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService​(java.lang.String scopeType)
      • getVariableServiceConfiguration

        public static org.flowable.variable.service.VariableServiceConfiguration getVariableServiceConfiguration​(java.lang.String scopeType)
      • getEngineConfiguration

        public static org.flowable.common.engine.impl.AbstractEngineConfiguration getEngineConfiguration​(java.lang.String scopeType)