Class ScopeEngineConfigurationUtil

java.lang.Object
com.flowable.platform.engine.impl.util.ScopeEngineConfigurationUtil

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

    Constructors 
    Constructor Description
    ScopeEngineConfigurationUtil()  
  • Method Summary

    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 Details

  • Method Details

    • 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)