public abstract class RaConfigContext
extends java.lang.Object
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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() |
@Nonnull public abstract ResultAndWarnings<java.lang.Boolean> matchesEntity(@Nonnull com.opencloud.slee.data.migration.RAEntityData raEntityData)
public abstract boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © OpenCloud. All Rights Reserved.