com.sap.workspaces.directory

Interface ISearchResults


public interface ISearchResults

Contains the results of workspace search


Method Summary
 int getTotalNumberOfResults()
          Returns the total number of search results
 WorkspaceInfo[] getWorkspacesInfo()
          Returns the workspaces that match the search criteria defined by SearchControl
 

Method Detail

getWorkspacesInfo

WorkspaceInfo[] getWorkspacesInfo()
Returns the workspaces that match the search criteria defined by SearchControl

Returns:
Returns an array of workspaces that match the search criteria defined by SearchControl.

getTotalNumberOfResults

int getTotalNumberOfResults()
Returns the total number of search results

Returns:
The total number of search results, which is either equal to or greater than the length of the WorkspaceInfo array returned by getWorkspacesInfo()


Copyright 2011 SAP AG Complete Copyright Notice