Class GetDeploymentActionDefinitionCmd
- java.lang.Object
-
- com.flowable.action.engine.impl.cmd.AbstractNeedsActionDefinitionCmd
-
- com.flowable.action.engine.impl.cmd.GetDeploymentActionDefinitionCmd
-
- All Implemented Interfaces:
Serializable
,Command<ActionDefinition>
public class GetDeploymentActionDefinitionCmd extends AbstractNeedsActionDefinitionCmd implements Command<ActionDefinition>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
actionDefinitionId
protected String
actionDefinitionKey
protected String
tenantId
-
Constructor Summary
Constructors Constructor Description GetDeploymentActionDefinitionCmd(String actionDefinitionId, String actionDefinitionKey, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionDefinition
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.action.engine.impl.cmd.AbstractNeedsActionDefinitionCmd
resolveActionDefinition
-
-
-
-
Method Detail
-
execute
public ActionDefinition execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<ActionDefinition>
-
-