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:
-
Field Details
-
decisionDefinitionId
-
-
Constructor Details
-
GetDeploymentDecisionDefinitionCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<DecisionDefinition>
-