org.camunda.bpm.engine.impl.cmmn.cmd
Class CreateCaseInstanceCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
All Implemented Interfaces:
Serializable, Command<CaseInstance>

public class CreateCaseInstanceCmd
extends Object
implements Command<CaseInstance>, Serializable

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
protected  String businessKey
           
protected  String caseDefinitionId
           
protected  String caseDefinitionKey
           
protected  Map<String,Object> variables
           
 
Constructor Summary
CreateCaseInstanceCmd(CaseInstanceBuilderImpl builder)
           
 
Method Summary
 CaseInstance execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caseDefinitionKey

protected String caseDefinitionKey

caseDefinitionId

protected String caseDefinitionId

variables

protected Map<String,Object> variables

businessKey

protected String businessKey
Constructor Detail

CreateCaseInstanceCmd

public CreateCaseInstanceCmd(CaseInstanceBuilderImpl builder)
Method Detail

execute

public CaseInstance execute(CommandContext commandContext)
Specified by:
execute in interface Command<CaseInstance>


Copyright © 2014 camunda services GmbH. All Rights Reserved.