Uses of Enum Class
com.evolveum.midpoint.schema.validator.ValidationItemType
Packages that use ValidationItemType
-
Uses of ValidationItemType in com.evolveum.midpoint.ninja.action
Fields in com.evolveum.midpoint.ninja.action declared as ValidationItemTypeModifier and TypeFieldDescriptionfinal ValidationItemTypeVerifyOptions.VerificationCategory.validationItemType -
Uses of ValidationItemType in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator that return ValidationItemTypeModifier and TypeMethodDescriptionValidationItem.type()Returns the value of thetyperecord component.static ValidationItemTypeReturns the enum constant of this class with the specified name.static ValidationItemType[]ValidationItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.schema.validator that return types with arguments of type ValidationItemTypeMethods in com.evolveum.midpoint.schema.validator with parameters of type ValidationItemTypeModifier and TypeMethodDescriptionvoidObjectUpgradeValidator.setTypeToCheck(@NotNull ValidationItemType item, boolean check) voidObjectValidator.setTypeToCheck(@NotNull ValidationItemType type, boolean set) Method parameters in com.evolveum.midpoint.schema.validator with type arguments of type ValidationItemTypeModifier and TypeMethodDescriptionvoidObjectValidator.setTypesToCheck(@NotNull Set<ValidationItemType> typesToCheck) Constructors in com.evolveum.midpoint.schema.validator with parameters of type ValidationItemTypeModifierConstructorDescriptionValidationItem(ValidationItemType type, ValidationItemStatus status, LocalizableMessage message, ItemPath path, T data) Creates an instance of aValidationItemrecord class.