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 by
GetDeploymentProcessDiagramCmd
.
This command requires a process model and a diagram image to be deployed.- Author:
- Falko Menge
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
processDefinitionId
-
-
Constructor Details
-
GetDeploymentProcessDiagramLayoutCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<DiagramLayout>
-