org.identityconnectors.framework.common.objects.filter
Class AttributeFilter
java.lang.Object
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
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 |
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.