Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.sis.search
Interface ISISSearchAPI

All Superinterfaces:
ICommandAPI

Deprecated. Fixed API deprecated since 10gR3

public interface ISISSearchAPI
extends ICommandAPI

The command API implementation of the search commands.


Field Summary
static java.lang.String API_CATEGORY
          Deprecated. Category for this Command API

 

Method Summary
 ISISSearchResponse adhocSearch(ISISContext SISContext, ISISAdhocQuery adhocQuery, int pageSize)
          Deprecated. This allows the client to execute an ad-hoc search against the IBPM system.
 ISISSearchResponse continueSearch(ISISContext SISContext, ISISSearchCookie searchCookie)
          Deprecated. Continues a previously started search.
 ISISSearchResponse continueSearch(ISISContext SISContext, java.lang.String searchConnectionID)
          Deprecated. Continues a previously started search.
 ISISAdhocQuery getApplicationQuery(ISISContext SISContext, ISISApplication application)
          Deprecated. This allows the client to obtain a list of prompts for the specified Application.
 ISISAdhocQuery getApplicationQuery(ISISContext SISContext, ISISApplication application, int queryType)
          Deprecated. This allows the client to obtain a list of prompts for the specified Application.
 ISISAdhocQuery getApplicationQuery(ISISContext SISContext, java.lang.String applicationName)
          Deprecated. This allows the client to obtain a list of prompts for the specified Application.
 ISISAdhocQuery getApplicationQuery(ISISContext SISContext, java.lang.String applicationName, int queryType)
          Deprecated. This allows the client to obtain a list of prompts for the specified Application.
 java.util.List getSavedSearchNames(ISISContext SISContext)
          Deprecated. Returns a list of predefined queries.
 java.util.List getSavedSearchPrompts(ISISContext SISContext, ISISSavedSearch savedSearch)
          Deprecated. Returns a list of prompts that are associated with the specified saved search.
 java.util.List getSavedSearchPrompts(ISISContext SISContext, java.lang.String searchName)
          Deprecated. Returns a list of prompts that are associated with the specified saved search.
 ISISApplication getSearchableApplication(ISISContext SISContext, java.lang.String applicationName)
          Deprecated. Retrieves a list of application types that can be used in ad hoc searches.
 ISISApplicationResponse getSearchableApplications(ISISContext SISContext)
          Deprecated. Retrieves a list of application types that can be used in ad hoc searches.
 ISISContent lookup(ISISContext SISContext, ISISID identifier)
          Deprecated. Looks up a piece of fixed content by identifier or a combination of application name and row
 ISISContent lookup(ISISContext SISContext, java.lang.String applicationName, java.lang.String rowIdentifier)
          Deprecated. Looks up a piece of fixed content by identifier or a combination of application name and row
 ISISSearchResponse search(ISISContext SISContext, java.lang.String searchName)
          Deprecated. Performs the specified search for fixed content.
 ISISSearchResponse search(ISISContext SISContext, java.lang.String searchName, int pageSize)
          Deprecated. Performs the specified search for fixed content.
 ISISSearchResponse search(ISISContext SISContext, java.lang.String searchName, java.util.List searchPrompts, int pageSize)
          Deprecated. Performs the specified search for fixed content.
 java.lang.Boolean stopSearch(ISISContext SISContext, ISISSearchCookie searchCookie)
          Deprecated. Stops a previously started search.

 

Field Detail

API_CATEGORY

static final java.lang.String API_CATEGORY
Deprecated. 
Category for this Command API
See Also:
Constant Field Values

Method Detail

lookup

ISISContent lookup(ISISContext SISContext,
                   ISISID identifier)
                   throws CommandException
Deprecated. 
Looks up a piece of fixed content by identifier or a combination of application name and row
Parameters:
SISContext - the context object representing the current user
identifier - The identifier.
Throws:
CommandException

lookup

ISISContent lookup(ISISContext SISContext,
                   java.lang.String applicationName,
                   java.lang.String rowIdentifier)
                   throws CommandException
Deprecated. 
Looks up a piece of fixed content by identifier or a combination of application name and row
Parameters:
SISContext - the context object representing the current user
applicationName - The application name.
rowIdentifier - The row identifier.
Throws:
CommandException

stopSearch

java.lang.Boolean stopSearch(ISISContext SISContext,
                             ISISSearchCookie searchCookie)
                             throws CommandException
Deprecated. 
Stops a previously started search.
Parameters:
SISContext - the context object representing the current user
searchCookie - The identifier for the started search.
Throws:
CommandException

getApplicationQuery

ISISAdhocQuery getApplicationQuery(ISISContext SISContext,
                                   ISISApplication application)
                                   throws CommandException
Deprecated. 
This allows the client to obtain a list of prompts for the specified Application. The prompts will be returned in a format that is ready for an Ad-hoc Search request. The return will describe a single Ad-hoc search
Parameters:
SISContext - the context object representing the current user
application - The application to retrieve prompts for.
Throws:
CommandException

getApplicationQuery

ISISAdhocQuery getApplicationQuery(ISISContext SISContext,
                                   ISISApplication application,
                                   int queryType)
                                   throws CommandException
