Class LinksListGet
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.springframework.extensions.webscripts.DeclarativeWebScript
-
- org.alfresco.repo.web.scripts.links.AbstractLinksWebScript
-
- org.alfresco.repo.web.scripts.links.LinksListGet
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class LinksListGet extends AbstractLinksWebScript
This class is the controller for the links listing links.get webscript.- Since:
- 4.0
- Author:
- Nick Burch
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
ONE_DAY_MS
protected static int
RECENT_SEARCH_PERIOD_DAYS
-
Fields inherited from class org.alfresco.repo.web.scripts.links.AbstractLinksWebScript
activityService, LINKS_SERVICE_ACTIVITY_APP_NAME, linksService, nodeService, PARAM_ITEM, PARAM_MESSAGE, personService, siteService
-
-
Constructor Summary
Constructors Constructor Description LinksListGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>
executeImpl(SiteInfo site, String linkName, org.springframework.extensions.webscripts.WebScriptRequest req, org.json.simple.JSONObject json, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
-
Methods inherited from class org.alfresco.repo.web.scripts.links.AbstractLinksWebScript
addActivityEntry, buildPagingRequest, executeImpl, getOrNull, getTags, renderLink, setActivityService, setLinksService, setNodeService, setPersonService, setProtocolsWhiteList, setSiteService, setXssRegexp
-
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
-
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
-
-
-
-
Field Detail
-
RECENT_SEARCH_PERIOD_DAYS
protected static final int RECENT_SEARCH_PERIOD_DAYS
- See Also:
- Constant Field Values
-
ONE_DAY_MS
protected static final long ONE_DAY_MS
- See Also:
- Constant Field Values
-
-
Method Detail
-
executeImpl
protected Map<String,Object> executeImpl(SiteInfo site, String linkName, org.springframework.extensions.webscripts.WebScriptRequest req, org.json.simple.JSONObject json, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
- Specified by:
executeImpl
in classAbstractLinksWebScript
-
-