org.camunda.bpm.engine.impl.dmn.cmd
Class GetDeploymentDecisionRequirementsDefinitionCmd
java.lang.Object
org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsDefinitionCmd
- All Implemented Interfaces:
- Serializable, Command<DecisionRequirementsDefinition>
public class GetDeploymentDecisionRequirementsDefinitionCmd
- extends Object
- implements Command<DecisionRequirementsDefinition>, Serializable
Gives access to a deployed decision requirements definition instance.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decisionRequirementsDefinitionId
protected String decisionRequirementsDefinitionId
GetDeploymentDecisionRequirementsDefinitionCmd
public GetDeploymentDecisionRequirementsDefinitionCmd(String decisionRequirementsDefinitionId)
execute
public DecisionRequirementsDefinition execute(CommandContext commandContext)
- Specified by:
execute in interface Command<DecisionRequirementsDefinition>
Copyright © 2016 camunda services GmbH. All rights reserved.