Class CommandContextUtil
java.lang.Object
org.flowable.cmmn.engine.impl.util.CommandContextUtil
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddInvolvedCaseInstanceId(CommandContext commandContext, String caseInstanceId) static CmmnEngineAgendastatic CmmnEngineAgendagetAgenda(CommandContext commandContext) static CaseDefinitionEntityManagerstatic CaseDefinitionEntityManagergetCaseDefinitionEntityManager(CommandContext commandContext) static CaseInstanceEntityManagerstatic CaseInstanceEntityManagergetCaseInstanceEntityManager(CommandContext commandContext) static CaseInstanceHelperstatic CaseInstanceHelpergetCaseInstanceHelper(CommandContext commandContext) static CmmnDeploymentEntityManagerstatic CmmnDeploymentEntityManagergetCmmnDeploymentEntityManager(CommandContext commandContext) static CmmnEngineConfigurationstatic CmmnEngineConfigurationgetCmmnEngineConfiguration(CommandContext commandContext) static CmmnHistoryManagerstatic CmmnHistoryManagergetCmmnHistoryManager(CommandContext commandContext) static CmmnHistoryServicestatic CmmnRepositoryServicestatic CmmnResourceEntityManagerstatic CmmnResourceEntityManagergetCmmnResourceEntityManager(CommandContext commandContext) static CmmnRuntimeServicestatic CmmnTaskServicestatic CommandContextgetContentEngineConfiguration(CommandContext commandContext) static ContentServicestatic ContentServicegetContentService(CommandContext commandContext) static DbSqlSessionstatic DbSqlSessiongetDbSqlSession(CommandContext commandContext) static DmnEngineConfigurationApigetDmnEngineConfiguration(CommandContext commandContext) static DmnDecisionServicegetDmnRuleService(CommandContext commandContext) static EntityCachestatic EntityCachegetEntityCache(CommandContext commandContext) static EntityLinkServicestatic EntityLinkServicegetEntityLinkService(CommandContext commandContext) static FlowableEventDispatcherstatic FlowableEventDispatchergetEventDispatcher(CommandContext commandContext) static EventRegistrygetEventRegistryEngineConfiguration(CommandContext commandContext) static EventRepositoryServicestatic EventRepositoryServicegetEventRepositoryService(CommandContext commandContext) static EventSubscriptionServicestatic EventSubscriptionServicegetEventSubscriptionService(CommandContext commandContext) static ExpressionManagerstatic ExpressionManagergetExpressionManager(CommandContext commandContext) static FormEngineConfigurationApistatic FormEngineConfigurationApigetFormEngineConfiguration(CommandContext commandContext) static FormManagementServicestatic FormManagementServicegetFormManagementService(CommandContext commandContext) static FormRepositoryServicestatic FormRepositoryServicegetFormRepositoryService(CommandContext commandContext) static FormServicestatic FormServicegetFormService(CommandContext commandContext) getHistoricCaseInstanceEntityManager(CommandContext commandContext) static HistoricEntityLinkServicestatic HistoricEntityLinkServicegetHistoricEntityLinkService(CommandContext commandContext) static HistoricIdentityLinkServicestatic HistoricIdentityLinkServicegetHistoricIdentityLinkService(CommandContext commandContext) getHistoricMilestoneInstanceEntityManager(CommandContext commandContext) getHistoricPlanItemInstanceEntityManager(CommandContext commandContext) static HistoricTaskServicestatic HistoricTaskServicegetHistoricTaskService(CommandContext commandContext) static HistoricVariableServicestatic HistoricVariableServicegetHistoricVariableService(CommandContext commandContext) static IdentityLinkServicestatic IdentityLinkServicegetIdentityLinkService(CommandContext commandContext) static IdmEngineConfigurationApistatic IdmEngineConfigurationApigetIdmEngineConfiguration(CommandContext commandContext) static IdmIdentityServicegetInternalTaskAssignmentManager(CommandContext commandContext) getInvolvedCaseInstanceIds(CommandContext commandContext) static JobServicestatic JobServicegetJobService(CommandContext commandContext) getMilestoneInstanceEntityManager(CommandContext commandContext) getPlanItemInstanceEntityManager(CommandContext commandContext) getSentryPartInstanceEntityManager(CommandContext commandContext) static TableDataManagerstatic TableDataManagergetTableDataManager(CommandContext commandContext) static TaskServicestatic TaskServicegetTaskService(CommandContext commandContext) static TimerJobServicestatic TimerJobServicegetTimerJobService(CommandContext commandContext) static VariableServicestatic VariableServicegetVariableService(CommandContext commandContext)
-
Field Details
-
ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
- See Also:
-
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getCmmnEngineConfiguration
-
getCmmnEngineConfiguration
-
getCmmnRepositoryService
-
getCmmnRuntimeService
-
getCmmnTaskService
-
getCmmnHistoryService
-
getExpressionManager
-
getExpressionManager
-
getEventDispatcher
-
getEventDispatcher
-
getCmmnHistoryManager
-
getCmmnHistoryManager
-
getCmmnDeploymentEntityManager
-
getCmmnDeploymentEntityManager
public static CmmnDeploymentEntityManager getCmmnDeploymentEntityManager(CommandContext commandContext) -
getCmmnResourceEntityManager
-
getCmmnResourceEntityManager
-
getCaseDefinitionEntityManager
-
getCaseDefinitionEntityManager
public static CaseDefinitionEntityManager getCaseDefinitionEntityManager(CommandContext commandContext) -
getCaseInstanceEntityManager
-
getCaseInstanceEntityManager
-
getPlanItemInstanceEntityManager
-
getPlanItemInstanceEntityManager
public static PlanItemInstanceEntityManager getPlanItemInstanceEntityManager(CommandContext commandContext) -
getSentryPartInstanceEntityManager
-
getSentryPartInstanceEntityManager
public static SentryPartInstanceEntityManager getSentryPartInstanceEntityManager(CommandContext commandContext) -
getMilestoneInstanceEntityManager
-
getMilestoneInstanceEntityManager
public static MilestoneInstanceEntityManager getMilestoneInstanceEntityManager(CommandContext commandContext) -
getHistoricCaseInstanceEntityManager
-
getHistoricCaseInstanceEntityManager
public static HistoricCaseInstanceEntityManager getHistoricCaseInstanceEntityManager(CommandContext commandContext) -
getHistoricMilestoneInstanceEntityManager
-
getHistoricMilestoneInstanceEntityManager
public static HistoricMilestoneInstanceEntityManager getHistoricMilestoneInstanceEntityManager(CommandContext commandContext) -
getHistoricPlanItemInstanceEntityManager
-
getHistoricPlanItemInstanceEntityManager
public static HistoricPlanItemInstanceEntityManager getHistoricPlanItemInstanceEntityManager(CommandContext commandContext) -
getTableDataManager
-
getTableDataManager
-
getFormEngineConfiguration
-
getFormEngineConfiguration
-
getFormRepositoryService
-
getFormRepositoryService
-
getFormService
-
getFormService
-
getFormManagementService
-
getFormManagementService
-
getContentEngineConfiguration
-
getContentEngineConfiguration
public static ContentEngineConfigurationApi getContentEngineConfiguration(CommandContext commandContext) -
getContentService
-
getContentService
-
getIdmEngineConfiguration
-
getIdmEngineConfiguration
-
getIdmIdentityService
-
getEventRegistryEngineConfiguration
-
getEventRegistryEngineConfiguration
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration(CommandContext commandContext) -
getEventRegistry
-
getEventRepositoryService
-
getEventRepositoryService
-
getVariableService
-
getVariableService
-
getHistoricVariableService
-
getHistoricVariableService
-
getIdentityLinkService
-
getIdentityLinkService
-
getHistoricIdentityLinkService
-
getHistoricIdentityLinkService
public static HistoricIdentityLinkService getHistoricIdentityLinkService(CommandContext commandContext) -
getEntityLinkService
-
getEntityLinkService
-
getHistoricEntityLinkService
-
getHistoricEntityLinkService
-
getJobService
-
getJobService
-
getTimerJobService
-
getTimerJobService
-
getTaskService
-
getTaskService
-
getHistoricTaskService
-
getHistoricTaskService
-
getEventSubscriptionService
-
getEventSubscriptionService
-
getAgenda
-
getAgenda
-
getDbSqlSession
-
getDbSqlSession
-
getEntityCache
-
getEntityCache
-
addInvolvedCaseInstanceId
-
getInvolvedCaseInstanceIds
-
getCaseInstanceHelper
-
getCaseInstanceHelper
-
getCommandContext
-
getDmnEngineConfiguration
-
getDmnRuleService
-
getInternalTaskAssignmentManager
public static InternalTaskAssignmentManager getInternalTaskAssignmentManager(CommandContext commandContext) -
getInternalTaskAssignmentManager
-