Package org.kie.dmn.core.fluent
Class GetDMNModelCommand
- java.lang.Object
-
- org.kie.dmn.core.fluent.AbstractDMNModelCommand
-
- org.kie.dmn.core.fluent.GetDMNModelCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<org.kie.dmn.api.core.DMNModel>,org.kie.api.command.ExecutableCommand<org.kie.dmn.api.core.DMNModel>
public class GetDMNModelCommand extends AbstractDMNModelCommand
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.core.fluent.AbstractDMNModelCommand
modelName, namespace, resourcePath
-
-
Constructor Summary
Constructors Constructor Description GetDMNModelCommand(String resourcePath)GetDMNModelCommand(String namespace, String modelName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.dmn.api.core.DMNModelexecute(org.kie.api.runtime.Context context)-
Methods inherited from class org.kie.dmn.core.fluent.AbstractDMNModelCommand
getDMNModel, retrieveDMNModel
-
-