org.apache.directory.api.ldap.aci.protectedItem
Class ClassesItem
java.lang.Object
org.apache.directory.api.ldap.aci.ProtectedItem
org.apache.directory.api.ldap.aci.protectedItem.ClassesItem
public class ClassesItem
- extends ProtectedItem
The contents of entries (possibly a family member) which are restricted
to those that have object class values that satisfy the predicate defined
by Refinement (see 12.3.5), together (in the case of an ancestor or other
family member) with the entry contents as a whole of each subordinate
family member entry; it does not necessarily include the information in
these entries.
|
Constructor Summary |
ClassesItem(org.apache.directory.api.ldap.model.filter.ExprNode classes)
Creates a new instance. |
ClassesItem
public ClassesItem(org.apache.directory.api.ldap.model.filter.ExprNode classes)
- Creates a new instance.
- Parameters:
classes - refinement
getClasses
public org.apache.directory.api.ldap.model.filter.ExprNode getClasses()
- Gets the classes refinement.
- Returns:
- the classes refinement
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
-
- Overrides:
equals in class Object
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.