Class ScopeEngineConfigurationUtil

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

public class ScopeEngineConfigurationUtil extends Object
  • Constructor Details

    • ScopeEngineConfigurationUtil

      public ScopeEngineConfigurationUtil()
  • Method Details

    • getHistoricTaskService

      public static org.flowable.task.service.HistoricTaskService getHistoricTaskService(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getEntityLinkService

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

      public static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getVariableServiceConfiguration

      public static org.flowable.variable.service.VariableServiceConfiguration getVariableServiceConfiguration(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getEngineConfiguration

      public static org.flowable.common.engine.impl.AbstractEngineConfiguration getEngineConfiguration(String scopeType)
    • getEngineConfiguration

      public static org.flowable.common.engine.impl.AbstractEngineConfiguration getEngineConfiguration(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)