Class ValidationContext
java.lang.Object
de.redsix.dmncheck.validators.core.ValidationContext
The validation context is used in validators with a local view of the DMN model instance to provide access to global
attributes of the DMN model instance.
Note: Reading from the validation context is cached.
-
Constructor Summary
ConstructorDescriptionValidationContext
(org.camunda.bpm.model.dmn.DmnModelInstance dmnModelInstance) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.camunda.bpm.model.dmn.instance.ItemDefinition>
Provides access to the item definitions of a DMN model instance.
-
Constructor Details
-
ValidationContext
public ValidationContext(org.camunda.bpm.model.dmn.DmnModelInstance dmnModelInstance)
-
-
Method Details
-
getItemDefinitions
Provides access to the item definitions of a DMN model instance.- Returns:
- A list of item definitions
-