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, which is either equal to or greater than the length of the WorkspaceInfo array returned by getWorkspacesInfo().
 WorkspaceInfo[] getWorkspacesInfo()
          Returns an array of workspaces that match the search criteria defined by SearchControl.
 

Method Detail

getWorkspacesInfo

WorkspaceInfo[] getWorkspacesInfo()
Returns an array of 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, which is either equal to or greater than the length of the WorkspaceInfo array returned by getWorkspacesInfo().

Returns:
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 2010 SAP AG Complete Copyright Notice