Package org.flowable.dmn.engine.impl.cmd
Class GetDeploymentDmnResourceCmd
- java.lang.Object
-
- org.flowable.dmn.engine.impl.cmd.GetDeploymentDmnResourceCmd
-
- All Implemented Interfaces:
Serializable,Command<InputStream>
public class GetDeploymentDmnResourceCmd extends Object implements Command<InputStream>, Serializable
Gives access to a deployed decision table model, e.g., a DMN XML file, through a stream of bytes.- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdecisionTableId
-
Constructor Summary
Constructors Constructor Description GetDeploymentDmnResourceCmd(String decisionTableId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamexecute(CommandContext commandContext)
-
-
-
Field Detail
-
decisionTableId
protected String decisionTableId
-
-
Constructor Detail
-
GetDeploymentDmnResourceCmd
public GetDeploymentDmnResourceCmd(String decisionTableId)
-
-
Method Detail
-
execute
public InputStream execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<InputStream>
-
-