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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseDefinitionId
-
Constructor Summary
Constructors Constructor Description GetDeploymentCaseDiagramCmd(String caseDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamexecute(CommandContext commandContext)
-
-
-
Field Detail
-
caseDefinitionId
protected String caseDefinitionId
-
-
Constructor Detail
-
GetDeploymentCaseDiagramCmd
public GetDeploymentCaseDiagramCmd(String caseDefinitionId)
-
-
Method Detail
-
execute
public InputStream execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<InputStream>
-
-