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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetDeploymentCmmnModelInstanceCmd
All Implemented Interfaces:
Command<org.camunda.bpm.model.cmmn.CmmnModelInstance>

public class GetDeploymentCmmnModelInstanceCmd
extends Object
implements Command<org.camunda.bpm.model.cmmn.CmmnModelInstance>

Author:
Daniel Meyer, Roman Smirnov

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

Field Detail

caseDefinitionId

protected String caseDefinitionId
Constructor Detail

GetDeploymentCmmnModelInstanceCmd

public GetDeploymentCmmnModelInstanceCmd(String caseDefinitionId)
Method Detail

execute

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


Copyright © 2014 camunda services GmbH. All rights reserved.