|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.identityconnectors.framework.common.objects.filter.AttributeFilter
org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
public abstract class ComparableAttributeFilter
Filter for an attribute value that is comparable.
| Method Summary | |
|---|---|
boolean |
accept(ConnectorObject obj)Determines whether the specified ConnectorObject matches this filter. |
boolean |
accept(EmbeddedObject obj)Determines whether the specified EmbeddedObject matches this filter. |
protected abstract boolean |
accept(java.lang.Object obj) |
protected int |
compare(java.lang.Object obj) |
| Methods inherited from class org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter |
|---|
getValue |
| Methods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter |
|---|
getAttribute, getName, isPresent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean accept(ConnectorObject obj)
FilterConnectorObject matches this filter.obj - - The specified ConnectorObject.true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.public boolean accept(EmbeddedObject obj)
FilterEmbeddedObject matches this filter.obj - - The specified EmbeddedObject.true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.protected abstract boolean accept(java.lang.Object obj)
protected final int compare(java.lang.Object obj)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||