|
|||||||||
| 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.ContainsAllValuesFilter
public class ContainsAllValuesFilter
| Constructor Summary | |
|---|---|
ContainsAllValuesFilter(Attribute attr)Public only as an artifact of the implementation. |
|
| Method Summary | |
|---|---|
boolean |
accept(ConnectorObject obj)Determine whether the specified ConnectorObject contains an Attribute that has the same name as and contains all of the values of the attribute that FilterBuilder placed into this filter. |
boolean |
accept(EmbeddedObject obj)Determines whether the specified EmbeddedObject matches this filter. |
java.lang.String |
toString() |
| 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 ContainsAllValuesFilter(Attribute attr)
FilterBuilder to create an instance of ContainsAllValuesFilter.
attr -| Method Detail |
|---|
public boolean accept(ConnectorObject obj)
ConnectorObject contains an Attribute that has the same name as and contains all of the values of the attribute that FilterBuilder placed into this filter. Determines whether the specified ConnectorObject matches this filter.obj - - The specified ConnectorObject.true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.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 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 | ||||||||