|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.crawler.ChildRequestHint
Enumeration for portal child request queries. ChildRequestHints can
signal the backend to behave differently.
| Field Summary | |
static ChildRequestHint |
ALL_CHILDREN
The portal will ask for child objects. |
static ChildRequestHint |
ALL_CONTAINERS
The portal will ask for container objects. |
static ChildRequestHint |
ALL_DOCUMENTS
The portal will ask for document objects. |
static ChildRequestHint |
RANDOM_ACCESS
The portal will ask for any kind of object. |
static ChildRequestHint |
RESERVED
(Reserved for future use.) |
| Method Summary | |
int |
getCode()
Returns the underlying integral hint code. |
static ChildRequestHint |
parse(int val)
Returns the ChildRequestHint object corresponding to
the hint code. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final ChildRequestHint RANDOM_ACCESS
public static final ChildRequestHint ALL_CHILDREN
public static final ChildRequestHint ALL_CONTAINERS
public static final ChildRequestHint ALL_DOCUMENTS
public static final ChildRequestHint RESERVED
| Method Detail |
public int getCode()
public static ChildRequestHint parse(int val)
ChildRequestHint object corresponding to
the hint code.
ChildRequestHint object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.