Class RaDataTransformation

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RaTransformationResult transform​(java.util.List<com.opencloud.slee.data.migration.RAData> raDataList, java.util.List<RaConfigRule> transformationRules)
      Transforms the given list of RAData according to the given rules, returning a result which contains a new list of new RAData.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RaDataTransformation

        public RaDataTransformation()
    • Method Detail

      • transform

        @Nonnull
        public static RaTransformationResult transform​(@Nonnull
                                                       java.util.List<com.opencloud.slee.data.migration.RAData> raDataList,
                                                       @Nonnull
                                                       java.util.List<RaConfigRule> transformationRules)
                                                throws TransformationException
        Transforms the given list of RAData according to the given rules, returning a result which contains a new list of new RAData.
        Throws:
        TransformationException