|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.QueryScope
An enumeration of values for the <query>
element's
scope
attribute.
Field Summary | |
static QueryScope |
ENTRY
Entry scope limits a queries scope to the base object. |
static QueryScope |
SUBORDINATES
Subtree scope limits a queries scope to the children of the base object, excluding the base object. |
static QueryScope |
SUBTREE
Subtree scope limits a queries scope to the base object and all of its descendants. |
Method Summary | |
String |
toString()
Returns the equivalent DTD string value of this object (e.g., "entry", "subtree", "subordinates"). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final QueryScope ENTRY
The base object of a query is specified by either the
dest-dn
attribute or child
<association>
element. When both are present, the
<association>
takes precedence. If neither are
present, the base object defaults to the root object in a hierarchical
name space or all ojects in a non-hierarchical name space.
public static final QueryScope SUBTREE
The base object of a query is specified by either the
dest-dn
attribute or child
<association>
element. When both are present, the
<association>
takes precedence. If neither are
present, the base object defaults to the root object in a hierarchical
name space or all ojects in a non-hierarchical name space.
public static final QueryScope SUBORDINATES
The base object of a query is specified by either the
dest-dn
attribute or child
<association>
element. When both are present, the
<association>
takes precedence. If neither are
present, the base object defaults to the root object in a hierarchical
name space or all ojects in a non-hierarchical name space.
Method Detail |
public final String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |