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:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processDefinitionId
protected String processDefinitionId
GetDeploymentProcessDiagramLayoutCmd
public GetDeploymentProcessDiagramLayoutCmd(String processDefinitionId)
execute
public DiagramLayout execute(CommandContext commandContext)
- Specified by:
execute in interface Command<DiagramLayout>
Copyright © 2017 camunda services GmbH. All rights reserved.