Package org.camunda.bpm.engine.impl.cmd
Class GetDeploymentProcessDiagramLayoutCmd
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramLayoutCmd
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,Command<DiagramLayout>
public class GetDeploymentProcessDiagramLayoutCmd extends java.lang.Object implements Command<DiagramLayout>, java.io.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 java.lang.StringprocessDefinitionId 
- 
Constructor Summary
Constructors Constructor Description GetDeploymentProcessDiagramLayoutCmd(java.lang.String processDefinitionId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagramLayoutexecute(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
execute
public DiagramLayout execute(CommandContext commandContext)
- Specified by:
 executein interfaceCommand<DiagramLayout>
 
 - 
 
 -