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

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.filter.AttributeFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
ContainsAllValuesFilter, EqualsFilter, SingleValueAttributeFilter

public abstract class AttributeFilter
extends Object
implements Filter


Method Summary
 Attribute getAttribute()
          Get the internal attribute.
 String getName()
          Name of the attribute to find in the ConnectorObject.
 boolean isPresent(ConnectorObject obj)
          Determines if the attribute provided is present in the ConnectorObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.identityconnectors.framework.common.objects.filter.Filter
accept
 

Method Detail

getAttribute

public Attribute getAttribute()
Get the internal attribute.


getName

public String getName()
Name of the attribute to find in the ConnectorObject.


isPresent

public boolean isPresent(ConnectorObject obj)
Determines if the attribute provided is present in the ConnectorObject.



Copyright © 2012. All Rights Reserved.