Class RaConfigContext

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RaConfigContext.IfPropertyValue
      Matches RA entities based on the value of a particular configuration property.
      static class  RaConfigContext.RaEntity
      Matches RA entities based on their entity name.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean equals​(java.lang.Object o)  
      abstract int hashCode()  
      abstract ResultAndWarnings<java.lang.Boolean> matchesEntity​(com.opencloud.slee.data.migration.RAEntityData raEntityData)
      Returns whether or not the given RA entity data matches this context, along with any warnings gathered while matching.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • matchesEntity

        @Nonnull
        public abstract ResultAndWarnings<java.lang.Boolean> matchesEntity​(@Nonnull
                                                                           com.opencloud.slee.data.migration.RAEntityData raEntityData)
        Returns whether or not the given RA entity data matches this context, along with any warnings gathered while matching.
      • equals

        public abstract boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public abstract int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object