Package org.camunda.bpm.engine.impl.cmd
Class GetDeploymentProcessDiagramLayoutCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramLayoutCmd
-
- All Implemented Interfaces:
Serializable
,Command<DiagramLayout>
public class GetDeploymentProcessDiagramLayoutCmd extends Object implements Command<DiagramLayout>, Serializable
Provides positions and dimensions of elements in a process diagram as provided byGetDeploymentProcessDiagramCmd
. This command requires a process model and a diagram image to be deployed.- Author:
- Falko Menge
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
processDefinitionId
-
Constructor Summary
Constructors Constructor Description GetDeploymentProcessDiagramLayoutCmd(String processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagramLayout
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
-
processDefinitionId
protected String processDefinitionId
-
-
Constructor Detail
-
GetDeploymentProcessDiagramLayoutCmd
public GetDeploymentProcessDiagramLayoutCmd(String processDefinitionId)
-
-
Method Detail
-
execute
public DiagramLayout execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<DiagramLayout>
-
-