| Package | Description |
|---|---|
| org.alfresco.rest.framework.resource.parameters | |
| org.alfresco.rest.framework.resource.parameters.where | |
| org.alfresco.rest.framework.tools |
| Modifier and Type | Method and Description |
|---|---|
Query |
Params.getQuery() |
Query |
Parameters.getQuery()
Represents a Query specified by the client.
|
| Constructor and Description |
|---|
RecognizedParams(Map<String,String[]> requestParameters,
Paging paging,
BeanPropertiesFilter filter,
Map<String,BeanPropertiesFilter> relationshipFilter,
List<String> include,
List<String> select,
Query query,
List<SortColumn> sorting,
boolean includeSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryImpl
Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.
|
| Modifier and Type | Field and Description |
|---|---|
static Query |
QueryImpl.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static void |
QueryHelper.walk(Query query,
QueryHelper.WalkerCallback callback)
Walks a query with a callback for each operation
|
| Modifier and Type | Method and Description |
|---|---|
default Query |
RecognizedParamsExtractor.getWhereClause(String whereParam)
Takes the "where" parameter and turns it into a Java Object that can be used for querying
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.