|
|||||||||
| 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.CompositeFilter
org.identityconnectors.framework.common.objects.filter.OrFilter
public final class OrFilter
| Constructor Summary | |
|---|---|
OrFilter(Filter left, Filter right)Takes the result of the left and right filter and ORs them. |
|
| Method Summary | |
|---|---|
boolean |
accept(ConnectorObject obj)Takes the result from the left and ORs it w/ the right filter. |
boolean |
accept(EmbeddedObject obj)Takes the result from the left and ORs it w/ the right filter. |
java.lang.String |
toString() |
| Methods inherited from class org.identityconnectors.framework.common.objects.filter.CompositeFilter |
|---|
getLeft, getRight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrFilter(Filter left,
Filter right)
| Method Detail |
|---|
public boolean accept(ConnectorObject obj)
obj - - The specified ConnectorObject.true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.Filter.accept(ConnectorObject)public boolean accept(EmbeddedObject obj)
obj - - The specified EmbeddedObject.true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.Filter.accept(EmbeddedObject)public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||