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 org.flowable.entitylink.api.EntityLinkServicestatic org.flowable.entitylink.api.EntityLinkServicegetEntityLinkService(CommandContext commandContext) static FlowableEventDispatcherstatic FlowableEventDispatchergetEventDispatcher(CommandContext commandContext) static org.flowable.eventregistry.api.EventRegistrygetEventRegistryEngineConfiguration(CommandContext commandContext) static org.flowable.eventregistry.api.EventRepositoryServicestatic org.flowable.eventregistry.api.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 org.flowable.entitylink.api.history.HistoricEntityLinkServicestatic org.flowable.entitylink.api.history.HistoricEntityLinkServicegetHistoricEntityLinkService(CommandContext commandContext) static org.flowable.identitylink.service.HistoricIdentityLinkServicestatic org.flowable.identitylink.service.HistoricIdentityLinkServicegetHistoricIdentityLinkService(CommandContext commandContext) getHistoricMilestoneInstanceEntityManager(CommandContext commandContext) getHistoricPlanItemInstanceEntityManager(CommandContext commandContext) static HistoricTaskServicestatic HistoricTaskServicegetHistoricTaskService(CommandContext commandContext) static HistoricVariableServicestatic HistoricVariableServicegetHistoricVariableService(CommandContext commandContext) static org.flowable.identitylink.service.IdentityLinkServicestatic org.flowable.identitylink.service.IdentityLinkServicegetIdentityLinkService(CommandContext commandContext) static org.flowable.idm.api.IdmEngineConfigurationApistatic org.flowable.idm.api.IdmEngineConfigurationApigetIdmEngineConfiguration(CommandContext commandContext) static org.flowable.idm.api.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
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
-
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
-
getVariableService
-
getHistoricVariableService
-
getHistoricVariableService
-
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
-
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
-