org.camunda.bpm.engine.impl.dmn.cmd
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decisionDefinitionId
protected String decisionDefinitionId
GetDeploymentDecisionDefinitionCmd
public GetDeploymentDecisionDefinitionCmd(String decisionDefinitionId)
execute
public DecisionDefinition execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<DecisionDefinition>
Copyright © 2016 camunda services GmbH. All rights reserved.