Package | Description |
---|---|
org.alfresco.mobile.android.api.model |
Provides all basic objects.
|
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 |
---|---|
static SearchLanguage |
SearchLanguage.fromValue(String v) |
static SearchLanguage |
SearchLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchLanguage[] |
SearchLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
SearchService.search(String statement,
SearchLanguage language)
Executes a query statement against the contents of the repository using
the given search language.
|
PagingResult<Node> |
SearchService.search(String statement,
SearchLanguage language,
ListingContext listingContext)
Executes a query statement against the contents of the repository using
the given search language.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
SearchServiceImpl.search(String statement,
SearchLanguage language)
Executes a query statement against the contents of the repository using
the given search language.
|
PagingResult<Node> |
SearchServiceImpl.search(String statement,
SearchLanguage language,
ListingContext listingContext)
Executes a query statement against the contents of the repository using
the given search language.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.