Class SubscriptionServiceFollowPost
java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
org.alfresco.repo.web.scripts.subscriptions.SubscriptionServiceFollowPost
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
-
Field Summary
Fields inherited from class org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
nodeService, personService, subscriptionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
Constructor Details
-
SubscriptionServiceFollowPost
public SubscriptionServiceFollowPost()
-
-
Method Details
-
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
-