Package com.saperion.ngc.resultset
Enum Class MenuItemKey
- All Implemented Interfaces:
Serializable
,Comparable<MenuItemKey>
,Constable
Keys that specify certain menu items that can be removed from a result list's context menu.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionItem to checkout a document.Item to open contained-in-folders-dialog.Item to delete document.Item to download document.Item to edit annotations.Item to edit the structure.Item to open workflow history dialog.Item to edit index data.Item to launch a workflow.Item to create a new document.Item to print documents.Retention scenario: prolong the retention time.Retention scenario: reduce the disposition time.Item to set released version.Item to open revision history.Item to add or remove ACLs.Item to send files as mail.Item to send files as attachment in mail.Item to send files as link in mail.Item to send files as PDF attachment in mail.Retention scenario: set litigationhold to a document.Upload a document to sharebase.Item to undelete document.Item to open viewer window.Item to delete a folder.Item to edit a folder's properties.Item to open folder.Item to launch a workflow on a folder.Only for lookup tables: Delete item.Only for lookup tables: Edit item.Only for lookup tables: Add new.(Workflow inbox) Item to perform approve command.(Workflow inbox) Item to change workflow item's owner.(Workflow inbox) Item to show workflow comments dialog.(Workflow inbox) Item to edit the annotations of an attachment.(Workflow inbox) Item to edit an attachment's index.(Workflow inbox) Item to edit a workflow item's index.(Workflow inbox) Item to set escalation date.(Workflow inbox) Item to perform forward command.(Workflow inbox) Item to show workflow history dialog.(Workflow inbox) Item to set hold date.(Workflow inbox) Item to perform not-responsible command.(Workflow inbox) Item to perform pause command.(Workflow inbox) Item to perform put-back command.(Workflow inbox) Item to reset hold date.(Workflow inbox) Item to perform set-user command.(Workflow inbox) Item to perform take command.(Workflow inbox) Item to perform take notice action.(Workflow inbox) All workflow menu items shown in inbox. -
Method Summary
Modifier and TypeMethodDescriptionstatic MenuItemKey
Returns the enum constant of this class with the specified name.static MenuItemKey[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DOC_NEW
Item to create a new document. -
DOC_EDIT
Item to edit annotations. -
DOC_EDIT_STRUCTURE
Item to edit the structure. -
DOC_DELETE
Item to delete document. -
DOC_UNDELETE
Item to undelete document. -
DOC_INDEX
Item to edit index data. -
DOC_VIEW
Item to open viewer window. -
DOC_DOWNLOAD
Item to download document. -
DOC_SENDMAIL
Item to send files as mail. -
DOC_SENDMAIL_LINK
Item to send files as link in mail. -
DOC_SENDMAIL_ATTACHMENT
Item to send files as attachment in mail. -
DOC_SENDMAIL_PDF
Item to send files as PDF attachment in mail. -
DOC_SECURITY
Item to add or remove ACLs. -
DOC_REVISION
Item to open revision history. -
DOC_CONTAINED
Item to open contained-in-folders-dialog. -
DOC_LAUNCH
Item to launch a workflow. -
DOC_HISTORY
Item to open workflow history dialog. -
DOC_CHECKOUT
Item to checkout a document. -
DOC_RELEASE
Item to set released version. -
DOC_PRINT
Item to print documents. -
LOOKUP_NEW
Only for lookup tables: Add new. -
LOOKUP_EDIT
Only for lookup tables: Edit item. -
LOOKUP_DELETE
Only for lookup tables: Delete item. -
WORKFLOW
(Workflow inbox) All workflow menu items shown in inbox. -
FOLDER_OPEN
Item to open folder. -
FOLDER_EDIT
Item to edit a folder's properties. -
FOLDER_DELETE
Item to delete a folder. -
FOLDER_WORKFLOW
Item to launch a workflow on a folder. -
WF_EDIT_WORKFLOW_INDEX
(Workflow inbox) Item to edit a workflow item's index. -
WF_EDIT_DOCUMENT_INDEX
(Workflow inbox) Item to edit an attachment's index. -
WF_EDIT_DOCUMENT
(Workflow inbox) Item to edit the annotations of an attachment. -
WF_COMMENTS
(Workflow inbox) Item to show workflow comments dialog. -
WF_APPROVE
(Workflow inbox) Item to perform approve command. -
WF_ESCALATION
(Workflow inbox) Item to set escalation date. -
WF_FORWARD
(Workflow inbox) Item to perform forward command. -
WF_HISTORY
(Workflow inbox) Item to show workflow history dialog. -
WF_PAUSE
(Workflow inbox) Item to perform pause command. -
WF_HOLD
(Workflow inbox) Item to set hold date. -
WF_CHANGE_OWNER
(Workflow inbox) Item to change workflow item's owner. -
WF_SET_USER
(Workflow inbox) Item to perform set-user command. -
WF_NOT_RESPONSIBLE
(Workflow inbox) Item to perform not-responsible command. -
WF_TAKE
(Workflow inbox) Item to perform take command. -
WF_PUT_BACK
(Workflow inbox) Item to perform put-back command. -
WF_RESET_HOLD
(Workflow inbox) Item to reset hold date. -
WF_TAKE_NOTICE
(Workflow inbox) Item to perform take notice action. -
DOC_SHAREBASE_UPLOAD
Upload a document to sharebase. -
DOC_PROLONGRETENTION
Retention scenario: prolong the retention time. -
DOC_REDUCEDISPOSITION
Retention scenario: reduce the disposition time. -
DOC_SETLITIGATIONHOLD
Retention scenario: set litigationhold to a document.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-