Package org.kie.dmn.core.fluent
Class GetDMNDecisionResultsCommand
- java.lang.Object
-
- org.kie.dmn.core.fluent.AbstractDMNResultCommand
-
- org.kie.dmn.core.fluent.GetDMNDecisionResultsCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<List<org.kie.dmn.api.core.DMNDecisionResult>>,org.kie.api.command.ExecutableCommand<List<org.kie.dmn.api.core.DMNDecisionResult>>
public class GetDMNDecisionResultsCommand extends AbstractDMNResultCommand implements org.kie.api.command.ExecutableCommand<List<org.kie.dmn.api.core.DMNDecisionResult>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetDMNDecisionResultsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.kie.dmn.api.core.DMNDecisionResult>execute(org.kie.api.runtime.Context context)-
Methods inherited from class org.kie.dmn.core.fluent.AbstractDMNResultCommand
extractDMNResult
-
-