org.camunda.bpm.engine.impl.cmd
Class SubmitStartFormCmd
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processDefinitionId
protected final String processDefinitionId
businessKey
protected final String businessKey
properties
protected Map<String,Object> properties
SubmitStartFormCmd
public SubmitStartFormCmd(String processDefinitionId,
String businessKey,
Map<String,Object> properties)
execute
public ProcessInstance execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<ProcessInstance>
Copyright © 2014 camunda services GmbH. All Rights Reserved.