Package org.camunda.bpm.engine.impl.cmd
Class GetDeploymentProcessDiagramCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramCmd
- All Implemented Interfaces:
Serializable
,Command<InputStream>
public class GetDeploymentProcessDiagramCmd
extends Object
implements Command<InputStream>, Serializable
Gives access to a deployed process diagram, e.g., a PNG image, through a
stream of bytes.
- Author:
- Falko Menge
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
processDefinitionId
-
-
Constructor Details
-
GetDeploymentProcessDiagramCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<InputStream>
-