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.AbstractEngineConfigurationgetEngineConfiguration(java.lang.String scopeType)static org.flowable.entitylink.api.EntityLinkServicegetEntityLinkService(java.lang.String scopeType)static org.flowable.entitylink.api.history.HistoricEntityLinkServicegetHistoricEntityLinkService(java.lang.String scopeType)static org.flowable.task.service.HistoricTaskServicegetHistoricTaskService(java.lang.String scopeType)static org.flowable.task.service.TaskServicegetTaskService(java.lang.String scopeType)static org.flowable.variable.service.VariableServiceConfigurationgetVariableServiceConfiguration(java.lang.String scopeType)
-
Constructor Details
-
ScopeEngineConfigurationUtil
public ScopeEngineConfigurationUtil()
-
-
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)
-