Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

ChildRequestHint Members

ChildRequestHint overview

Public Static Fields

ALL_CHILDREN The portal will ask for child objects. Used when the portal has not reached the maximum depth of the container.
ALL_CONTAINERS The portal will ask for container objects.
ALL_DOCUMENTS The portal will ask for document objects. Used when the portal has reached the maximum depth of the container.
RANDOM_ACCESS The portal will ask for any kind of object. Not used.
RESERVED (Reserved for future use.)

Public Static Methods

Parse Returns the ChildRequestHint object corresponding to the hint code.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCode Returns the underlying integral hint code.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ChildRequestHint Class | Plumtree.Remote.Crawler Namespace