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