public class HumanRights extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCESS_DOCUMENTS
Security right that allows access documents
|
static String |
DELEGATE_ALL_TODO
Security right that allows to delegate user's own to-do.
|
static String |
DELEGATE_OWN_TODO
Security right that allows to delegate user's own to-do.
|
static String |
ESCALATE_ALL_TODO
Security right that allows to escalate any to-do.
|
static String |
ESCALATE_OWN_TODO
Security right that allows to escalate user's own to-do.
|
static String |
PREVIEW_FORM
Security right that allows preview form
|
static String |
PROCESS_TODO
Security right that allows to process to-dos (submit, save, cancel)
|
static String |
READ_ALL_TODO
Security right that allows to read all to-do data.
|
static String |
READ_OWN_TODO
Security right that allows to read own to-do data.
|
static String |
READ_TODO_ASSIGNEES
Security right that allows to read to-do assignees and rejection data.
|
static String |
REASSIGN_TODO
Security right that allows to reassign to-do to new performers.
|
static String |
REJECT_TODO
Security right that allows user to reject a to-do.
|
static String |
SEARCH_TODO
Security right that allows to search to-dos.
|
static String |
SUBMIT_DOCUMENTS
Security right that allows submit documents
|
static String |
UNDO_REJECT_TODO
Security right that allows admin to undo-reject a to-do.
|
static String |
WRITE_ALL_TODO
Security right that allows to write all to-do data.
|
static String |
WRITE_DOCUMENTS
Security right that allows write saved document state
|
public static final String ESCALATE_ALL_TODO
public static final String ESCALATE_OWN_TODO
public static final String SEARCH_TODO
public static final String PROCESS_TODO
public static final String READ_OWN_TODO
public static final String READ_ALL_TODO
public static final String WRITE_ALL_TODO
public static final String DELEGATE_ALL_TODO
public static final String DELEGATE_OWN_TODO
public static final String REJECT_TODO
public static final String UNDO_REJECT_TODO
public static final String READ_TODO_ASSIGNEES
public static final String REASSIGN_TODO
public static final String ACCESS_DOCUMENTS
public static final String SUBMIT_DOCUMENTS
public static final String WRITE_DOCUMENTS
public static final String PREVIEW_FORM
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.