public final class TransformationCatalog extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
add(TransformationDefinition transformationDefinition)
Registers the specified custom transformation.
|
public static final void add(TransformationDefinition transformationDefinition) throws com.orchestranetworks.service.OperationException
transformationDefinition - transformation definition.com.orchestranetworks.service.OperationException - if this transformation's code is null or empty, its label is null, or this transformation already exists in the catalog.