Package org.flowable.engine.impl.cmd
Class GetFormKeyCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetFormKeyCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessDefinitionIdprotected StringtaskDefinitionKey
-
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 Stringexecute(CommandContext commandContext)protected voidsetProcessDefinitionId(String processDefinitionId)
-