public interface InvokeSelectorContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession.
|
LibraryObject[] |
getResult()
Gets the Results.
|
String |
getSearchClassname()
Gets the Search class name.
|
SortSpecification |
getSortSpecification()
Gets the sort specification.
|
String |
getWhereClause()
Gets the Search WHERE clause.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
setResult(LibraryObject[] result)
Sets the result.
|
void |
setSearchClassname(String classname)
Sets the Search class name.
|
void |
setSortSpecification(SortSpecification sortSpec)
Sets the sort specification.
|
void |
setWhereClause(String whereClause)
Sets the Search WHERE clause.
|
void clear()
clear in interface CommandContextLibraryObject[] getResult() throws IfsException
IfsException - if the operation failsvoid setResult(LibraryObject[] result) throws IfsException
result - results for this contextIfsException - if the operation failsString getSearchClassname() throws IfsException
IfsException - if the operation failsvoid setSearchClassname(String classname) throws IfsException
classname - name of the class to be used for this contextIfsException - if the operation failsString getWhereClause() throws IfsException
IfsException - if the operation failsvoid setWhereClause(String whereClause) throws IfsException
whereClause - WHERE clause for this contextIfsException - if the operation failsSortSpecification getSortSpecification() throws IfsException
IfsException - if the operation failsvoid setSortSpecification(SortSpecification sortSpec) throws IfsException
sortSpec - sets the SortSpecification for this contextIfsException - if the operation failsLibrarySession getLibrarySession() throws IfsException
IfsException - if the operation failsvoid setLibrarySession(LibrarySession session) throws IfsException
session - instance of LibrarySession to be used in this command contextIfsException - if the operation failsCopyright © 2025. All rights reserved.