Deprecated. 
This allows the client to obtain a list of prompts for the specified Application. The prompts will be returned in a format that is ready for an Ad-hoc Search request. The return will describe a single Ad-hoc search
Parameters:
SISContext - the context object representing the current user
application - The application to retrieve prompts for.
queryType - The type of prompts to receive prompts for, ISISAdhocQuery.ALL ISISAdhocQuery.DM ISISAdhocQuery.FIELD ISISAdhocQuery.SYSTEM ISISAdhocQuery.FULLTEXT ISISAdhocQuery.UNKNOWN
Throws:
CommandException

getApplicationQuery

ISISAdhocQuery getApplicationQuery(ISISContext SISContext,
                                   java.lang.String applicationName,
                                   int queryType)
                                   throws CommandException
Deprecated. 
This allows the client to obtain a list of prompts for the specified Application. The prompts will be returned in a format that is ready for an Ad-hoc Search request. The return will describe a single Ad-hoc search
Parameters:
SISContext - the context object representing the current user
applicationName - The application name to retrieve prompts for.
queryType - The type of prompts to receive prompts for, ISISAdhocQuery.ALL ISISAdhocQuery.DM ISISAdhocQuery.FIELD ISISAdhocQuery.SYSTEM ISISAdhocQuery.FULLTEXT ISISAdhocQuery.UNKNOWN
Throws:
CommandException

getApplicationQuery

ISISAdhocQuery getApplicationQuery(ISISContext SISContext,
                                   java.lang.String applicationName)
                                   throws CommandException
Deprecated. 
This allows the client to obtain a list of prompts for the specified Application. The prompts will be returned in a format that is ready for an Ad-hoc Search request. The return will describe a single Ad-hoc search
Parameters:
SISContext - the context object representing the current user
applicationName - The application name to retrieve prompts for.
Throws:
CommandException

getSavedSearchNames

java.util.List getSavedSearchNames(ISISContext SISContext)
                                   throws CommandException
Deprecated. 
Returns a list of predefined queries.
Parameters:
SISContext - the context object representing the current user
Throws:
CommandException

getSavedSearchPrompts

java.util.List getSavedSearchPrompts(ISISContext SISContext,
                                     java.lang.String searchName)
                                     throws CommandException
Deprecated. 
Returns a list of prompts that are associated with the specified saved search. ICISSearchPrompt
Parameters:
SISContext - the context object representing the current user
searchName - The identifier of the saved search.
Throws:
CommandException

getSavedSearchPrompts

java.util.List getSavedSearchPrompts(ISISContext SISContext,
                                     ISISSavedSearch savedSearch)
                                     throws CommandException
Deprecated. 
Returns a list of prompts that are associated with the specified saved search. ICISSearchPrompt
Parameters:
SISContext - the context object representing the current user
savedSearch - The identifier of the saved search.
Throws:
CommandException

search

ISISSearchResponse search(ISISContext SISContext,
                          java.lang.String searchName)
                          throws CommandException
Deprecated. 
Performs the specified search for fixed content.
Parameters:
SISContext - the context object representing the current user
searchName - The saved search name.
Throws:
CommandException

search

ISISSearchResponse search(ISISContext SISContext,
                          java.lang.String searchName,
                          int pageSize)
                          throws CommandException
Deprecated. 
Performs the specified search for fixed content.
Parameters:
SISContext - the context object representing the current user
searchName - The saved search name.
pageSize - The number of results to return.
Throws:
CommandException

search

ISISSearchResponse search(ISISContext SISContext,
                          java.lang.String searchName,
                          java.util.List searchPrompts,
                          int pageSize)
                          throws CommandException
Deprecated. 
Performs the specified search for fixed content.
Parameters:
SISContext - the context object representing the current user
searchName - The saved search name.
searchPrompts - ser specified input for this search.
pageSize - The number of results to return.
Throws:
CommandException

getSearchableApplications

ISISApplicationResponse getSearchableApplications(ISISContext SISContext)
                                                  throws CommandException
Deprecated. 
Retrieves a list of application types that can be used in ad hoc searches.
Parameters:
SISContext - the context object representing the current user
Throws:
CommandException

getSearchableApplication

ISISApplication getSearchableApplication(ISISContext SISContext,
                                         java.lang.String applicationName)
                                         throws CommandException
Deprecated. 
Retrieves a list of application types that can be used in ad hoc searches.
Parameters:
SISContext - the context object representing the current user
applicationName - The name of the application to retrieve.
Throws:
CommandException

continueSearch

ISISSearchResponse continueSearch(ISISContext SISContext,
                                  ISISSearchCookie searchCookie)
                                  throws CommandException
Deprecated. 
Continues a previously started search.
Parameters:
SISContext - the context object representing the current user
searchCookie - The identifier for the started search.
Throws:
CommandException

continueSearch

ISISSearchResponse continueSearch(ISISContext SISContext,
                                  java.lang.String searchConnectionID)
                                  throws CommandException
Deprecated. 
Continues a previously started search.
Parameters:
SISContext - the context object representing the current user
searchConnectionID - The identifier for the started search.
Throws:
CommandException

adhocSearch

ISISSearchResponse adhocSearch(ISISContext SISContext,
                               ISISAdhocQuery adhocQuery,
                               int pageSize)
                               throws CommandException
Deprecated. 
This allows the client to execute an ad-hoc search against the IBPM system.
Parameters:
SISContext - the context object representing the current user
adhocQuery - The parameters of the adhoc search.
pageSize - The number of results to return.
Throws:
CommandException

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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