Class CommandContextUtil
java.lang.Object
com.flowable.workobject.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static java.lang.String
generateNewId(org.flowable.common.engine.impl.persistence.entity.Entity entity)
static org.flowable.cmmn.engine.CmmnEngineConfiguration
getCmmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.common.engine.impl.interceptor.CommandContext
getCommandContext()
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession()
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static WorkObjectDeploymentEntityManager
getDeploymentEntityManager()
static WorkObjectDeploymentEntityManager
getDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
getEventDispatcher()
static org.flowable.identitylink.service.HistoricIdentityLinkService
getHistoricIdentityLinkService()
static org.flowable.task.service.HistoricTaskService
getHistoricTaskService()
static org.flowable.variable.service.HistoricVariableService
getHistoricVariableService()
static HistoricWorkObjectEntityManager
getHistoricWorkObjectEntityManager()
static HistoricWorkObjectEntityManager
getHistoricWorkObjectEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static WorkObjectHistoryManager
getHistoryManager()
static org.flowable.identitylink.service.IdentityLinkService
getIdentityLinkService()
static org.flowable.idm.api.IdmEngineConfigurationApi
getIdmEngineConfiguration()
static org.flowable.idm.api.IdmIdentityService
getIdmIdentityService()
static org.flowable.engine.ProcessEngineConfiguration
getProcessEngineConfiguration()
static org.flowable.engine.ProcessEngineConfiguration
getProcessEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static WorkObjectDefinitionResourceEntityManager
getResourceEntityManager()
static WorkObjectDefinitionResourceEntityManager
getResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.common.engine.impl.persistence.entity.TableDataManager
getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.task.service.TaskService
getTaskService()
static org.flowable.variable.service.VariableService
getVariableService()
static WorkObjectDefinitionEntityManager
getWorkObjectDefinitionEntityManager()
static WorkObjectDefinitionEntityManager
getWorkObjectDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static WorkObjectEngineConfiguration
getWorkObjectEngineConfiguration()
static WorkObjectEngineConfiguration
getWorkObjectEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static LegacyWorkObjectEntityManager
getWorkObjectEntityManager()
static LegacyWorkObjectEntityManager
getWorkObjectEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static WorkObjectRepositoryService
getWorkObjectRepositoryService()
-
Method Details
-
getWorkObjectEngineConfiguration
-
getWorkObjectEngineConfiguration
public static WorkObjectEngineConfiguration getWorkObjectEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDbSqlSession
public static org.flowable.common.engine.impl.db.DbSqlSession getDbSqlSession() -
getDbSqlSession
public static org.flowable.common.engine.impl.db.DbSqlSession getDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTableDataManager
public static org.flowable.common.engine.impl.persistence.entity.TableDataManager getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getResourceEntityManager
-
getResourceEntityManager
public static WorkObjectDefinitionResourceEntityManager getResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDeploymentEntityManager
-
getDeploymentEntityManager
public static WorkObjectDeploymentEntityManager getDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getWorkObjectDefinitionEntityManager
-
getWorkObjectDefinitionEntityManager
public static WorkObjectDefinitionEntityManager getWorkObjectDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getWorkObjectEntityManager
-
getWorkObjectEntityManager
public static LegacyWorkObjectEntityManager getWorkObjectEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getHistoricWorkObjectEntityManager
-
getHistoricWorkObjectEntityManager
public static HistoricWorkObjectEntityManager getHistoricWorkObjectEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getVariableService
public static org.flowable.variable.service.VariableService getVariableService() -
getHistoricVariableService
public static org.flowable.variable.service.HistoricVariableService getHistoricVariableService() -
getWorkObjectRepositoryService
-
getIdentityLinkService
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService() -
getHistoricIdentityLinkService
public static org.flowable.identitylink.service.HistoricIdentityLinkService getHistoricIdentityLinkService() -
getTaskService
public static org.flowable.task.service.TaskService getTaskService() -
getHistoricTaskService
public static org.flowable.task.service.HistoricTaskService getHistoricTaskService() -
getEventDispatcher
public static org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher getEventDispatcher() -
getCmmnEngineConfiguration
public static org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getProcessEngineConfiguration
public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getProcessEngineConfiguration
public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration() -
getHistoryManager
-
getIdmEngineConfiguration
public static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration() -
getIdmIdentityService
public static org.flowable.idm.api.IdmIdentityService getIdmIdentityService() -
generateNewId
public static java.lang.String generateNewId(org.flowable.common.engine.impl.persistence.entity.Entity entity)
-