Package | Description |
---|---|
org.gcube.applicationsupportlayer.social | |
org.gcube.applicationsupportlayer.social.shared |
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationNotificationsManager.notifyAddedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item new in some of his workspace shared folder
|
boolean |
NotificationsManager.notifyAddedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item new in some of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyAdministratorDowngrade(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user he got downgraded from Administrator of a folder shared
|
boolean |
NotificationsManager.notifyAdministratorDowngrade(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user he got downgraded from Administrator of a folder shared
|
boolean |
ApplicationNotificationsManager.notifyAdministratorUpgrade(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user he got upgraded to Administrator of a folder shared
|
boolean |
NotificationsManager.notifyAdministratorUpgrade(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user he got upgraded to Administrator of a folder shared
|
boolean |
ApplicationNotificationsManager.notifyFolderAddedUser(String userIdToNotify,
SocialSharedFolder sharedFolder,
String newAddedUserId)
use to notify a user that a new user was added in on of his workspace shared folder
|
boolean |
NotificationsManager.notifyFolderAddedUser(String userIdToNotify,
SocialSharedFolder sharedFolder,
String newAddedUserId)
use to notify a user that a new user was added in on of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyFolderAddedUsers(String userIdToNotify,
SocialSharedFolder sharedFolder,
List<String> newAddedUserIds)
use to notify a user that a new user was added in on of his workspace shared folder
|
boolean |
NotificationsManager.notifyFolderAddedUsers(String userIdToNotify,
SocialSharedFolder sharedFolder,
List<String> newAddedUserIds)
use to notify a user that a new user was added in on of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyFolderRemovedUser(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user that an existing user was removed from one of his workspace shared folder
|
boolean |
NotificationsManager.notifyFolderRemovedUser(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user that an existing user was removed from one of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyFolderSharing(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace folder shared
|
boolean |
NotificationsManager.notifyFolderSharing(String userIdToNotify,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace folder shared
|
boolean |
ApplicationNotificationsManager.notifyItemRenaming(String userIdToNotify,
String previousName,
SocialFileItem renamedItem,
SocialSharedFolder rootSharedFolder)
use to notify a user he got a workspace item renamed
|
boolean |
NotificationsManager.notifyItemRenaming(String userIdToNotify,
String previousName,
SocialFileItem renamedItem,
SocialSharedFolder rootSharedFolder)
use to notify a user he got a workspace item renamed
|
boolean |
ApplicationNotificationsManager.notifyMovedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
boolean |
NotificationsManager.notifyMovedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyRemovedItem(String userIdToNotify,
String itemName,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
boolean |
NotificationsManager.notifyRemovedItem(String userIdToNotify,
String item,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyUpdatedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item updated from one of his workspace shared folder
|
boolean |
NotificationsManager.notifyUpdatedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder)
use to notify a user he got a workspace item updated from one of his workspace shared folder
|
Modifier and Type | Method and Description |
---|---|
SocialSharedFolder |
SocialFileItem.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
SocialFileItem.setParent(SocialSharedFolder parent) |
Constructor and Description |
---|
SocialFileItem(String id,
String name,
String title,
String path,
SocialSharedFolder parent) |
Copyright © 2019. All Rights Reserved.