|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.6) Beta B19032-01 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
This package contains all interfaces and exceptions that are part of the Oracle Secure Enterprise Search Query Time Authorization API.
See:
Description
| Interface Summary | |
| DocumentInfo | An interface representing information about a document that can be passed to a QueryTimeFilter for filtering out documents. |
| FolderInfo | An interface representing information about a folder that can be passed to a QueryTimeFilter to control folder browsing. |
| QueryTimeFilter | An interface to filter search results and other access to document information at query time. |
| RequestInfo | An interface representing information about a request that can be passed to a QueryTimeFilter for filtering out documents, folders, or entire sources. |
| Exception Summary | |
| QueryTimeFilterException | Thrown by methods in the QueryTimeFilter interface to indicate that a failure has occurred. |
This package contains all interfaces and exceptions that are part of the Oracle Secure Enterprise Search Query Time Authorization API.
To write a Query Time Authorization filter, implement the QueryTimeFilter interface. The methods in this interface may throw instances of the QueryTimeFilterException exception.
Objects that implement the RequestInfo, DocumentInfo, and FolderInfo interfaces will be passed in as arguments for filtering, but these interfaces do not need to be implemented by the filter writer.
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.6) Beta B19032-01 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||