|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.identityconnectors.framework.common.objects.filter.NotFilter
public final class NotFilter
Proxy the filter to return the negative of the value.
| Constructor Summary | |
|---|---|
NotFilter(Filter filter)
Take the value returned from the internal filter and NOT it. |
|
| Method Summary | |
|---|---|
boolean |
accept(ConnectorObject obj)
Return the opposite the internal filters return value. |
Filter |
getFilter()
Get the internal filter that is being negated. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotFilter(Filter filter)
| Method Detail |
|---|
public Filter getFilter()
public boolean accept(ConnectorObject obj)
accept in interface Filterobj - - The specified ConnectorObject.
true if the object matches
(that is, satisfies all selection criteria of) this filter;
otherwise false.Filter.accept(ConnectorObject)public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||