Class GetDeploymentDecisionDefinitionCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDefinitionCmd
-
- All Implemented Interfaces:
Serializable
,Command<DecisionDefinition>
public class GetDeploymentDecisionDefinitionCmd extends Object implements Command<DecisionDefinition>, Serializable
Gives access to a deployed decision definition instance.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
decisionDefinitionId
-
Constructor Summary
Constructors Constructor Description GetDeploymentDecisionDefinitionCmd(String decisionDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecisionDefinition
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
decisionDefinitionId
protected String decisionDefinitionId
-
-
Constructor Detail
-
GetDeploymentDecisionDefinitionCmd
public GetDeploymentDecisionDefinitionCmd(String decisionDefinitionId)
-
-
Method Detail
-
execute
public DecisionDefinition execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<DecisionDefinition>
-
-