Package org.flowable.dmn.engine.impl.cmd
Class GetDmnDefinitionCmd
- java.lang.Object
-
- org.flowable.dmn.engine.impl.cmd.GetDmnDefinitionCmd
-
- All Implemented Interfaces:
Serializable,Command<DmnDefinition>
public class GetDmnDefinitionCmd extends Object implements Command<DmnDefinition>, Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdecisionTableId
-
Constructor Summary
Constructors Constructor Description GetDmnDefinitionCmd(String decisionTableId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmnDefinitionexecute(CommandContext commandContext)
-
-
-
Field Detail
-
decisionTableId
protected String decisionTableId
-
-
Constructor Detail
-
GetDmnDefinitionCmd
public GetDmnDefinitionCmd(String decisionTableId)
-
-
Method Detail
-
execute
public DmnDefinition execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<DmnDefinition>
-
-