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 ISISSearchResponse

All Superinterfaces:
ICISObject, ICISSearchResponse, java.io.Serializable

Deprecated. Fixed API deprecated since 10gR3

public interface ISISSearchResponse
extends ICISSearchResponse, ICISObject

Interface describes the response to a search request of a fixed system.


Field Summary
static int COMPLETE
          Deprecated.  
static int ERROR
          Deprecated.  
static int NOQUERY
          Deprecated.  
static int PROCESSING
          Deprecated. Various search status constants
static int QUERYSTOPPED
          Deprecated.  

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.util.List getColumnDescriptors()
          Deprecated. This method is the same as calling getColumnDescriptors (false)
 int getNumColumns()
          Deprecated.  
 int getNumResults()
          Deprecated.  
 java.util.List getResults()
          Deprecated.  
 ISISSearchCookie getSearchCookie()
          Deprecated.  
 int getSearchStatus()
          Deprecated.  

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Field Detail

PROCESSING

static final int PROCESSING
Deprecated. 
Various search status constants
See Also:
Constant Field Values

COMPLETE

static final int COMPLETE
Deprecated. 
See Also:
Constant Field Values

ERROR

static final int ERROR
Deprecated. 
See Also:
Constant Field Values

NOQUERY

static final int NOQUERY
Deprecated. 
See Also:
Constant Field Values

QUERYSTOPPED

static final int QUERYSTOPPED
Deprecated. 
See Also:
Constant Field Values

Method Detail

getResults

java.util.List getResults()
Deprecated. 
Specified by:
getResults in interface ICISSearchResponse
Returns:
The results of the search ISISContent

getSearchCookie

ISISSearchCookie getSearchCookie()
Deprecated. 
Returns:
An object that indicates the position within the search.

getSearchStatus

int getSearchStatus()
Deprecated. 
Returns:
The current status of the Search.

getColumnDescriptors

java.util.List getColumnDescriptors()
Deprecated. 
This method is the same as calling getColumnDescriptors (false)
Returns:
A list of descriptor objects for the columns ICISPropertyDescriptor

getNumResults

int getNumResults()
Deprecated. 
Returns:
The number of result items in this response object.

getNumColumns

int getNumColumns()
Deprecated. 
Returns:
The number of columns for each result item.

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.