Uses of Class
com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
-
Packages that use ValidatorStatus Package Description com.orchestranetworks.addon.dataexchange.validator Classes and interfaces to call EBX Data Exchange Add-on import Excel, CSV, XML and transfer data service using validators. -
-
Uses of ValidatorStatus in com.orchestranetworks.addon.dataexchange.validator
Methods in com.orchestranetworks.addon.dataexchange.validator that return ValidatorStatus Modifier and Type Method Description ValidatorStatusValidator. postTransform(T validatorContext)Deprecated.Returns the validation status of postvalidator.ValidatorStatusValidator. preTransform(T validatorContext)Deprecated.Returns the validation status of prevalidator.static ValidatorStatusValidatorStatus. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static ValidatorStatus[]ValidatorStatus. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-