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

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

public class GetStartFormCmd
extends Object
implements Command<StartFormData>, Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String processDefinitionId
           
 
Constructor Summary
GetStartFormCmd(String processDefinitionId)
           
 
Method Summary
 StartFormData 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

GetStartFormCmd

public GetStartFormCmd(String processDefinitionId)
Method Detail

execute

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


Copyright © 2018 camunda services GmbH. All rights reserved.