|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.crc.sharepoint.client.types.SearchQueryResultType
public class SearchQueryResultType
Contains searched documents list, number of search results returned, number of search results available in SharePoint, and a Boolean flag indicating success of the operation.
| Nested Class Summary | |
|---|---|
static class |
SearchQueryResultType.DocumentProperty
|
| Constructor Summary | |
|---|---|
SearchQueryResultType()
|
|
| Method Summary | |
|---|---|
void |
addSearchDocument(SearchDocument document)
Adds a document to the search result. |
int |
getSearchCount()
Retrieves the number of search results. |
java.util.List |
getSearchDocuments()
Retrieves a list containing search results. |
java.lang.String |
getSearchStatus()
Retrieves the status of the search operation. |
int |
getTotalAvailable()
Returns the number of total available results, for a query executed on SharePoint. |
void |
setSearchStatus(java.lang.String searchStatus)
Sets the status of the search operation. |
void |
setTotalAvailable(int totalAvailable)
Sets the number of total available results, for a query executed on SharePoint. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchQueryResultType()
| Method Detail |
|---|
public java.util.List getSearchDocuments()
list of all the documents obtained as result of search.public void addSearchDocument(SearchDocument document)
public int getSearchCount()
public java.lang.String getSearchStatus()
true if the search is successful. Returns false if the search failed.public void setSearchStatus(java.lang.String searchStatus)
public int getTotalAvailable()
public void setTotalAvailable(int totalAvailable)
totalAvailable -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||