Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IContainerProvider.AttachToContainer Method 

Returns a specific container for further querying.

IContainer AttachToContainer(
   string containerLocation,
   ChildRequestHint hint,
   string locale
);

Parameters

containerLocation
The path to the requested container. The first call to attachToContainer uses the value from CrawlerConstants.TAG_PATH, which should be set in the Crawler editor in the portal. Subsequent calls use the location values returned by IContainer.getChildContainers
hint
A ChildRequestHint indicating the type of query the portal will do.
locale
The locale information to pass to the backend.

Return Value

An implementation of the IContainer interface.

See Also

IContainerProvider Interface | Plumtree.Remote.Crawler Namespace