Class AbstractNeedsAgentDefinitionCmd
java.lang.Object
com.flowable.agent.engine.impl.cmd.AbstractNeedsAgentDefinitionCmd
- Direct Known Subclasses:
AbstractNeedsKnowledgeBaseDefinitionCmd,ContinueAgentInstanceExchangeCmd,GetAgentDefinitionModelByKeyCmd,GetAgentDefinitionModelCmd,StartAgentInstanceCmd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AgentDefinitionresolveAgentDefinition(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String definitionId, String definitionKey, String tenantId, String parentDeploymentId) protected AgentDefinitionresolveAgentDefinitionById(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String definitionId) protected AgentDefinitionresolveAgentDefinitionByKey(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String definitionKey, String tenantId, String parentDeploymentId)
-
Constructor Details
-
AbstractNeedsAgentDefinitionCmd
public AbstractNeedsAgentDefinitionCmd()
-
-
Method Details
-
resolveAgentDefinition
protected AgentDefinition resolveAgentDefinition(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String definitionId, String definitionKey, String tenantId, String parentDeploymentId) -
resolveAgentDefinitionById
protected AgentDefinition resolveAgentDefinitionById(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String definitionId) -
resolveAgentDefinitionByKey
protected AgentDefinition resolveAgentDefinitionByKey(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String definitionKey, String tenantId, String parentDeploymentId)
-