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