|
|||||||||
| 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.AndFilter
public final class AndFilter
| Constructor Summary | |
|---|---|
AndFilter(Filter left, Filter right)And the the left and right filters. |
|
| Method Summary | |
|---|---|
boolean |
accept(ConnectorObject obj)Ands the left and right filters. |
boolean |
accept(EmbeddedObject obj)Ands the left and right filters. |
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 AndFilter(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 | ||||||||