public enum NotificationType extends Enum<NotificationType>
| Enum Constant and Description |
|---|
CALENDAR_ADDED_EVENT
use to notify a user that someone in his VRE created a new Event in the Calendar
|
CALENDAR_DELETED_EVENT
use to notify a user that someone in his VRE deleted an Event in the Calendar
|
CALENDAR_UPDATED_EVENT
use to notify a user that someone in his VRE updated an Event in the Calendar
|
COMMENT
use to notify a user that commented on a feed (Not his) that someone commented too
|
DOCUMENT_WORKFLOW_EDIT
Deprecated.
|
DOCUMENT_WORKFLOW_FIRST_STEP_REQUEST_INVOLVMENT
Deprecated.
|
DOCUMENT_WORKFLOW_FORWARD_STEP_COMPLETED_OWNER
Deprecated.
|
DOCUMENT_WORKFLOW_STEP_FORWARD_PEER
Deprecated.
|
DOCUMENT_WORKFLOW_STEP_REQUEST_TASK
Deprecated.
|
DOCUMENT_WORKFLOW_USER_FORWARD_TO_OWNER
Deprecated.
|
DOCUMENT_WORKFLOW_VIEW
Deprecated.
|
GENERIC
generic notification
|
JOB_COMPLETED_NOK
use to notify a user he got a job completed not ok
|
JOB_COMPLETED_OK
use to notify a user he got a job completed ok
|
LIKE
use to notify a user he got one of his feed liked
|
MENTION
use to notify a user that he got mentioned in one post
|
MESSAGE
use to notify a user he got a message
|
OWN_COMMENT
use to notify a user he got one of his feed commented
|
POST_ALERT
use to notify every user of a VRE/Group that the post was made
|
REQUEST_CONNECTION
use to notify a user he got a connections request
|
TDM_RULE_SHARE
use to notify a user he got a TDM Rule shared
|
TDM_TAB_RESOURCE_SHARE
use to notify a user he got a Tabular Resource shared
|
TDM_TEMPLATE_SHARE
use to notify a user he got a TDM Templated shared
|
WP_ADMIN_DOWNGRADE
use to notify a user that he got downgraded from administrator of a shared folder
|
WP_ADMIN_UPGRADE
use to notify a user that he got upgraded to administrator of a shared folder
|
WP_FOLDER_ADDEDUSER
use to notify a user that a new user was added in on of his workspace shared folder
|
WP_FOLDER_REMOVEDUSER
use to notify a user that an existing user was removed from one of his workspace shared folder
|
WP_FOLDER_RENAMED
use to notify a user he got a workspace folder renamed
|
WP_FOLDER_SHARE
use to notify a user he got a workspace folder shared
|
WP_FOLDER_UNSHARE
use to notify a user that a user in the share unshared
|
WP_ITEM_DELETE
use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
WP_ITEM_NEW
use to notify a user he got a workspace item new in some of his workspace shared folder
|
WP_ITEM_RENAMED
use to notify a user he got a workspace item renamed from one of his workspace shared folder
|
WP_ITEM_UPDATED
use to notify a user he got a workspace item updated from one of his workspace shared folder
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationType TDM_TAB_RESOURCE_SHARE
public static final NotificationType TDM_RULE_SHARE
public static final NotificationType TDM_TEMPLATE_SHARE
public static final NotificationType WP_FOLDER_SHARE
public static final NotificationType WP_FOLDER_UNSHARE
public static final NotificationType WP_ADMIN_UPGRADE
public static final NotificationType WP_ADMIN_DOWNGRADE
public static final NotificationType WP_FOLDER_ADDEDUSER
public static final NotificationType WP_FOLDER_REMOVEDUSER
public static final NotificationType WP_FOLDER_RENAMED
public static final NotificationType WP_ITEM_DELETE
public static final NotificationType WP_ITEM_UPDATED
public static final NotificationType WP_ITEM_RENAMED
public static final NotificationType WP_ITEM_NEW
public static final NotificationType OWN_COMMENT
public static final NotificationType COMMENT
public static final NotificationType MENTION
public static final NotificationType LIKE
public static final NotificationType MESSAGE
public static final NotificationType POST_ALERT
public static final NotificationType CALENDAR_ADDED_EVENT
public static final NotificationType CALENDAR_UPDATED_EVENT
public static final NotificationType CALENDAR_DELETED_EVENT
public static final NotificationType REQUEST_CONNECTION
public static final NotificationType JOB_COMPLETED_OK
public static final NotificationType JOB_COMPLETED_NOK
@Deprecated public static final NotificationType DOCUMENT_WORKFLOW_EDIT
@Deprecated public static final NotificationType DOCUMENT_WORKFLOW_VIEW
@Deprecated public static final NotificationType DOCUMENT_WORKFLOW_STEP_REQUEST_TASK
@Deprecated public static final NotificationType DOCUMENT_WORKFLOW_FIRST_STEP_REQUEST_INVOLVMENT
@Deprecated public static final NotificationType DOCUMENT_WORKFLOW_USER_FORWARD_TO_OWNER
@Deprecated public static final NotificationType DOCUMENT_WORKFLOW_FORWARD_STEP_COMPLETED_OWNER
@Deprecated public static final NotificationType DOCUMENT_WORKFLOW_STEP_FORWARD_PEER
public static final NotificationType GENERIC
public static NotificationType[] values()
for (NotificationType c : NotificationType.values()) System.out.println(c);
public static NotificationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.