Class GetDeploymentDecisionRequirementsModelCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsModelCmd
-
- All Implemented Interfaces:
Serializable
,Command<InputStream>
public class GetDeploymentDecisionRequirementsModelCmd extends Object implements Command<InputStream>, Serializable
Gives access to a deployed decision requirements model, e.g., a DMN 1.1 XML file, through a stream of bytes.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
decisionRequirementsDefinitionId
-
Constructor Summary
Constructors Constructor Description GetDeploymentDecisionRequirementsModelCmd(String decisionRequirementsDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
decisionRequirementsDefinitionId
protected String decisionRequirementsDefinitionId
-
-
Constructor Detail
-
GetDeploymentDecisionRequirementsModelCmd
public GetDeploymentDecisionRequirementsModelCmd(String decisionRequirementsDefinitionId)
-
-
Method Detail
-
execute
public InputStream execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<InputStream>
-
-