Package org.camunda.bpm.engine.impl.cmd
Class GetCamundaFormDefinitionCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetCamundaFormDefinitionCmd
- All Implemented Interfaces:
Command<CamundaFormDefinition>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGetCamundaFormDefinitionCmd
(CamundaFormRef camundaFormRef, String deploymentId) -
Method Summary
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
-
camundaFormRef
-
deploymentId
-
-
Constructor Details
-
GetCamundaFormDefinitionCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<CamundaFormDefinition>
-