Obtains information about the entries that match the specified search query.
public String search_getFolderEntries( String accessToken, String query, int offset, int maxResults );
The search_getFolderEntries operation obtains information about the entries matching the specified search query. Because the list of each result can be lengthy, this operation lets you make multiple calls, receiving a subset of the search results each time.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A search query represented in XML.
An integer indicating at which result you want to begin receiving information. The first result is numbered 0.
An integer indicating the number of results you want returned. The value of -1 indicates unlimited.
A FolderEntryCollection Java object containing information about the entries contained within the folder.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)