Class CommandContextUtil
java.lang.Object
com.flowable.agent.engine.impl.util.CommandContextUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionEngineConfigurationApigetActionEngineConfiguration(AgentEngineConfiguration agentEngineConfiguration) static ActionRuntimeServicegetActionRuntimeService(AgentEngineConfiguration agentEngineConfiguration) static ActionRuntimeServicegetActionRuntimeService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentDefinitionEntityManagerstatic AgentDefinitionEntityManagergetAgentDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentDeploymentEntityManagergetAgentDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentDeploymentManagerstatic AgentDeploymentManagergetAgentDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentEngineConfigurationstatic AgentEngineConfigurationgetAgentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentHistoryServicestatic AgentHistoryServicegetAgentHistoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentInstanceEntityManagergetAgentInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getAgentInstanceKnowledgeBaseUsageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentInvocationEntityManagerstatic AgentInvocationEntityManagergetAgentInvocationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getAgentInvocationExchangeEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentRepositoryServicestatic AgentRepositoryServicegetAgentRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentResourceEntityManagerstatic AgentResourceEntityManagergetAgentResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentRuntimeServicestatic AgentRuntimeServicegetAgentRuntimeService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.cmmn.engine.CmmnEngineConfigurationstatic org.flowable.cmmn.engine.CmmnEngineConfigurationgetCmmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.interceptor.CommandContextgetCoreContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static CoreContentServicestatic CoreContentServicegetCoreContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getExternalKnowledgeBaseItemSectionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getHistoricAgentInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getKnowledgeBaseDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getKnowledgeBaseDefinitionMetadataEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getKnowledgeBaseItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
KEY_ACTION_ENGINE_CONFIG
- See Also:
-
-
Method Details
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getAgentEngineConfiguration
-
getAgentEngineConfiguration
public static AgentEngineConfiguration getAgentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentDeploymentManager
-
getAgentDeploymentManager
public static AgentDeploymentManager getAgentDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentRepositoryService
-
getAgentRepositoryService
public static AgentRepositoryService getAgentRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentRuntimeService
-
getAgentRuntimeService
public static AgentRuntimeService getAgentRuntimeService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentHistoryService
-
getAgentHistoryService
public static AgentHistoryService getAgentHistoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentDefinitionEntityManager
-
getAgentDefinitionEntityManager
public static AgentDefinitionEntityManager getAgentDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentInstanceEntityManager
public static AgentInstanceEntityManager getAgentInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentInvocationEntityManager
-
getAgentInvocationEntityManager
public static AgentInvocationEntityManager getAgentInvocationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentInvocationExchangeEntityManager
public static AgentInvocationExchangeEntityManager getAgentInvocationExchangeEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentDeploymentEntityManager
public static AgentDeploymentEntityManager getAgentDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentResourceEntityManager
-
getAgentResourceEntityManager
public static AgentResourceEntityManager getAgentResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getKnowledgeBaseDefinitionEntityManager
-
getKnowledgeBaseDefinitionEntityManager
public static KnowledgeBaseDefinitionEntityManager getKnowledgeBaseDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getKnowledgeBaseItemEntityManager
-
getKnowledgeBaseItemEntityManager
public static KnowledgeBaseItemEntityManager getKnowledgeBaseItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getExternalKnowledgeBaseItemSectionEntityManager
public static KnowledgeBaseItemSectionEntityManager getExternalKnowledgeBaseItemSectionEntityManager() -
getExternalKnowledgeBaseItemSectionEntityManager
public static KnowledgeBaseItemSectionEntityManager getExternalKnowledgeBaseItemSectionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getKnowledgeBaseDefinitionMetadataEntityManager
public static KnowledgeBaseDefinitionMetadataEntityManager getKnowledgeBaseDefinitionMetadataEntityManager() -
getKnowledgeBaseDefinitionMetadataEntityManager
public static KnowledgeBaseDefinitionMetadataEntityManager getKnowledgeBaseDefinitionMetadataEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getHistoricAgentInstanceEntityManager
-
getHistoricAgentInstanceEntityManager
public static HistoricAgentInstanceEntityManager getHistoricAgentInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentInstanceKnowledgeBaseUsageEntityManager
public static HistoricAgentInstanceKnowledgeBaseLinkEntityManager getAgentInstanceKnowledgeBaseUsageEntityManager() -
getAgentInstanceKnowledgeBaseUsageEntityManager
public static HistoricAgentInstanceKnowledgeBaseLinkEntityManager getAgentInstanceKnowledgeBaseUsageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCoreContentService
-
getCoreContentService
public static CoreContentService getCoreContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCoreContentEngineConfiguration
-
getCoreContentEngineConfiguration
public static CoreContentEngineConfigurationApi getCoreContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionRuntimeService
public static ActionRuntimeService getActionRuntimeService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionRuntimeService
public static ActionRuntimeService getActionRuntimeService(AgentEngineConfiguration agentEngineConfiguration) -
getActionEngineConfiguration
public static ActionEngineConfigurationApi getActionEngineConfiguration(AgentEngineConfiguration agentEngineConfiguration) -
getCmmnEngineConfiguration
public static org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration() -
getCmmnEngineConfiguration
public static org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-