org.alfresco.repo.web.scripts.links
Class LinksListGet

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.springframework.extensions.webscripts.DeclarativeWebScript
          extended by org.alfresco.repo.web.scripts.links.AbstractLinksWebScript
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
Field Summary
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
LinksListGet()
           
 
Method Summary
protected  java.util.Map executeImpl(org.alfresco.service.cmr.site.SiteInfo site, java.lang.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, setSiteService
 
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

LinksListGet

public LinksListGet()
Method Detail

executeImpl

protected java.util.Map executeImpl(org.alfresco.service.cmr.site.SiteInfo site,
                                    java.lang.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 class AbstractLinksWebScript


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.