Package org.camunda.bpm.engine.impl.cmd
Class GetFormKeyCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
Command for retrieving start or task form keys.
- Author:
- Falko Menge (camunda)
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGetFormKeyCmd
(String processDefinitionId) Retrieves a start form key.GetFormKeyCmd
(String processDefinitionId, String taskDefinitionKey) Retrieves a task form key. -
Method Summary
Modifier and TypeMethodDescriptionexecute
(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