Package org.camunda.bpm.engine.impl.cmd
Class SubmitTaskFormCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SubmitTaskFormCmd
- All Implemented Interfaces:
Serializable
,Command<org.camunda.bpm.engine.variable.VariableMap>
public class SubmitTaskFormCmd
extends Object
implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected org.camunda.bpm.engine.variable.VariableMap
protected boolean
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionSubmitTaskFormCmd
(String taskId, Map<String, Object> properties, boolean returnVariables, boolean deserializeValues) -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.variable.VariableMap
execute
(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
taskId
-
properties
protected org.camunda.bpm.engine.variable.VariableMap properties -
returnVariables
protected boolean returnVariables -
deserializeValues
protected boolean deserializeValues
-
-
Constructor Details
-
SubmitTaskFormCmd
-
-
Method Details