| Package | Description |
|---|---|
| com.orchestranetworks.addon.dataexchange.validator |
Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data service using validators.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatorStatus |
Validator.postTransform(T validatorContext)
Deprecated.
Returns the validation status of post
validator. |
ValidatorStatus |
Validator.preTransform(T validatorContext)
Deprecated.
Returns the validation status of pre
validator. |
static ValidatorStatus |
ValidatorStatus.valueOf(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.
|