EDMConstants.ValidatorOptions


edm.edom3

Class EDMConstants.ValidatorOptions


  • java.lang.Object
    • edm.edom3.EDMConstants.ValidatorOptions
  • Enclosing interface:EDMConstants



    public static class EDMConstants.ValidatorOptions
    extends java.lang.Object

    Options for the EDMValidator worker.
    • Field Detail

      • AGGREGATE_DATA_TYPE

        public static final long AGGREGATE_DATA_TYPE

        Validate aggregate types

        See Also:Constant Field Values

      • OUTPUT_STEPID

        public static final long OUTPUT_STEPID

        Write step id to validation report in additionto instance id

        See Also:Constant Field Values

      • NO_PRINT_OUTPUT

        public static final long NO_PRINT_OUTPUT

        Do not produce any printout

        See Also:Constant Field Values

      • INVERSE_RULES

        public static final long INVERSE_RULES

        Validate INVERSE rules

        See Also:Constant Field Values

      • REQUIRED_ATTRIBUTES

        public static final long REQUIRED_ATTRIBUTES

        Validate mandatory/optional attributes spec.

        See Also:Constant Field Values

      • UNIQUENESS_RULES

        public static final long UNIQUENESS_RULES

        Validate uniqueness rules

        See Also:Constant Field Values

      • AGGREGATE_SIZE

        public static final long AGGREGATE_SIZE

        Validate aggregate sizes

        See Also:Constant Field Values

      • ARRAY_REQUIRED_ELEMENTS

        public static final long ARRAY_REQUIRED_ELEMENTS

        Validate aggregate content: mandatory/optional membership

        See Also:Constant Field Values

      • AGGREGATE_UNIQUENESS

        public static final long AGGREGATE_UNIQUENESS

        Validate aggregate uniqueness

        See Also:Constant Field Values

      • FULL_VALIDATION

        public static final long FULL_VALIDATION

        Validate all constraints. If selected, implies all validate flags.

        See Also:Constant Field Values

      • DETAILED_OUTPUT

        public static final long DETAILED_OUTPUT

        Produce detailed validation report

        See Also:Constant Field Values

      • FULL_OUTPUT

        public static final long FULL_OUTPUT

        Produce full validation report

        See Also:Constant Field Values

      • STOP_ON_FIRST_ERROR

        public static final long STOP_ON_FIRST_ERROR

        stop validation of first error

        See Also:Constant Field Values

      • GLOBAL_RULES

        public static final long GLOBAL_RULES

        Validate global rules

        See Also:Constant Field Values

      • LOCAL_RULES

        public static final long LOCAL_RULES

        Validate domain rules

        See Also:Constant Field Values

      • SUBTYPES

        public static final long SUBTYPES

        Validate subtypes of selected instance (if validating an instance type)

        See Also:Constant Field Values

      • LOG_TO_FILE

        public static final long LOG_TO_FILE

        log the report to a file

        See Also:Constant Field Values

      • USER_OUTPUT_TO_FILE

        public static final long USER_OUTPUT_TO_FILE

        log user output to the given file

        See Also:Constant Field Values

    • Constructor Detail

      • ValidatorOptions

        public ValidatorOptions()