Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class SearchResult

java.lang.Object
  extended byoracle.workspaces.ws.beans.SearchResult


public class SearchResult
extends java.lang.Object

This class represents the entire search result, embracing the individual search items.

See Also:
SearchItem

Method Summary
 java.lang.String[] getErrorDetails()
          Gets the errorDetails value for this SearchResult.
 SearchItem[] getSearchItems()
          Gets the searchItems value for this SearchResult.
 int getTotalCount()
          Gets the totalCount value for this SearchResult.
 boolean isIsErrorResult()
          Gets the isErrorResult value for this SearchResult.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getErrorDetails

public java.lang.String[] getErrorDetails()
Gets the errorDetails value for this SearchResult.
Returns:
errorDetails

isIsErrorResult

public boolean isIsErrorResult()
Gets the isErrorResult value for this SearchResult.
Returns:
isErrorResult

getSearchItems

public SearchItem[] getSearchItems()
Gets the searchItems value for this SearchResult.
Returns:
searchItems

getTotalCount

public int getTotalCount()
Gets the totalCount value for this SearchResult.
Returns:
totalCount

Copyright © 2001, 2006, Oracle. All rights reserved.