Package org.camunda.bpm.engine.impl.cmd
Class GetFormKeyCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
processDefinitionId
protected java.lang.String
taskDefinitionKey
-
Constructor Summary
Constructors Constructor Description GetFormKeyCmd(java.lang.String processDefinitionId)
Retrieves a start form key.GetFormKeyCmd(java.lang.String processDefinitionId, java.lang.String taskDefinitionKey)
Retrieves a task form key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
execute(CommandContext commandContext)
protected void
setProcessDefinitionId(java.lang.String processDefinitionId)
-
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
-
-
-
-
Method Detail
-
setProcessDefinitionId
protected void setProcessDefinitionId(java.lang.String processDefinitionId)
-
execute
public java.lang.String execute(CommandContext commandContext)
-
-