| Package | Description |
|---|---|
| com.orchestranetworks.addon.dataexchange.transformation |
Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer.
|
| 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 |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Transformation |
TransformationDefinition.getTransformation(Operation operation)
Deprecated.
Returns an instance of this
Transformation. |
| Modifier and Type | Method and Description |
|---|---|
Validator |
ValidatorDefinition.getValidator(Operation operation)
Deprecated.
Returns an instance of this
Validator. |