Package org.flowable.engine.impl.util
Class CommandContextUtil
- java.lang.Object
-
- org.flowable.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_INVOLVED_EXECUTIONS
-
Constructor Summary
Constructors Constructor Description CommandContextUtil()
-
Method Summary
-
-
-
Field Detail
-
ATTRIBUTE_INVOLVED_EXECUTIONS
public static final String ATTRIBUTE_INVOLVED_EXECUTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProcessEngineConfiguration
public static ProcessEngineConfigurationImpl getProcessEngineConfiguration()
-
getProcessEngineConfiguration
public static ProcessEngineConfigurationImpl getProcessEngineConfiguration(CommandContext commandContext)
-
getIdmEngineConfiguration
public static IdmEngineConfigurationApi getIdmEngineConfiguration()
-
getIdmEngineConfiguration
public static IdmEngineConfigurationApi getIdmEngineConfiguration(CommandContext commandContext)
-
getIdmIdentityService
public static IdmIdentityService getIdmIdentityService()
-
getEventRegistryEngineConfiguration
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration()
-
getEventRegistryEngineConfiguration
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration(CommandContext commandContext)
-
getEventRegistry
public static org.flowable.eventregistry.api.EventRegistry getEventRegistry()
-
getEventRegistry
public static org.flowable.eventregistry.api.EventRegistry getEventRegistry(CommandContext commandContext)
-
getEventRepositoryService
public static org.flowable.eventregistry.api.EventRepositoryService getEventRepositoryService()
-
getEventRepositoryService
public static org.flowable.eventregistry.api.EventRepositoryService getEventRepositoryService(CommandContext commandContext)
-
getDmnEngineConfiguration
public static DmnEngineConfigurationApi getDmnEngineConfiguration()
-
getDmnEngineConfiguration
public static DmnEngineConfigurationApi getDmnEngineConfiguration(CommandContext commandContext)
-
getDmnRepositoryService
public static DmnRepositoryService getDmnRepositoryService()
-
getDmnRuleService
public static DmnDecisionService getDmnRuleService()
-
getDmnManagementService
public static DmnManagementService getDmnManagementService()
-
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)
-
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 IdentityLinkService getIdentityLinkService()
-
getIdentityLinkService
public static IdentityLinkService getIdentityLinkService(CommandContext commandContext)
-
getHistoricIdentityLinkService
public static HistoricIdentityLinkService getHistoricIdentityLinkService()
-
getHistoricIdentityLinkService
public static 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)
-
getBatchService
public static org.flowable.batch.api.BatchService getBatchService()
-
getBatchService
public static org.flowable.batch.api.BatchService getBatchService(CommandContext commandContext)
-
getAgenda
public static FlowableEngineAgenda getAgenda()
-
getAgenda
public static FlowableEngineAgenda 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)
-
addInvolvedExecution
public static void addInvolvedExecution(CommandContext commandContext, ExecutionEntity executionEntity)
-
getInvolvedExecutions
public static Map<String,ExecutionEntity> getInvolvedExecutions(CommandContext commandContext)
-
clearInvolvedExecutions
public static void clearInvolvedExecutions(CommandContext commandContext)
-
getTableDataManager
public static TableDataManager getTableDataManager()
-
getTableDataManager
public static TableDataManager getTableDataManager(CommandContext commandContext)
-
getByteArrayEntityManager
public static ByteArrayEntityManager getByteArrayEntityManager()
-
getByteArrayEntityManager
public static ByteArrayEntityManager getByteArrayEntityManager(CommandContext commandContext)
-
getResourceEntityManager
public static ResourceEntityManager getResourceEntityManager()
-
getResourceEntityManager
public static ResourceEntityManager getResourceEntityManager(CommandContext commandContext)
-
getDeploymentEntityManager
public static DeploymentEntityManager getDeploymentEntityManager()
-
getDeploymentEntityManager
public static DeploymentEntityManager getDeploymentEntityManager(CommandContext commandContext)
-
getPropertyEntityManager
public static PropertyEntityManager getPropertyEntityManager()
-
getPropertyEntityManager
public static PropertyEntityManager getPropertyEntityManager(CommandContext commandContext)
-
getProcessDefinitionEntityManager
public static ProcessDefinitionEntityManager getProcessDefinitionEntityManager()
-
getProcessDefinitionEntityManager
public static ProcessDefinitionEntityManager getProcessDefinitionEntityManager(CommandContext commandContext)
-
getProcessDefinitionInfoEntityManager
public static ProcessDefinitionInfoEntityManager getProcessDefinitionInfoEntityManager()
-
getProcessDefinitionInfoEntityManager
public static ProcessDefinitionInfoEntityManager getProcessDefinitionInfoEntityManager(CommandContext commandContext)
-
getExecutionEntityManager
public static ExecutionEntityManager getExecutionEntityManager()
-
getExecutionEntityManager
public static ExecutionEntityManager getExecutionEntityManager(CommandContext commandContext)
-
getCommentEntityManager
public static CommentEntityManager getCommentEntityManager()
-
getCommentEntityManager
public static CommentEntityManager getCommentEntityManager(CommandContext commandContext)
-
getModelEntityManager
public static ModelEntityManager getModelEntityManager()
-
getModelEntityManager
public static ModelEntityManager getModelEntityManager(CommandContext commandContext)
-
getHistoryManager
public static HistoryManager getHistoryManager()
-
getHistoricProcessInstanceEntityManager
public static HistoricProcessInstanceEntityManager getHistoricProcessInstanceEntityManager()
-
getHistoricProcessInstanceEntityManager
public static HistoricProcessInstanceEntityManager getHistoricProcessInstanceEntityManager(CommandContext commandContext)
-
getActivityInstanceEntityManager
public static ActivityInstanceEntityManager getActivityInstanceEntityManager()
-
getActivityInstanceEntityManager
public static ActivityInstanceEntityManager getActivityInstanceEntityManager(CommandContext commandContext)
-
getHistoricActivityInstanceEntityManager
public static HistoricActivityInstanceEntityManager getHistoricActivityInstanceEntityManager()
-
getHistoricActivityInstanceEntityManager
public static HistoricActivityInstanceEntityManager getHistoricActivityInstanceEntityManager(CommandContext commandContext)
-
getHistoryManager
public static HistoryManager getHistoryManager(CommandContext commandContext)
-
getHistoricDetailEntityManager
public static HistoricDetailEntityManager getHistoricDetailEntityManager()
-
getHistoricDetailEntityManager
public static HistoricDetailEntityManager getHistoricDetailEntityManager(CommandContext commandContext)
-
getAttachmentEntityManager
public static AttachmentEntityManager getAttachmentEntityManager()
-
getAttachmentEntityManager
public static AttachmentEntityManager getAttachmentEntityManager(CommandContext commandContext)
-
getEventLogEntryEntityManager
public static EventLogEntryEntityManager getEventLogEntryEntityManager()
-
getEventLogEntryEntityManager
public static EventLogEntryEntityManager getEventLogEntryEntityManager(CommandContext commandContext)
-
getEventDispatcher
public static FlowableEventDispatcher getEventDispatcher()
-
getEventDispatcher
public static FlowableEventDispatcher getEventDispatcher(CommandContext commandContext)
-
getFailedJobCommandFactory
public static FailedJobCommandFactory getFailedJobCommandFactory()
-
getFailedJobCommandFactory
public static FailedJobCommandFactory getFailedJobCommandFactory(CommandContext commandContext)
-
getProcessInstanceHelper
public static ProcessInstanceHelper getProcessInstanceHelper()
-
getProcessInstanceHelper
public static ProcessInstanceHelper getProcessInstanceHelper(CommandContext commandContext)
-
getCommandContext
public static CommandContext getCommandContext()
-
-