Class TransformationCatalog


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void add​(TransformationDefinition transformationDefinition)
      Registers the specified custom transformation.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.