Package org.camunda.bpm.engine.impl.cmd
Class GetCamundaFormDefinitionCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.GetCamundaFormDefinitionCmd
-
- All Implemented Interfaces:
Command<CamundaFormDefinition>
public class GetCamundaFormDefinitionCmd extends Object implements Command<CamundaFormDefinition>
-
-
Field Summary
Fields Modifier and Type Field Description protected CamundaFormRef
camundaFormRef
protected String
deploymentId
-
Constructor Summary
Constructors Constructor Description GetCamundaFormDefinitionCmd(CamundaFormRef camundaFormRef, String deploymentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CamundaFormDefinition
execute(CommandContext commandContext)
-
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 Detail
-
camundaFormRef
protected CamundaFormRef camundaFormRef
-
deploymentId
protected String deploymentId
-
-
Constructor Detail
-
GetCamundaFormDefinitionCmd
public GetCamundaFormDefinitionCmd(CamundaFormRef camundaFormRef, String deploymentId)
-
-
Method Detail
-
execute
public CamundaFormDefinition execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<CamundaFormDefinition>
-
-