Skip navigation links


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 java.lang.Object
implements Filter

Method Summary
 Attribute getAttribute()
          Get the internal attribute.
 java.lang.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, accept

 

Method Detail

getAttribute

public Attribute getAttribute()
Get the internal attribute.

getName

public java.lang.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.

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.