added 2 new notifications type, renamed folder and renamed item
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@71697 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
35484273b9
commit
3285746e98
62694
.gwt/.gwt-log
62694
.gwt/.gwt-log
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<name>gCube Social Networking Library</name>
|
||||
<description>
|
||||
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
||||
|
|
|
@ -19,6 +19,10 @@ public enum NotificationType {
|
|||
* use to notify a user that an existing user was removed from one of his workspace shared folder
|
||||
*/
|
||||
WP_FOLDER_REMOVEDUSER,
|
||||
/**
|
||||
* use to notify a user he got a workspace folder renamed
|
||||
*/
|
||||
WP_FOLDER_RENAMED,
|
||||
/**
|
||||
* use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
||||
*/
|
||||
|
@ -27,6 +31,10 @@ public enum NotificationType {
|
|||
* use to notify a user he got a workspace item updated from one of his workspace shared folder
|
||||
*/
|
||||
WP_ITEM_UPDATED,
|
||||
/**
|
||||
* use to notify a user he got a workspace item renamed from one of his workspace shared folder
|
||||
*/
|
||||
WP_ITEM_RENAMED,
|
||||
/**
|
||||
* use to notify a user he got a workspace item new in some of his workspace shared folder
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue