ActivityWorkflow (Component)

The methods within the ActivityWorkflow object generally return information on the current user's tasks. For example, methods return information on changes made to the user's content, the changes the user has made, and changes requiring the user's approval. These are the changes that appear in the user's dashboard. In addition, methods control or report on dashboard panels and the lists in which this information appears.

Transactions are not logged for any methods in this component.

Customization is not supported for this component.

Methods:

getChangesPendingMyApprovalCount Returns the number of changes that the current user must approve for a page.
getChangesToMyContent Returns zero or more structures, each containing information about pages owned by the current owner that contain changes made by others.
getChangesToMyGroupsContent Returns zero or more structures, each containing information about pages owned by the current user's groups and contain changes made by others.
getMyChanges Returns zero or more structures, each containing information about pages that the current user owns and have changes made by other users.
getMyChangesPendingApprovalCount Returns the numbers of changes made to a page for which the current user requires approval.
getMyWIPCount Returns the number of unpublished changes that the current user has made in a page.
getNotifications Returns zero or more structures, each containing information about the current user's notifications.
getNotificationsCount Returns the total count of dashboard notifications for the current user.
getOthersChangesNeedingApprovalCount Returns the number of changes made by others on the current page that are awaiting approval.
getOthersWIPCount Returns the number of unpublished changes made by other users on a page.
getPagesRequiringMyApproval Returns zero or more structures, each containing information about the pages requiring the current user's approval.
getPagesRequiringMyGroupsApproval Returns zero or more structures, each containing information about the pages requiring the current user's groups' approval.
getReferBackComments Returns zero or more structures, each describing the comments referred back to the current user. These comments are asking about changes the current user has made on a page. CommonSpot does not save data for changes that were rejected.
getUserWorkItemCount Returns the count of open work items for the current user. Work items includes the count of pages where the user has work in progress, is required for content approval, has been assigned work requests or freshness reminders, etc.
getWIPCounts Returns a structure containing information about how many 'work in progress' changes exist for a page.