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