|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISCSSearchAPI
The command API implementation of the search commands.
This implementation can be accessed directly via the ICommandFacade
class, using the API
name search, with the following syntax:
ISCSSearchAPI commandAPI = (ISCSSearchAPI)m_commandFacade.getCommandAPI ("search", m_commandFacade.getCommandTypeForName ("active"));
Field Summary | |
---|---|
static java.lang.String |
API_CATEGORY
Category for this Command API |
Method Summary | |
---|---|
ICISAPIObjectFactory |
getObjectFactory()
Retrieve the object factory associated with this API |
ISCSSearchResponse |
search(ISCSContext SCSContext,
ISCSSearchQuery searchQuery)
Command the implements searching against the content server. |
ISCSSearchResponse |
search(ISCSContext SCSContext,
java.lang.String queryText,
int resultCount)
Command the implements searching against the content server. |
ISCSSearchResponse |
search(ISCSContext SCSContext,
java.lang.String queryText,
int resultCount,
java.lang.String sortField,
java.lang.String sortOrder,
int startIndex)
Command the implements searching against the content server. |
ISCSSearchResponse |
search(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSSearchQuery searchQuery)
Command the implements searching against the content server. |
ISCSSearchResponse |
search(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String queryText,
int resultCount)
Command the implements searching against the content server. |
ISCSSearchResponse |
search(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String queryText,
int resultCount,
java.lang.String sortField,
java.lang.String sortOrder,
int startIndex)
Command the implements searching against the content server. |
ISCSSearchResponse |
searchUniversal(ISCSContext SCSContext,
java.lang.String queryText,
int resultCount)
Command the implements searching against the content server. |
ISCSSearchResponse |
searchUniversal(ISCSContext SCSContext,
java.lang.String queryText,
int resultCount,
java.lang.String sortField,
java.lang.String sortOrder,
int startIndex)
Command the implements searching against the content server. |
ISCSSearchResponse |
searchUniversal(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String queryText,
int resultCount)
Command the implements searching against the content server. |
ISCSSearchResponse |
searchUniversal(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String queryText,
int resultCount,
java.lang.String sortField,
java.lang.String sortOrder,
int startIndex)
Command the implements searching against the content server. |
Field Detail |
---|
static final java.lang.String API_CATEGORY
Method Detail |
---|
ICISAPIObjectFactory getObjectFactory()
ISCSSearchResponse search(ISCSContext SCSContext, ISCSSearchQuery searchQuery) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
SCSContext
- the context object representing the current usersearchQuery
- the content server query object
CommandException
ISCSSearchResponse search(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSSearchQuery searchQuery) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
requestModifier
- modify the requestSCSContext
- the context object representing the current usersearchQuery
- the content server query object
CommandException
ISCSSearchResponse search(ISCSContext SCSContext, java.lang.String queryText, int resultCount) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
SCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of results
CommandException
ISCSSearchResponse search(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String queryText, int resultCount) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
requestModifier
- modify the requestSCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of results
CommandException
ISCSSearchResponse searchUniversal(ISCSContext SCSContext, java.lang.String queryText, int resultCount) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
SCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of results
CommandException
ISCSSearchResponse searchUniversal(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String queryText, int resultCount) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
requestModifier
- modify the requestSCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of results
CommandException
ISCSSearchResponse search(ISCSContext SCSContext, java.lang.String queryText, int resultCount, java.lang.String sortField, java.lang.String sortOrder, int startIndex) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
SCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of resultssortField
- the field to sort the results bysortOrder
- a string representing the order of the results, asc for ascending and desc for descendingstartIndex
- the start of the result set, to page results, this should be set to #getResultCount
+ lastStartIndex
CommandException
ISCSSearchResponse search(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String queryText, int resultCount, java.lang.String sortField, java.lang.String sortOrder, int startIndex) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
requestModifier
- modify the requestSCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of resultssortField
- the field to sort the results bysortOrder
- a string representing the order of the results, asc for ascending and desc for descendingstartIndex
- the start of the result set, to page results, this should be set to #getResultCount
+ lastStartIndex
CommandException
ISCSSearchResponse searchUniversal(ISCSContext SCSContext, java.lang.String queryText, int resultCount, java.lang.String sortField, java.lang.String sortOrder, int startIndex) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
SCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of resultssortField
- the field to sort the results bysortOrder
- a string representing the order of the results, asc for ascending and desc for descendingstartIndex
- the start of the result set, to page results, this should be set to #getResultCount
+ lastStartIndex
CommandException
ISCSSearchResponse searchUniversal(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String queryText, int resultCount, java.lang.String sortField, java.lang.String sortOrder, int startIndex) throws CommandException
ISCSServerBinder
in a List
named "SearchResults". The universal search methods refer to the universal query capability available in Content Servers 7.5 and above. Using these methods allow the user to specify a queryText that is a subset of the Verity language.
requestModifier
- modify the requestSCSContext
- the context object representing the current userqueryText
- the string that is will be used to query the serverresultCount
- the maximum number of resultssortField
- the field to sort the results bysortOrder
- a string representing the order of the results, asc for ascending and desc for descendingstartIndex
- the start of the result set, to page results, this should be set to #getResultCount
+ lastStartIndex
CommandException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |