Oracle WebCenter Interaction Development Kit (IDK) 10.3.0.0.0

ITreeIterator Methods

The methods of the ITreeIterator interface are listed below. For a complete list of ITreeIterator interface members, see the ITreeIterator Members topic.

Public Instance Methods

Children Gets the children for this iterator node (for example, a list of files in a given folder).
Close Closes the iterator.
GetCurrentLocation Gets the full path of the current location
GetLocale Gets the locale (culture info) for this iterator.
GetLocationName Gets the name of the current node (the last folder in the path).
InitializeIterator Initializes the iterator.
IsAtRoot Checks if the iterator is at the root node.
MoveTo Moves to the specified location.
MoveToParent Moves to the parent of this iterator node; one 'directory' up.
MoveToRoot Moves to the root of this iterator node.

See Also

ITreeIterator Interface | Plumtree.Remote.Sci Namespace