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.common.search
Interface ICISCommonSearchResponse


public interface ICISCommonSearchResponse

Returned from a common search query.


Method Summary
 int getCount(java.lang.String adapterName)
           
 java.lang.String getQueryString()
           
 ICISResultList getResults()
           
 ICISResultList getResults(ICISSortCriteria sortCriteria)
          Results are returned sorted by user specification.
 ICISResultList getResults(java.lang.String adapterName)
          Only results from the specified adapter are returned.
 int getTotalCount()
           

 

Method Detail

getQueryString

java.lang.String getQueryString()
Returns:
the string that was used to generate these results

getResults

ICISResultList getResults()
Returns:
A list of ICISContent objects.

getResults

ICISResultList getResults(ICISSortCriteria sortCriteria)
Results are returned sorted by user specification.
Parameters:
sortCriteria - The order to sort on.
Returns:
A sorted list based on sort criteria.

getResults

ICISResultList getResults(java.lang.String adapterName)
Only results from the specified adapter are returned.
Parameters:
adapterName - The adapter name to limit results by.
Returns:
A subset of results ICISContent

getTotalCount

int getTotalCount()
Returns:
the total number of results found

getCount

int getCount(java.lang.String adapterName)
Parameters:
adapterName - The adapter name to limit count by.
Returns:
The number of results returned by specific adapter.

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.