Uses of Class
lumis.portal.activitystream.ActivityAction
-
Packages that use ActivityAction Package Description lumis.portal.activitystream Activity stream framework.lumis.portal.activitystream.notifier.email -
-
Uses of ActivityAction in lumis.portal.activitystream
Methods in lumis.portal.activitystream that return ActivityAction Modifier and Type Method Description ActivityAction
Activity. getAction()
Returns the action of this activity.ActivityAction
ActivityStreamManager. getAction(String actionId)
ActivityAction
IActivityStreamManager. getAction(String actionId)
Returns the action of given identifier.Methods in lumis.portal.activitystream with parameters of type ActivityAction Modifier and Type Method Description void
ActivityStreamManager. addAction(ActivityAction action)
void
IActivityStreamManager. addAction(ActivityAction action)
Adds a new action that may be used byactivities
.void
ActivityStreamManager. deleteAction(ActivityAction action)
void
IActivityStreamManager. deleteAction(ActivityAction action)
Deletes an action.void
Activity. setAction(ActivityAction action)
Sets the action of this activity. -
Uses of ActivityAction in lumis.portal.activitystream.notifier.email
Subclasses of ActivityAction in lumis.portal.activitystream.notifier.email Modifier and Type Class Description class
EmailNotifierVariableResolver.ActionDecorator
Support class that extendsActivityAction
and implements new localization methods that use theEmailNotifierVariableResolver.locale
and can be used with EL.Constructors in lumis.portal.activitystream.notifier.email with parameters of type ActivityAction Constructor Description ActionDecorator(ActivityAction activityAction)
-