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
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionGetCamundaFormDefinitionCmd(CamundaFormRef camundaFormRef, String deploymentId)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable 
- 
Field Details
- 
camundaFormRef
 - 
deploymentId
 
 - 
 - 
Constructor Details
- 
GetCamundaFormDefinitionCmd
 
 - 
 - 
Method Details
- 
execute
- Specified by:
 executein interfaceCommand<CamundaFormDefinition>
 
 -