|
|||||||||
| 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
org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
public final class GreaterThanFilter
| Constructor Summary | |
|---|---|
GreaterThanFilter(Attribute attr)Determine if the ConnectorObject Attribute value is greater than the one provided in the filter. |
|
| Method Summary | |
|---|---|
protected boolean |
accept(java.lang.Object obj) |
java.lang.String |
toString() |
| Methods inherited from class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter |
|---|
accept, accept, compare |
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public GreaterThanFilter(Attribute attr)
ConnectorObject Attribute value is greater than the one provided in the filter.| Method Detail |
|---|
protected boolean accept(java.lang.Object obj)
accept in class ComparableAttributeFilterpublic 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 | ||||||||