Package org.flowable.dmn.engine.impl.cmd
Class GetDeploymentDecisionCmd
- java.lang.Object
-
- org.flowable.dmn.engine.impl.cmd.GetDeploymentDecisionCmd
-
- All Implemented Interfaces:
Serializable,Command<DecisionEntity>
public class GetDeploymentDecisionCmd extends Object implements Command<DecisionEntity>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdecisionId
-
Constructor Summary
Constructors Constructor Description GetDeploymentDecisionCmd(String decisionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecisionEntityexecute(CommandContext commandContext)
-
-
-
Field Detail
-
decisionId
protected String decisionId
-
-
Constructor Detail
-
GetDeploymentDecisionCmd
public GetDeploymentDecisionCmd(String decisionId)
-
-
Method Detail
-
execute
public DecisionEntity execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<DecisionEntity>
-
-