|
|||||||||
| 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.StringFilter
public abstract class StringFilter
Filter based on strings.
| 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. |
abstract boolean |
accept(java.lang.String value) |
java.lang.String |
getValue()Get the string value from the afore mentioned attribute. |
| 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 java.lang.String getValue()
getValue in class SingleValueAttributeFilterSingleValueAttributeFilter.getValue()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.java.lang.ClassCastException - iff the value from the ConnectorObject's attribute of the same name as provided is not a string.Filter.accept(ConnectorObject)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.public abstract boolean accept(java.lang.String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||