public class CommandContextUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_INVOLVED_EXECUTIONS |
| Constructor and Description |
|---|
CommandContextUtil() |
public static final String ATTRIBUTE_INVOLVED_EXECUTIONS
public static ProcessEngineConfigurationImpl getProcessEngineConfiguration()
public static ProcessEngineConfigurationImpl getProcessEngineConfiguration(CommandContext commandContext)
public static IdmEngineConfigurationApi getIdmEngineConfiguration()
public static IdmEngineConfigurationApi getIdmEngineConfiguration(CommandContext commandContext)
public static IdmIdentityService getIdmIdentityService()
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration()
public static EventRegistryEngineConfiguration getEventRegistryEngineConfiguration(CommandContext commandContext)
public static org.flowable.eventregistry.api.EventRegistry getEventRegistry()
public static org.flowable.eventregistry.api.EventRegistry getEventRegistry(CommandContext commandContext)
public static org.flowable.eventregistry.api.EventRepositoryService getEventRepositoryService()
public static org.flowable.eventregistry.api.EventRepositoryService getEventRepositoryService(CommandContext commandContext)
public static DmnEngineConfigurationApi getDmnEngineConfiguration()
public static DmnEngineConfigurationApi getDmnEngineConfiguration(CommandContext commandContext)
public static DmnRepositoryService getDmnRepositoryService()
public static DmnDecisionService getDmnRuleService()
public static DmnManagementService getDmnManagementService()
public static FormEngineConfigurationApi getFormEngineConfiguration()
public static FormEngineConfigurationApi getFormEngineConfiguration(CommandContext commandContext)
public static FormRepositoryService getFormRepositoryService()
public static FormRepositoryService getFormRepositoryService(CommandContext commandContext)
public static FormService getFormService()
public static FormService getFormService(CommandContext commandContext)
public static FormManagementService getFormManagementService()
public static FormManagementService getFormManagementService(CommandContext commandContext)
public static ContentEngineConfigurationApi getContentEngineConfiguration()
public static ContentEngineConfigurationApi getContentEngineConfiguration(CommandContext commandContext)
public static ContentService getContentService()
public static ContentService getContentService(CommandContext commandContext)
public static VariableService getVariableService()
public static VariableService getVariableService(CommandContext commandContext)
public static HistoricVariableService getHistoricVariableService()
public static HistoricVariableService getHistoricVariableService(CommandContext commandContext)
public static IdentityLinkService getIdentityLinkService()
public static IdentityLinkService getIdentityLinkService(CommandContext commandContext)
public static HistoricIdentityLinkService getHistoricIdentityLinkService()
public static HistoricIdentityLinkService getHistoricIdentityLinkService(CommandContext commandContext)
public static org.flowable.entitylink.api.EntityLinkService getEntityLinkService()
public static org.flowable.entitylink.api.EntityLinkService getEntityLinkService(CommandContext commandContext)
public static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService()
public static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService(CommandContext commandContext)
public static JobService getJobService()
public static JobService getJobService(CommandContext commandContext)
public static TimerJobService getTimerJobService()
public static TimerJobService getTimerJobService(CommandContext commandContext)
public static TaskService getTaskService()
public static TaskService getTaskService(CommandContext commandContext)
public static HistoricTaskService getHistoricTaskService()
public static HistoricTaskService getHistoricTaskService(CommandContext commandContext)
public static EventSubscriptionService getEventSubscriptionService()
public static EventSubscriptionService getEventSubscriptionService(CommandContext commandContext)
public static org.flowable.batch.api.BatchService getBatchService()
public static org.flowable.batch.api.BatchService getBatchService(CommandContext commandContext)
public static FlowableEngineAgenda getAgenda()
public static FlowableEngineAgenda getAgenda(CommandContext commandContext)
public static DbSqlSession getDbSqlSession()
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
public static EntityCache getEntityCache()
public static EntityCache getEntityCache(CommandContext commandContext)
public static void addInvolvedExecution(CommandContext commandContext, ExecutionEntity executionEntity)
public static Map<String,ExecutionEntity> getInvolvedExecutions(CommandContext commandContext)
public static boolean hasInvolvedExecutions(CommandContext commandContext)
public static TableDataManager getTableDataManager()
public static TableDataManager getTableDataManager(CommandContext commandContext)
public static ByteArrayEntityManager getByteArrayEntityManager()
public static ByteArrayEntityManager getByteArrayEntityManager(CommandContext commandContext)
public static ResourceEntityManager getResourceEntityManager()
public static ResourceEntityManager getResourceEntityManager(CommandContext commandContext)
public static DeploymentEntityManager getDeploymentEntityManager()
public static DeploymentEntityManager getDeploymentEntityManager(CommandContext commandContext)
public static PropertyEntityManager getPropertyEntityManager()
public static PropertyEntityManager getPropertyEntityManager(CommandContext commandContext)
public static ProcessDefinitionEntityManager getProcessDefinitionEntityManager()
public static ProcessDefinitionEntityManager getProcessDefinitionEntityManager(CommandContext commandContext)
public static ProcessDefinitionInfoEntityManager getProcessDefinitionInfoEntityManager()
public static ProcessDefinitionInfoEntityManager getProcessDefinitionInfoEntityManager(CommandContext commandContext)
public static ExecutionEntityManager getExecutionEntityManager()
public static ExecutionEntityManager getExecutionEntityManager(CommandContext commandContext)
public static CommentEntityManager getCommentEntityManager()
public static CommentEntityManager getCommentEntityManager(CommandContext commandContext)
public static ModelEntityManager getModelEntityManager()
public static ModelEntityManager getModelEntityManager(CommandContext commandContext)
public static HistoryManager getHistoryManager()
public static HistoricProcessInstanceEntityManager getHistoricProcessInstanceEntityManager()
public static HistoricProcessInstanceEntityManager getHistoricProcessInstanceEntityManager(CommandContext commandContext)
public static ActivityInstanceEntityManager getActivityInstanceEntityManager()
public static ActivityInstanceEntityManager getActivityInstanceEntityManager(CommandContext commandContext)
public static HistoricActivityInstanceEntityManager getHistoricActivityInstanceEntityManager()
public static HistoricActivityInstanceEntityManager getHistoricActivityInstanceEntityManager(CommandContext commandContext)
public static HistoryManager getHistoryManager(CommandContext commandContext)
public static HistoricDetailEntityManager getHistoricDetailEntityManager()
public static HistoricDetailEntityManager getHistoricDetailEntityManager(CommandContext commandContext)
public static AttachmentEntityManager getAttachmentEntityManager()
public static AttachmentEntityManager getAttachmentEntityManager(CommandContext commandContext)
public static EventLogEntryEntityManager getEventLogEntryEntityManager()
public static EventLogEntryEntityManager getEventLogEntryEntityManager(CommandContext commandContext)
public static FlowableEventDispatcher getEventDispatcher()
public static FlowableEventDispatcher getEventDispatcher(CommandContext commandContext)
public static FailedJobCommandFactory getFailedJobCommandFactory()
public static FailedJobCommandFactory getFailedJobCommandFactory(CommandContext commandContext)
public static ProcessInstanceHelper getProcessInstanceHelper()
public static ProcessInstanceHelper getProcessInstanceHelper(CommandContext commandContext)
public static CommandContext getCommandContext()
Copyright © 2020 Flowable. All rights reserved.