public enum ActionName extends Enum<ActionName>
Modifier and Type | Method and Description |
---|---|
String |
getButtonLabelI18nKey() |
String |
getEndpoint() |
String |
getErrorMessageI18nKey() |
String |
getForm() |
String |
getId() |
String |
getNameI18nKey() |
String |
getSuccessMessageI18nKey() |
static com.google.common.collect.ImmutableList<com.google.common.base.Optional<ActionName>> |
tryFind(List<String> ids)
Tries to find a list with action name instances which are given by the id's.
|
static com.google.common.base.Optional<ActionName> |
tryFind(String id)
Tries to find a new action name instance by the given id.
|
static ActionName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionName ASSIGN
public static final ActionName SHARE
public static final ActionName MOVE
public static final ActionName MANAGE_GROUP_MEMBERSHIPS
public static final ActionName DUPLICATE
public static final ActionName UPDATE_PLACEHOLDERS
public static final ActionName ADD_CASE
public static final ActionName ADD_TASK
public static final ActionName ADD_DOCUMENT
public static final ActionName ADD_APP_MODEL
public static final ActionName ADD_FORM_MODEL
public static final ActionName ADD_CASE_MODEL
public static final ActionName ADD_PROCESS_MODEL
public static final ActionName ADD_TASK_MODEL
public static final ActionName ADD_DOCUMENT_MODEL
public static final ActionName ADD_MAIL_MODEL
public static final ActionName START_PROCESS
public static final ActionName EDIT_DOCUMENT
public static final ActionName EDIT_MODEL
public static final ActionName LOCALIZE
public static final ActionName MIGRATE
public static final ActionName UPLOAD_DOCUMENT
public static final ActionName DOWNLOAD_DOCUMENT
public static final ActionName DOWNLOAD_PDF_DOCUMENT
public static final ActionName ADD_ACCOUNT
public static final ActionName ADD_GROUP
public static final ActionName ADD_USER
public static final ActionName ADD_QUERY
public static final ActionName EXPORT_QUERY
public static final ActionName EDIT_SKELETON
public static final ActionName UPLOAD_SKELETON
public static final ActionName DOWNLOAD_SKELETON
public static final ActionName EXPORT_APP_MODEL
public static final ActionName IMPORT_APP_MODEL
public static final ActionName IMPORT_PROCESS_MODEL
public static final ActionName DEPLOY
public static final ActionName ADD_VARIABLES
public static final ActionName CLEAN_EVENTS_LOG
public static final ActionName ACTIVATE
public static final ActionName DEACTIVATE
public static final ActionName ARCHIVE
public static ActionName[] values()
for (ActionName c : ActionName.values()) System.out.println(c);
public static ActionName 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 nullpublic static com.google.common.base.Optional<ActionName> tryFind(String id)
Optional
.id
- the id of the action name to createIllegalArgumentException
- if the id name is not knownpublic static com.google.common.collect.ImmutableList<com.google.common.base.Optional<ActionName>> tryFind(List<String> ids)
Optional
.ids
- the ids of the actions to createIllegalArgumentException
- if the id of an action name is not knownpublic String getId()
public String getNameI18nKey()
public String getForm()
public String getEndpoint()
public String getButtonLabelI18nKey()
public String getSuccessMessageI18nKey()
public String getErrorMessageI18nKey()
Copyright © 2010 - 2015 edorasware ag. All Rights Reserved.