org.alfresco.repo.web.scripts.activities.feed
Class UserFeedRetrieverWebScript

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.springframework.extensions.webscripts.DeclarativeWebScript
          extended by org.alfresco.repo.web.scripts.activities.feed.UserFeedRetrieverWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class UserFeedRetrieverWebScript
extends org.springframework.extensions.webscripts.DeclarativeWebScript

Java-backed WebScript to retrieve Activity User Feed


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
Field Summary
static java.lang.String PARAM_ACTIVITY_FILTER
           
static java.lang.String PARAM_EXCLUDE_OTHER_USERS
           
static java.lang.String PARAM_EXCLUDE_THIS_USER
           
static java.lang.String PARAM_ONLY_FOLLOWING
           
static java.lang.String PARAM_SITE_ID
           
 
Constructor Summary
UserFeedRetrieverWebScript()
           
 
Method Summary
protected  java.util.Map executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status)
           
 void setActivityService(org.alfresco.service.cmr.activities.ActivityService activityService)
           
 void setSubscriptionService(org.alfresco.service.cmr.subscriptions.SubscriptionService subscriptionService)
           
 
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

PARAM_SITE_ID

public static final java.lang.String PARAM_SITE_ID
See Also:
Constant Field Values

PARAM_EXCLUDE_THIS_USER

public static final java.lang.String PARAM_EXCLUDE_THIS_USER
See Also:
Constant Field Values

PARAM_EXCLUDE_OTHER_USERS

public static final java.lang.String PARAM_EXCLUDE_OTHER_USERS
See Also:
Constant Field Values

PARAM_ONLY_FOLLOWING

public static final java.lang.String PARAM_ONLY_FOLLOWING
See Also:
Constant Field Values

PARAM_ACTIVITY_FILTER

public static final java.lang.String PARAM_ACTIVITY_FILTER
See Also:
Constant Field Values
Constructor Detail

UserFeedRetrieverWebScript

public UserFeedRetrieverWebScript()
Method Detail

setActivityService

public void setActivityService(org.alfresco.service.cmr.activities.ActivityService activityService)

setSubscriptionService

public void setSubscriptionService(org.alfresco.service.cmr.subscriptions.SubscriptionService subscriptionService)

executeImpl

protected java.util.Map executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
                                    org.springframework.extensions.webscripts.Status status)
Overrides:
executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScript


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