org.camunda.bpm.engine.impl.cmd
Class GetDeploymentBpmnModelInstanceCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetDeploymentBpmnModelInstanceCmd
All Implemented Interfaces:
Serializable, Command<org.camunda.bpm.model.bpmn.BpmnModelInstance>

public class GetDeploymentBpmnModelInstanceCmd
extends Object
implements Command<org.camunda.bpm.model.bpmn.BpmnModelInstance>, Serializable

Gives access to a deploy BPMN model instance which can be accessed by the BPMN model API.

Author:
Sebastian Menski
See Also:
Serialized Form

Field Summary
protected  String processDefinitionId
           
 
Constructor Summary
GetDeploymentBpmnModelInstanceCmd(String processDefinitionId)
           
 
Method Summary
 org.camunda.bpm.model.bpmn.BpmnModelInstance execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDefinitionId

protected String processDefinitionId
Constructor Detail

GetDeploymentBpmnModelInstanceCmd

public GetDeploymentBpmnModelInstanceCmd(String processDefinitionId)
Method Detail

execute

public org.camunda.bpm.model.bpmn.BpmnModelInstance execute(CommandContext commandContext)
Specified by:
execute in interface Command<org.camunda.bpm.model.bpmn.BpmnModelInstance>


Copyright © 2015 camunda services GmbH. All rights reserved.