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

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

public class SubmitStartFormCmd
extends Object
implements Command<ProcessInstance>, Serializable

Author:
Tom Baeyens, Joram Barrez
See Also:
Serialized Form

Field Summary
protected  String businessKey
           
protected  String processDefinitionId
           
protected  Map<String,Object> properties
           
 
Constructor Summary
SubmitStartFormCmd(String processDefinitionId, String businessKey, Map<String,Object> properties)
           
 
Method Summary
 ProcessInstance 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 final String processDefinitionId

businessKey

protected final String businessKey

properties

protected Map<String,Object> properties
Constructor Detail

SubmitStartFormCmd

public SubmitStartFormCmd(String processDefinitionId,
                          String businessKey,
                          Map<String,Object> properties)
Method Detail

execute

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


Copyright © 2014 camunda services GmbH. All Rights Reserved.