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