added notification types for docuemnt workflow
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@68413 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
97f7b726c5
commit
705d2e9316
2178
.gwt/.gwt-log
2178
.gwt/.gwt-log
File diff suppressed because it is too large
Load Diff
|
@ -59,6 +59,31 @@ public enum NotificationType {
|
|||
* use to notify a user he got a job completed not ok
|
||||
*/
|
||||
JOB_COMPLETED_NOK,
|
||||
/**
|
||||
* use to notify a document workflow owner that someone
|
||||
* has edited a document involved in a worflow he created
|
||||
*/
|
||||
DOCUMENT_WORKFLOW_EDIT,
|
||||
/**
|
||||
* use to notify a document workflow owner that someone
|
||||
* has viewed a document involved in a worflow he created
|
||||
*/
|
||||
DOCUMENT_WORKFLOW_VIEW,
|
||||
/**
|
||||
* use to notify a document workflow owner that someone
|
||||
* has forwarded to another step a document worflow he created
|
||||
*/
|
||||
DOCUMENT_WORKFLOW_STEP_FORWARD_OWNER,
|
||||
/**
|
||||
* use to notify a document workflow peer (user that in the same step has your same role)
|
||||
* that someone has forwarded to another step a document worflow he was involved into
|
||||
*/
|
||||
DOCUMENT_WORKFLOW_STEP_FORWARD_PEER,
|
||||
/**
|
||||
* use to notify a document workflow user (user that in the same document workflow)
|
||||
* that forwarded to a step where he is requested to do a task
|
||||
*/
|
||||
DOCUMENT_WORKFLOW_STEP_REQUEST_TASK,
|
||||
/**
|
||||
* generic notification
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue