Package org.flowable.engine.impl.util
Class CommandContextUtil
java.lang.Object
org.flowable.engine.impl.util.CommandContextUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddInvolvedExecution(CommandContext commandContext, ExecutionEntity executionEntity) static voidclearInvolvedExecutions(CommandContext commandContext) getActivityInstanceEntityManager(CommandContext commandContext) static FlowableEngineAgendastatic FlowableEngineAgendagetAgenda(CommandContext commandContext) static AttachmentEntityManagerstatic AttachmentEntityManagergetAttachmentEntityManager(CommandContext commandContext) static BatchServicestatic BatchServicegetBatchService(CommandContext commandContext) static ByteArrayEntityManagerstatic ByteArrayEntityManagergetByteArrayEntityManager(CommandContext commandContext) static CommandContextstatic CommentEntityManagerstatic CommentEntityManagergetCommentEntityManager(CommandContext commandContext) getContentEngineConfiguration(CommandContext commandContext) static ContentServicestatic ContentServicegetContentService(CommandContext commandContext) static DbSqlSessionstatic DbSqlSessiongetDbSqlSession(CommandContext commandContext) static DeploymentEntityManagerstatic DeploymentEntityManagergetDeploymentEntityManager(CommandContext commandContext) static DmnEngineConfigurationApistatic DmnEngineConfigurationApigetDmnEngineConfiguration(CommandContext commandContext) static DmnManagementServicestatic DmnRepositoryServicestatic DmnDecisionServicestatic EntityCachestatic EntityCachegetEntityCache(CommandContext commandContext) static EntityLinkServicestatic EntityLinkServicegetEntityLinkService(CommandContext commandContext) static FlowableEventDispatcherstatic FlowableEventDispatchergetEventDispatcher(CommandContext commandContext) static EventLogEntryEntityManagerstatic EventLogEntryEntityManagergetEventLogEntryEntityManager(CommandContext commandContext) static EventRegistrystatic EventRegistrygetEventRegistry(CommandContext commandContext) getEventRegistryEngineConfiguration(CommandContext commandContext) static EventRepositoryServicestatic EventRepositoryServicegetEventRepositoryService(CommandContext commandContext) static EventSubscriptionServicestatic EventSubscriptionServicegetEventSubscriptionService(CommandContext commandContext) static ExecutionEntityManagerstatic ExecutionEntityManagergetExecutionEntityManager(CommandContext commandContext) static FailedJobCommandFactorystatic FailedJobCommandFactorygetFailedJobCommandFactory(CommandContext commandContext) static FormEngineConfigurationApistatic FormEngineConfigurationApigetFormEngineConfiguration(CommandContext commandContext) static FormManagementServicestatic FormManagementServicegetFormManagementService(CommandContext commandContext) static FormRepositoryServicestatic FormRepositoryServicegetFormRepositoryService(CommandContext commandContext) static FormServicestatic FormServicegetFormService(CommandContext commandContext) getHistoricActivityInstanceEntityManager(CommandContext commandContext) static HistoricDetailEntityManagerstatic HistoricDetailEntityManagergetHistoricDetailEntityManager(CommandContext commandContext) static HistoricEntityLinkServicestatic HistoricEntityLinkServicegetHistoricEntityLinkService(CommandContext commandContext) static HistoricIdentityLinkServicestatic HistoricIdentityLinkServicegetHistoricIdentityLinkService(CommandContext commandContext) getHistoricProcessInstanceEntityManager(CommandContext commandContext) static HistoricTaskServicestatic HistoricTaskServicegetHistoricTaskService(CommandContext commandContext) static HistoricVariableServicestatic HistoricVariableServicegetHistoricVariableService(CommandContext commandContext) static HistoryManagerstatic HistoryManagergetHistoryManager(CommandContext commandContext) static IdentityLinkServicestatic IdentityLinkServicegetIdentityLinkService(CommandContext commandContext) static IdmEngineConfigurationApistatic IdmEngineConfigurationApigetIdmEngineConfiguration(CommandContext commandContext) static IdmIdentityServicestatic Map<String,ExecutionEntity> getInvolvedExecutions(CommandContext commandContext) static JobServicestatic JobServicegetJobService(CommandContext commandContext) static ModelEntityManagerstatic ModelEntityManagergetModelEntityManager(CommandContext commandContext) getProcessDefinitionEntityManager(CommandContext commandContext) getProcessDefinitionInfoEntityManager(CommandContext commandContext) getProcessEngineConfiguration(CommandContext commandContext) static ProcessInstanceHelperstatic ProcessInstanceHelpergetProcessInstanceHelper(CommandContext commandContext) static PropertyEntityManagerstatic PropertyEntityManagergetPropertyEntityManager(CommandContext commandContext) static ResourceEntityManagerstatic ResourceEntityManagergetResourceEntityManager(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_EXECUTIONS
- See Also:
-
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getProcessEngineConfiguration
-
getProcessEngineConfiguration
public static ProcessEngineConfigurationImpl getProcessEngineConfiguration(CommandContext commandContext) -
getIdmEngineConfiguration
-
getIdmEngineConfiguration
-
getIdmIdentityService
-
getEventRegistryEngineConfiguration
-
getEventRegistryEngineConfiguration
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration(CommandContext commandContext) -
getEventRegistry
-
getEventRegistry
-
getEventRepositoryService
-
getEventRepositoryService
-
getDmnEngineConfiguration
-
getDmnEngineConfiguration
-
getDmnRepositoryService
-
getDmnRuleService
-
getDmnManagementService
-
getFormEngineConfiguration
-
getFormEngineConfiguration
-
getFormRepositoryService
-
getFormRepositoryService
-
getFormService
-
getFormService
-
getFormManagementService
-
getFormManagementService
-
getContentEngineConfiguration
-
getContentEngineConfiguration
public static ContentEngineConfigurationApi getContentEngineConfiguration(CommandContext commandContext) -
getContentService
-
getContentService
-
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
-
getBatchService
-
getBatchService
-
getAgenda
-
getAgenda
-
getDbSqlSession
-
getDbSqlSession
-
getEntityCache
-
getEntityCache
-
addInvolvedExecution
public static void addInvolvedExecution(CommandContext commandContext, ExecutionEntity executionEntity) -
getInvolvedExecutions
-
clearInvolvedExecutions
-
getTableDataManager
-
getTableDataManager
-
getByteArrayEntityManager
-
getByteArrayEntityManager
-
getResourceEntityManager
-
getResourceEntityManager
-
getDeploymentEntityManager
-
getDeploymentEntityManager
-
getPropertyEntityManager
-
getPropertyEntityManager
-
getProcessDefinitionEntityManager
-
getProcessDefinitionEntityManager
public static ProcessDefinitionEntityManager getProcessDefinitionEntityManager(CommandContext commandContext) -
getProcessDefinitionInfoEntityManager
-
getProcessDefinitionInfoEntityManager
public static ProcessDefinitionInfoEntityManager getProcessDefinitionInfoEntityManager(CommandContext commandContext) -
getExecutionEntityManager
-
getExecutionEntityManager
-
getCommentEntityManager
-
getCommentEntityManager
-
getModelEntityManager
-
getModelEntityManager
-
getHistoryManager
-
getHistoricProcessInstanceEntityManager
-
getHistoricProcessInstanceEntityManager
public static HistoricProcessInstanceEntityManager getHistoricProcessInstanceEntityManager(CommandContext commandContext) -
getActivityInstanceEntityManager
-
getActivityInstanceEntityManager
public static ActivityInstanceEntityManager getActivityInstanceEntityManager(CommandContext commandContext) -
getHistoricActivityInstanceEntityManager
-
getHistoricActivityInstanceEntityManager
public static HistoricActivityInstanceEntityManager getHistoricActivityInstanceEntityManager(CommandContext commandContext) -
getHistoryManager
-
getHistoricDetailEntityManager
-
getHistoricDetailEntityManager
public static HistoricDetailEntityManager getHistoricDetailEntityManager(CommandContext commandContext) -
getAttachmentEntityManager
-
getAttachmentEntityManager
-
getEventLogEntryEntityManager
-
getEventLogEntryEntityManager
public static EventLogEntryEntityManager getEventLogEntryEntityManager(CommandContext commandContext) -
getEventDispatcher
-
getEventDispatcher
-
getFailedJobCommandFactory
-
getFailedJobCommandFactory
-
getProcessInstanceHelper
-
getProcessInstanceHelper
-
getCommandContext
-