|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecentActivityInfoProvider
The recent activity subsystem (listeners and manager) will use subtypes of this interface to record activities, and present them to users.
| Method Summary | |
|---|---|
boolean |
eventsHandledExclusivelyByCustomListener()
This method should return true if a listener has been registered to handle events exclusively, bypassing the generic activity event listener in the core code. |
User |
getAssignedUser(JiveObject object,
Activity activity)
If the activity involves assignment to a user, this method returns who. |
ActivityEventHandlingStrategy |
getEventHandlingStrategy()
Returns a strategy object for dealing with recent activity events. |
String |
getObjectUrl(JiveObject object,
boolean constructAbsoluteURL)
Returns the relative URL link constructed from the object. |
boolean |
isHideActivityDetail(Activity activity)
Based on the activity, determine whether or not details of the activity are hidden in the UI. |
boolean |
isUserAuthorizedToViewActivity(Activity activity,
User user)
Returns true if the supplied user is allowed to view the supplied activity. |
| Method Detail |
|---|
boolean isUserAuthorizedToViewActivity(Activity activity,
User user)
activity - the activityuser - the user
User getAssignedUser(JiveObject object,
Activity activity)
object - the jive objectactivity - the activity
String getObjectUrl(JiveObject object,
boolean constructAbsoluteURL)
object - the jive objectconstructAbsoluteURL -
boolean isHideActivityDetail(Activity activity)
activity - the activity
boolean eventsHandledExclusivelyByCustomListener()
ActivityEventHandlingStrategy getEventHandlingStrategy()
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||