Class SubscriptionServicePrivateListGet
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
-
- org.alfresco.repo.web.scripts.subscriptions.SubscriptionServicePrivateListGet
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
- Direct Known Subclasses:
SubscriptionServicePrivateListPut
public class SubscriptionServicePrivateListGet extends AbstractSubscriptionServiceWebScript
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
nodeService, personService, subscriptionService
-
-
Constructor Summary
Constructors Constructor Description SubscriptionServicePrivateListGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.simple.JSONObject
executeImpl(String userId, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
-
Methods inherited from class org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
createPagingRequest, execute, getUserArray, getUserDetails, parseNumber, setNodeService, setPersonService, setSubscriptionService
-
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
-
-
-
-
Method Detail
-
executeImpl
public org.json.simple.JSONObject executeImpl(String userId, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException, org.json.simple.parser.ParseException
- Specified by:
executeImpl
in classAbstractSubscriptionServiceWebScript
- Throws:
IOException
org.json.simple.parser.ParseException
-
-