Package | Description |
---|---|
org.alfresco.mobile.android.api.services |
Provides all services available (those services must call in an asynchronous way (background task..) ).
|
org.alfresco.mobile.android.api.services.impl |
Implementation of all services.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
SearchService.keywordSearch(String keywords,
KeywordSearchOptions options)
A space delimited list of keywords to search for.
|
PagingResult<Node> |
SearchService.keywordSearch(String keywords,
KeywordSearchOptions options,
ListingContext listingContext)
A space delimited list of keywords to search for.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
SearchServiceImpl.keywordSearch(String keywords,
KeywordSearchOptions options)
A space delimited list of keywords to search for.
|
PagingResult<Node> |
SearchServiceImpl.keywordSearch(String keywords,
KeywordSearchOptions options,
ListingContext listingContext)
A space delimited list of keywords to search for.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.