Class GetDeploymentCaseDiagramCmd
java.lang.Object
org.flowable.cmmn.engine.impl.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:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
caseDefinitionId
-
-
Constructor Details
-
GetDeploymentCaseDiagramCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<InputStream>
-