|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.server.S_Selector
The S_Selector class creates and executes SIMPLE searches server-side.
Constructor Summary | |
|
S_Selector(S_LibrarySession session)
Construct a Selector object. |
Method Summary | |
int |
getItemCount()
Returns the number of items in the search results. |
S_LibraryObject[] |
getItems()
Returns the entire search results as an array. |
java.lang.String |
getSearchClassname()
Returns the search class that was set using setSearchClassname() |
java.lang.String |
getSearchSelection()
Returns the search selection that was set using setSearchSelection() |
S_LibrarySession |
getSession()
Returns the session being used by this Selector. |
SortSpecification |
getSortSpecification()
Returns the Sort Specification |
boolean |
isRecursiveSearch()
Returns true if recursive searching is enabled with respect to classes. |
void |
resetItems()
Clears locally stored search results. |
void |
setRecursiveSearch(boolean recursive)
Enables/disables recursive searching with respect to classes. |
void |
setSearchClassname(java.lang.String searchClass)
Sets the search class. |
void |
setSearchSelection(java.lang.String searchSelection)
Sets the search selection. |
void |
setSortSpecification(SortSpecification spec)
Sets the Sort Specification |
Constructor Detail |
public S_Selector(S_LibrarySession session) throws IfsException
session
- the current session.Method Detail |
public SortSpecification getSortSpecification() throws IfsException
IfsException
- if the operation fails.public void setSortSpecification(SortSpecification spec) throws IfsException
the
- sort specificaion.IfsException
- if the operation fails.public java.lang.String getSearchClassname() throws IfsException
IfsException
- if operation fails.public void setSearchClassname(java.lang.String searchClass) throws IfsException
searchClass
- the search class.IfsException
- if operation fails.public java.lang.String getSearchSelection() throws IfsException
IfsException
- if operation fails.public void setSearchSelection(java.lang.String searchSelection) throws IfsException
searchSelection
- the search selection.IfsException
- if operation fails.public boolean isRecursiveSearch() throws IfsException
IfsException
- if the operation fails.public void setRecursiveSearch(boolean recursive) throws IfsException
recursive
- true for enabled.IfsException
- if the operation fails.public S_LibraryObject[] getItems() throws IfsException
IfsException
- if operation fails.public int getItemCount() throws IfsException
IfsException
- if operation fails.public void resetItems() throws IfsException
IfsException
- if operation fails.public S_LibrarySession getSession() throws IfsException
IfsException
- if the operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |