mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged searchapi (5.2.1) to 5.2.N (5.2.1)
129774 gjames: SEARCH-113: Moving more api logic to helper classes, using a "trait" style git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130165 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,6 +32,7 @@ import org.alfresco.rest.api.model.Person;
|
||||
import org.alfresco.rest.api.model.Site;
|
||||
import org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo;
|
||||
import org.alfresco.rest.framework.resource.parameters.Parameters;
|
||||
import org.alfresco.rest.framework.tools.RecognizedParamsExtractor;
|
||||
import org.alfresco.rest.framework.webscripts.ResourceWebScriptHelper;
|
||||
|
||||
/**
|
||||
@@ -44,9 +45,9 @@ public interface Queries
|
||||
{
|
||||
// General
|
||||
static String PARAM_TERM = "term";
|
||||
static String PARAM_ORDERBY = ResourceWebScriptHelper.PARAM_ORDERBY;
|
||||
static String PARAM_FIELDS = ResourceWebScriptHelper.PARAM_FILTER_FIELDS;
|
||||
static String PARAM_INCLUDE = ResourceWebScriptHelper.PARAM_INCLUDE;
|
||||
static String PARAM_ORDERBY = RecognizedParamsExtractor.PARAM_ORDERBY;
|
||||
static String PARAM_FIELDS = RecognizedParamsExtractor.PARAM_FILTER_FIELDS;
|
||||
static String PARAM_INCLUDE = RecognizedParamsExtractor.PARAM_INCLUDE;
|
||||
|
||||
// Node query
|
||||
static String PARAM_ROOT_NODE_ID = "rootNodeId";
|
||||
|
Reference in New Issue
Block a user