Class SubscriptionServiceFollowersCountGet
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
-
- org.alfresco.repo.web.scripts.subscriptions.SubscriptionServiceFollowersCountGet
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class SubscriptionServiceFollowersCountGet extends AbstractSubscriptionServiceWebScript
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
nodeService, personService, subscriptionService
-
-
Constructor Summary
Constructors Constructor Description SubscriptionServiceFollowersCountGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.simple.JSONObject
executeImpl(java.lang.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(java.lang.String userId, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws java.io.IOException
- Specified by:
executeImpl
in classAbstractSubscriptionServiceWebScript
- Throws:
java.io.IOException
-
-