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 String
processDefinitionId
protected String
taskDefinitionKey
-
Constructor Summary
Constructors Constructor Description GetFormKeyCmd(String processDefinitionId)
Retrieves a start form key.GetFormKeyCmd(String processDefinitionId, String taskDefinitionKey)
Retrieves a task form key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
execute(CommandContext commandContext)
protected void
setProcessDefinitionId(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
-
-