Class TransformationCatalog

java.lang.Object
com.orchestranetworks.addon.dex.transformation.TransformationCatalog

public final class TransformationCatalog extends Object
Lists transformations to register.
Since:
2.3.0
  • Method Details

    • add

      public static final void add(TransformationDefinition transformationDefinition) throws com.orchestranetworks.service.OperationException
      Registers the specified custom transformation.
      Parameters:
      transformationDefinition - transformation definition.
      Throws:
      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.