Package com.onenetwork.platform.data.validation
Provides services which allow end-users to define "validation rules" with Excel-like function syntax.
These validation rules can be run at various points in a workflow to enforce customer-specific
business rules.
-
Interface Summary Interface Description ValidationEnterpriseLookupHandler Used in conjunction with ModelValidationConfig.ValidationFailureHandler Interface for handling validation failures when registered through ModelValidationConfig.ValidationService Use to register validation "contexts" (e.g.ValidationWBProblemPopulator Used in conjunction with ModelValidationConfig. -
Class Summary Class Description ValidatedFieldState Represents the state of a model's field after validation rules are applied.ValidatedModelState Represents the state of a model after validation rules are applied.ValidationCompilationRequest Captures all information required to compile one or more ValidationPackages.ValidationCompilationResponse Captures the outcome of aValidationCompilationRequest
.ValidationConstants Constants used for model validationValidationContext Describes a validation "context" (e.g.ValidationPackage ValidationRequest Captures all information required to execute one or more ValidationPackages.ValidationResponse Captures the outcome of aValidationRequest
.ValidationSubContext Describes a validation "subcontext".