Package org.camunda.bpm.engine.impl.cmd
Class GetDeploymentBpmnModelInstanceCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetDeploymentBpmnModelInstanceCmd
- All Implemented Interfaces:
Serializable
,Command<BpmnModelInstance>
public class GetDeploymentBpmnModelInstanceCmd
extends Object
implements Command<BpmnModelInstance>, Serializable
Gives access to a deploy BPMN model instance which can be accessed by
the BPMN model API.
- Author:
- Sebastian Menski
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
processDefinitionId
-
-
Constructor Details
-
GetDeploymentBpmnModelInstanceCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<BpmnModelInstance>
-