Package | Description |
---|---|
org.kie.dmn.validation |
Modifier and Type | Method and Description |
---|---|
static DMNValidator.Validation |
DMNValidator.Validation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMNValidator.Validation[] |
DMNValidator.Validation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidatorImpl.validate(org.kie.dmn.model.api.Definitions dmnModel,
DMNValidator.Validation... options) |
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidator.validate(org.kie.dmn.model.api.Definitions dmnModel,
DMNValidator.Validation... options)
Validate the model and return the results.
|
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidatorImpl.validate(File xmlFile,
DMNValidator.Validation... options) |
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidator.validate(File xmlFile,
DMNValidator.Validation... options)
Validate the model and return the results.
|
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidatorImpl.validate(Reader reader,
DMNValidator.Validation... options) |
List<org.kie.dmn.api.core.DMNMessage> |
DMNValidator.validate(Reader reader,
DMNValidator.Validation... options)
Validate the model and return the results.
|
DMNValidator.ValidatorBuilder |
DMNValidatorImpl.validateUsing(DMNValidator.Validation... options) |
DMNValidator.ValidatorBuilder |
DMNValidator.validateUsing(DMNValidator.Validation... options)
Fluent interface to validate several models using the specified options.
|
Constructor and Description |
---|
ValidatorBuilderImpl(DMNValidatorImpl dmnValidatorImpl,
DMNValidator.Validation[] options) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.