- NewsManager - Interface in org.gcube.applicationsupportlayer.social
-
- NotificationsManager - Interface in org.gcube.applicationsupportlayer.social
-
- notifyAddedItem(String, WorkspaceItem, WorkspaceFolder) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got a workspace item new in some of his workspace shared folder
- notifyAddedItem(String, WorkspaceItem, WorkspaceFolder) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got a workspace item new in some of his workspace shared folder
- notifyCommentOnFavorite(String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that someone commented on one of his favorite posts
- notifyCommentOnFavorite(String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that someone commented on one of his favorite posts
- notifyCommentReply(String, String, String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that commented on a post (Not his) that someone commented too
- notifyCommentReply(String, String, String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that commented on a post (Not his) that someone commented too
- notifyDeletedCalendarEvent(String, String, String, Date, Date) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
- notifyDeletedCalendarEvent(String, String, String, Date, Date) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
- notifyDocumentWorkflowFirstStepRequest(String, String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a document workflow user that a new Document Workflow was created and he is involved in the first step
and he is requested to do a task
- notifyDocumentWorkflowFirstStepRequest(String, String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a document workflow user that a new Document Workflow was created and he is involved in the first step
and he is requested to do a task
- notifyDocumentWorkflowStepForwardComplete(String, String, String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a document workflow owner that someone forwarded and the workflow moved to another step a document worflow he created
- notifyDocumentWorkflowStepForwardComplete(String, String, String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a document workflow owner that someone forwarded and the workflow moved to another step a document worflow he created
- notifyDocumentWorkflowTaskRequest(String, String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a document workflow user (user that in the same document workflow)
that he is requested to do a task
- notifyDocumentWorkflowTaskRequest(String, String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a document workflow user (user that in the same document workflow)
that he is requested to do a task
- notifyDocumentWorkflowUpdate(String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a document workflow owner that someone
has updated a document involved in a worflow he created
- notifyDocumentWorkflowUpdate(String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a document workflow owner that someone
has updated a document involved in a worflow he created
- notifyDocumentWorkflowUserForward(String, String, String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a document workflow owner that a user performed a forward action to another step a document worflow he created
- notifyDocumentWorkflowUserForward(String, String, String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a document workflow owner that a user performed a forward action to another step a document worflow he created
- notifyDocumentWorkflowView(String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a document workflow owner that someone
has viewed a document involved in a worflow he created
- notifyDocumentWorkflowView(String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a document workflow owner that someone
has viewed a document involved in a worflow he created
- notifyEditedCalendarEvent(String, String, String, Date, Date) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
- notifyEditedCalendarEvent(String, String, String, Date, Date) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
- notifyFolderAddedUser(String, WorkspaceFolder, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that a new user was added in on of his workspace shared folder
- notifyFolderAddedUser(String, WorkspaceFolder, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that a new user was added in on of his workspace shared folder
- notifyFolderAddedUsers(String, WorkspaceFolder, List<String>) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that a new user was added in on of his workspace shared folder
- notifyFolderAddedUsers(String, WorkspaceFolder, List<String>) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that a new user was added in on of his workspace shared folder
- notifyFolderRemovedUser(String, WorkspaceFolder) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that an existing user was removed from one of his workspace shared folder
- notifyFolderRemovedUser(String, WorkspaceFolder) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that an existing user was removed from one of his workspace shared folder
- notifyFolderRenaming(String, String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got a workspace folder renamed
- notifyFolderRenaming(String, String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got a workspace folder renamed
- notifyFolderSharing(String, WorkspaceFolder) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got a workspace folder shared
- notifyFolderSharing(String, WorkspaceFolder) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got a workspace folder shared
- notifyItemRenaming(String, String, WorkspaceItem) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got a workspace item renamed
- notifyItemRenaming(String, String, WorkspaceItem) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got a workspace item renamed
- notifyJobStatus(String, ApplicationProfile, RunningJob) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got one of his job finished
- notifyJobStatus(String, ApplicationProfile, RunningJob) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got one of his job finished
- notifyLikedFeed(String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got one of his post liked
- notifyLikedFeed(String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got one of his post liked
- notifyMessageReceived(String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
- notifyMessageReceived(String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
- notifyMovedItem(String, WorkspaceItem, WorkspaceFolder) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got a workspace item deleted from one of his workspace shared folder
- notifyMovedItem(String, WorkspaceItem, WorkspaceFolder) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got a workspace item deleted from one of his workspace shared folder
- notifyNewCalendarEvent(String, String, String, Date, Date) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
- notifyNewCalendarEvent(String, String, String, Date, Date) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
- notifyOwnCommentReply(String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that someone commented on his post
- notifyOwnCommentReply(String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that someone commented on his post
- notifyPost(String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that someone created this post
- notifyPost(String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that someone created this post
- notifyRemovedItem(String, String, WorkspaceFolder) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got a workspace item deleted from one of his workspace shared folder
- notifyRemovedItem(String, String, WorkspaceFolder) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got a workspace item deleted from one of his workspace shared folder
- notifyUpdatedItem(String, WorkspaceItem, WorkspaceFolder) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user he got a workspace item updated from one of his workspace shared folder
- notifyUpdatedItem(String, WorkspaceItem, WorkspaceFolder) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user he got a workspace item updated from one of his workspace shared folder
- notifyUserTag(String, String, String) - Method in class org.gcube.applicationsupportlayer.social.ApplicationNotificationsManager
-
use to notify a user that he was mentioned (tagged) on a post
- notifyUserTag(String, String, String) - Method in interface org.gcube.applicationsupportlayer.social.NotificationsManager
-
use to notify a user that he was mentioned (tagged) on a post