public class NodesGet
extends org.springframework.extensions.webscripts.DeclarativeWebScript
Supports fromNodeId, toNodeId, count (all optional) to control the number of nodes returned
e.g. (null, null, 1000) will return at most 1000 nodes starting from the first node in the first transaction.
e.g. (1234, null, 1000) will return at most 1000 nodes starting from the node id 1234.
Modifier and Type | Class and Description |
---|---|
static class |
NodesGet.NodeRecord |
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
NodesGet() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status) |
void |
setQnameDAO(QNameDAO qnameDAO) |
void |
setSolrTrackingComponent(SOLRTrackingComponent solrTrackingComponent) |
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService) |
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
public void setSolrTrackingComponent(SOLRTrackingComponent solrTrackingComponent)
public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
public void setQnameDAO(QNameDAO qnameDAO)
Copyright © 2005–2017 Alfresco Software. All rights reserved.