org.identityconnectors.framework.common.objects.filter
Class ContainsAllValuesFilter

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.filter.AttributeFilter
      extended by org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
All Implemented Interfaces:
Filter

public class ContainsAllValuesFilter
extends AttributeFilter


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.
 
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
 

Constructor Detail

ContainsAllValuesFilter

public ContainsAllValuesFilter(Attribute attr)
Public only as an artifact of the implementation. Please use FilterBuilder to create an instance of ContainsAllValuesFilter.

Parameters:
attr -
Method Detail

accept

public 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. Determines whether the specified ConnectorObject matches this filter.

Parameters:
obj - - The specified ConnectorObject.
Returns:
true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.


Copyright © 2012. All Rights Reserved.