org.camunda.bpm.engine.impl.cmd
Class GetDeploymentProcessDiagramLayoutCmd

java.lang.Object
  extended by 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

Field Summary
protected  String processDefinitionId
           
 
Constructor Summary
GetDeploymentProcessDiagramLayoutCmd(String processDefinitionId)
           
 
Method Summary
 DiagramLayout execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface Command<DiagramLayout>


Copyright © 2017 camunda services GmbH. All rights reserved.