public enum MenuItemKey extends Enum<MenuItemKey>
Enum Constant and Description |
---|
DOC_CHECKOUT
Item to checkout a document.
|
DOC_CONTAINED
Item to open contained-in-folders-dialog.
|
DOC_DELETE
Item to delete document.
|
DOC_DOWNLOAD
Item to download document.
|
DOC_EDIT
Item to edit annotations.
|
DOC_EDIT_STRUCTURE
Item to edit the structure.
|
DOC_HISTORY
Item to open workflow history dialog.
|
DOC_INDEX
Item to edit index data.
|
DOC_LAUNCH
Item to launch a workflow.
|
DOC_NEW
Item to create a new document.
|
DOC_PRINT
Item to print documents.
|
DOC_RELEASE
Item to set released version.
|
DOC_REVISION
Item to open revision history.
|
DOC_SECURITY
Item to add or remove ACLs.
|
DOC_SENDMAIL
Item to send files as mail.
|
DOC_SENDMAIL_ATTACHMENT
Item to send files as attachment in mail.
|
DOC_SENDMAIL_LINK
Item to send files as link in mail.
|
DOC_SENDMAIL_PDF
Item to send files as PDF attachment in mail.
|
DOC_UNDELETE
Item to undelete document.
|
DOC_VIEW
Item to open viewer window.
|
FOLDER_DELETE
Item to delete a folder.
|
FOLDER_EDIT
Item to edit a folder's properties.
|
FOLDER_OPEN
Item to open folder.
|
FOLDER_WORKFLOW
Item to launch a workflow on a folder.
|
LOOKUP_DELETE
Only for lookup tables: Delete item.
|
LOOKUP_EDIT
Only for lookup tables: Edit item.
|
LOOKUP_NEW
Only for lookup tables: Add new.
|
WF_APPROVE
(Workflow inbox) Item to perform approve command.
|
WF_CHANGE_OWNER
(Workflow inbox) Item to change workflow item's owner.
|
WF_COMMENTS
(Workflow inbox) Item to show workflow comments dialog.
|
WF_EDIT_DOCUMENT
(Workflow inbox) Item to edit the annotations of an attachment.
|
WF_EDIT_DOCUMENT_INDEX
(Workflow inbox) Item to edit an attachment's index.
|
WF_EDIT_WORKFLOW_INDEX
(Workflow inbox) Item to edit a workflow item's index.
|
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_HOLD
(Workflow inbox) Item to set hold date.
|
WF_NOT_RESPONSIBLE
(Workflow inbox) Item to perform not-responsible command.
|
WF_PAUSE
(Workflow inbox) Item to perform pause command.
|
WF_PUT_BACK
(Workflow inbox) Item to perform put-back command.
|
WF_RESET_HOLD
(Workflow inbox) Item to reset hold date.
|
WF_SET_USER
(Workflow inbox) Item to perform set-user command.
|
WF_TAKE
(Workflow inbox) Item to perform take command.
|
WF_TAKE_NOTICE
(Workflow inbox) Item to perform take notice action.
|
WORKFLOW
(Workflow inbox) All workflow menu items shown in inbox.
|
Modifier and Type | Method and Description |
---|---|
static MenuItemKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuItemKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenuItemKey DOC_NEW
public static final MenuItemKey DOC_EDIT
public static final MenuItemKey DOC_EDIT_STRUCTURE
public static final MenuItemKey DOC_DELETE
public static final MenuItemKey DOC_UNDELETE
public static final MenuItemKey DOC_INDEX
public static final MenuItemKey DOC_VIEW
public static final MenuItemKey DOC_DOWNLOAD
public static final MenuItemKey DOC_SENDMAIL
public static final MenuItemKey DOC_SENDMAIL_LINK
public static final MenuItemKey DOC_SENDMAIL_ATTACHMENT
public static final MenuItemKey DOC_SENDMAIL_PDF
public static final MenuItemKey DOC_SECURITY
public static final MenuItemKey DOC_REVISION
public static final MenuItemKey DOC_CONTAINED
public static final MenuItemKey DOC_LAUNCH
public static final MenuItemKey DOC_HISTORY
public static final MenuItemKey DOC_CHECKOUT
public static final MenuItemKey DOC_RELEASE
public static final MenuItemKey DOC_PRINT
public static final MenuItemKey LOOKUP_NEW
public static final MenuItemKey LOOKUP_EDIT
public static final MenuItemKey LOOKUP_DELETE
public static final MenuItemKey WORKFLOW
public static final MenuItemKey FOLDER_OPEN
public static final MenuItemKey FOLDER_EDIT
public static final MenuItemKey FOLDER_DELETE
public static final MenuItemKey FOLDER_WORKFLOW
public static final MenuItemKey WF_EDIT_WORKFLOW_INDEX
public static final MenuItemKey WF_EDIT_DOCUMENT_INDEX
public static final MenuItemKey WF_EDIT_DOCUMENT
public static final MenuItemKey WF_COMMENTS
public static final MenuItemKey WF_APPROVE
public static final MenuItemKey WF_ESCALATION
public static final MenuItemKey WF_FORWARD
public static final MenuItemKey WF_HISTORY
public static final MenuItemKey WF_PAUSE
public static final MenuItemKey WF_HOLD
public static final MenuItemKey WF_CHANGE_OWNER
public static final MenuItemKey WF_SET_USER
public static final MenuItemKey WF_NOT_RESPONSIBLE
public static final MenuItemKey WF_TAKE
public static final MenuItemKey WF_PUT_BACK
public static final MenuItemKey WF_RESET_HOLD
public static final MenuItemKey WF_TAKE_NOTICE
public static MenuItemKey[] values()
for (MenuItemKey c : MenuItemKey.values()) System.out.println(c);
public static MenuItemKey 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 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.