Class CommandContextUtil
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends Object
- Author:
- Joram Barrez, Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
-
Constructor Summary
Constructors Constructor Description CommandContextUtil()
-
Method Summary
-
-
-
Field Detail
-
ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
public static final String ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCmmnEngineConfiguration
public static CmmnEngineConfiguration getCmmnEngineConfiguration()
-
getCmmnEngineConfiguration
public static CmmnEngineConfiguration getCmmnEngineConfiguration(CommandContext commandContext)
-
getCmmnRepositoryService
public static CmmnRepositoryService getCmmnRepositoryService()
-
getCmmnRuntimeService
public static CmmnRuntimeService getCmmnRuntimeService()
-
getCmmnTaskService
public static CmmnTaskService getCmmnTaskService()
-
getCmmnHistoryService
public static CmmnHistoryService getCmmnHistoryService()
-
getExpressionManager
public static ExpressionManager getExpressionManager()
-
getExpressionManager
public static ExpressionManager getExpressionManager(CommandContext commandContext)
-
getEventDispatcher
public static FlowableEventDispatcher getEventDispatcher()
-
getEventDispatcher
public static FlowableEventDispatcher getEventDispatcher(CommandContext commandContext)
-
getCmmnHistoryManager
public static CmmnHistoryManager getCmmnHistoryManager()
-
getCmmnHistoryManager
public static CmmnHistoryManager getCmmnHistoryManager(CommandContext commandContext)
-
getCmmnDeploymentEntityManager
public static CmmnDeploymentEntityManager getCmmnDeploymentEntityManager()
-
getCmmnDeploymentEntityManager
public static CmmnDeploymentEntityManager getCmmnDeploymentEntityManager(CommandContext commandContext)
-
getCmmnResourceEntityManager
public static CmmnResourceEntityManager getCmmnResourceEntityManager()
-
getCmmnResourceEntityManager
public static CmmnResourceEntityManager getCmmnResourceEntityManager(CommandContext commandContext)
-
getCaseDefinitionEntityManager
public static CaseDefinitionEntityManager getCaseDefinitionEntityManager()
-
getCaseDefinitionEntityManager
public static CaseDefinitionEntityManager getCaseDefinitionEntityManager(CommandContext commandContext)
-
getCaseInstanceEntityManager
public static CaseInstanceEntityManager getCaseInstanceEntityManager()
-
getCaseInstanceEntityManager
public static CaseInstanceEntityManager getCaseInstanceEntityManager(CommandContext commandContext)
-
getPlanItemInstanceEntityManager
public static PlanItemInstanceEntityManager getPlanItemInstanceEntityManager()
-
getPlanItemInstanceEntityManager
public static PlanItemInstanceEntityManager getPlanItemInstanceEntityManager(CommandContext commandContext)
-
getSentryPartInstanceEntityManager
public static SentryPartInstanceEntityManager getSentryPartInstanceEntityManager()
-
getSentryPartInstanceEntityManager
public static SentryPartInstanceEntityManager getSentryPartInstanceEntityManager(CommandContext commandContext)
-
getMilestoneInstanceEntityManager
public static MilestoneInstanceEntityManager getMilestoneInstanceEntityManager()
-
getMilestoneInstanceEntityManager
public static MilestoneInstanceEntityManager getMilestoneInstanceEntityManager(CommandContext commandContext)
-
getHistoricCaseInstanceEntityManager
public static HistoricCaseInstanceEntityManager getHistoricCaseInstanceEntityManager()
-
getHistoricCaseInstanceEntityManager
public static HistoricCaseInstanceEntityManager getHistoricCaseInstanceEntityManager(CommandContext commandContext)
-
getHistoricMilestoneInstanceEntityManager
public static HistoricMilestoneInstanceEntityManager getHistoricMilestoneInstanceEntityManager()
-
getHistoricMilestoneInstanceEntityManager
public static HistoricMilestoneInstanceEntityManager getHistoricMilestoneInstanceEntityManager(CommandContext commandContext)
-
getHistoricPlanItemInstanceEntityManager
public static HistoricPlanItemInstanceEntityManager getHistoricPlanItemInstanceEntityManager()
-
getHistoricPlanItemInstanceEntityManager
public static HistoricPlanItemInstanceEntityManager getHistoricPlanItemInstanceEntityManager(CommandContext commandContext)
-
getTableDataManager
public static TableDataManager getTableDataManager()
-
getTableDataManager
public static TableDataManager getTableDataManager(CommandContext commandContext)
-
getFormEngineConfiguration
public static FormEngineConfigurationApi getFormEngineConfiguration()
-
getFormEngineConfiguration
public static FormEngineConfigurationApi getFormEngineConfiguration(CommandContext commandContext)
-
getFormRepositoryService
public static FormRepositoryService getFormRepositoryService()
-
getFormRepositoryService
public static FormRepositoryService getFormRepositoryService(CommandContext commandContext)
-
getFormService
public static FormService getFormService()
-
getFormService
public static FormService getFormService(CommandContext commandContext)
-
getFormManagementService
public static FormManagementService getFormManagementService()
-
getFormManagementService
public static FormManagementService getFormManagementService(CommandContext commandContext)
-
getContentEngineConfiguration
public static ContentEngineConfigurationApi getContentEngineConfiguration()
-
getContentEngineConfiguration
public static ContentEngineConfigurationApi getContentEngineConfiguration(CommandContext commandContext)
-
getContentService
public static ContentService getContentService()
-
getContentService
public static ContentService getContentService(CommandContext commandContext)
-
getIdmEngineConfiguration
public static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration()
-
getIdmEngineConfiguration
public static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration(CommandContext commandContext)
-
getIdmIdentityService
public static org.flowable.idm.api.IdmIdentityService getIdmIdentityService()
-
getEventRegistryEngineConfiguration
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration()
-
getEventRegistryEngineConfiguration
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration(CommandContext commandContext)
-
getEventRegistry
public static org.flowable.eventregistry.api.EventRegistry getEventRegistry()
-
getEventRepositoryService
public static org.flowable.eventregistry.api.EventRepositoryService getEventRepositoryService()
-
getEventRepositoryService
public static org.flowable.eventregistry.api.EventRepositoryService getEventRepositoryService(CommandContext commandContext)
-
getVariableService
public static VariableService getVariableService()
-
getVariableService
public static VariableService getVariableService(CommandContext commandContext)
-
getHistoricVariableService
public static HistoricVariableService getHistoricVariableService()
-
getHistoricVariableService
public static HistoricVariableService getHistoricVariableService(CommandContext commandContext)
-
getIdentityLinkService
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService()
-
getIdentityLinkService
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService(CommandContext commandContext)
-
getHistoricIdentityLinkService
public static org.flowable.identitylink.service.HistoricIdentityLinkService getHistoricIdentityLinkService()
-
getHistoricIdentityLinkService
public static org.flowable.identitylink.service.HistoricIdentityLinkService getHistoricIdentityLinkService(CommandContext commandContext)
-
getEntityLinkService
public static org.flowable.entitylink.api.EntityLinkService getEntityLinkService()
-
getEntityLinkService
public static org.flowable.entitylink.api.EntityLinkService getEntityLinkService(CommandContext commandContext)
-
getHistoricEntityLinkService
public static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService()
-
getHistoricEntityLinkService
public static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService(CommandContext commandContext)
-
getJobService
public static JobService getJobService()
-
getJobService
public static JobService getJobService(CommandContext commandContext)
-
getTimerJobService
public static TimerJobService getTimerJobService()
-
getTimerJobService
public static TimerJobService getTimerJobService(CommandContext commandContext)
-
getTaskService
public static TaskService getTaskService()
-
getTaskService
public static TaskService getTaskService(CommandContext commandContext)
-
getHistoricTaskService
public static HistoricTaskService getHistoricTaskService()
-
getHistoricTaskService
public static HistoricTaskService getHistoricTaskService(CommandContext commandContext)
-
getEventSubscriptionService
public static EventSubscriptionService getEventSubscriptionService()
-
getEventSubscriptionService
public static EventSubscriptionService getEventSubscriptionService(CommandContext commandContext)
-
getAgenda
public static CmmnEngineAgenda getAgenda()
-
getAgenda
public static CmmnEngineAgenda getAgenda(CommandContext commandContext)
-
getDbSqlSession
public static DbSqlSession getDbSqlSession()
-
getDbSqlSession
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
-
getEntityCache
public static EntityCache getEntityCache()
-
getEntityCache
public static EntityCache getEntityCache(CommandContext commandContext)
-
addInvolvedCaseInstanceId
public static void addInvolvedCaseInstanceId(CommandContext commandContext, String caseInstanceId)
-
getInvolvedCaseInstanceIds
public static Set<String> getInvolvedCaseInstanceIds(CommandContext commandContext)
-
getCaseInstanceHelper
public static CaseInstanceHelper getCaseInstanceHelper()
-
getCaseInstanceHelper
public static CaseInstanceHelper getCaseInstanceHelper(CommandContext commandContext)
-
getCommandContext
public static CommandContext getCommandContext()
-
getDmnEngineConfiguration
public static DmnEngineConfigurationApi getDmnEngineConfiguration(CommandContext commandContext)
-
getDmnRuleService
public static DmnDecisionService getDmnRuleService(CommandContext commandContext)
-
getInternalTaskAssignmentManager
public static InternalTaskAssignmentManager getInternalTaskAssignmentManager(CommandContext commandContext)
-
getInternalTaskAssignmentManager
public static InternalTaskAssignmentManager getInternalTaskAssignmentManager()
-
-