|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ldap.util.PropertySetCollection
This class represents a collection of PropertySets. In other words, it represents a set of search result entries from a given search.
Method Summary | |
java.lang.String[] |
getDns()
Returns an array of String containing the name of all the property sets - the DN's of all the search entries in this search result. |
PropertySet |
getPropertySet(int i)
Returns the i-th property set of this property set collection - the i-th search entry of this search result. |
PropertySet |
getPropertySet(java.lang.String dn)
Returns the property set identified by dn - the search entry with the given DN |
boolean |
isEmpty()
Returns true if the property set collection does not contain any property set; false otherwise |
int |
size()
Returns the size of the property set collection - the number of search entries in the search result |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final boolean isEmpty()
public final int size()
public final java.lang.String[] getDns()
public final PropertySet getPropertySet(int i)
int
- i the index of the property set to be retrievedpublic final PropertySet getPropertySet(java.lang.String dn)
String
- dn the dn of the property set to be retrieved
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |