Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.query.qta
Interface FolderInfo


public interface FolderInfo

An interface representing information about a folder that can be passed to a QueryTimeFilter to control folder browsing.


Method Summary
 String[] getFullPath()
          Gets the full path for this folder, including the source group as the root element.
 String getName()
          Gets the folder name.

 

Method Detail

getName

String getName()
Gets the folder name.
Returns:
name of folder

getFullPath

String[] getFullPath()
Gets the full path for this folder, including the source group as the root element.

For example, if the full path for this folder is "www.company.com/web/technology/advanced/docs" and the source is not in any source group (Miscellaneous by default), this method would return an array of String objects with the elements "Miscellaneous", "www.company.com", "web", "technology", "advanced", and "docs". This reflects the hierarchy displayed by the Browse pages.

The last element of the full path is equivalent to the value returned by the FolderInfo.getName() method.

Returns:
array of path components

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.