Enum RightName
- java.lang.Object
-
- java.lang.Enum<RightName>
-
- com._1c.g5.v8.dt.rights.model.util.RightName
-
- All Implemented Interfaces:
Serializable
,Comparable<RightName>
public enum RightName extends Enum<RightName>
Right names.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RightName
getByName(String name)
String
getName()
Gets name.String
getNameRu()
Gets name Ru.int
getPriority()
Gets priority.String
toString()
static RightName
valueOf(String name)
Returns the enum constant of this type with the specified name.static RightName[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSERT
public static final RightName INSERT
-
READ
public static final RightName READ
-
UPDATE
public static final RightName UPDATE
-
DELETE
public static final RightName DELETE
-
VIEW
public static final RightName VIEW
-
EDIT
public static final RightName EDIT
-
INPUT_BY_STRING
public static final RightName INPUT_BY_STRING
-
POSTING
public static final RightName POSTING
-
UNDO_POSTING
public static final RightName UNDO_POSTING
-
USE
public static final RightName USE
-
TOTALS_CONTROL
public static final RightName TOTALS_CONTROL
-
INTERACTIVE_DELETE
public static final RightName INTERACTIVE_DELETE
-
INTERACTIVE_INSERT
public static final RightName INTERACTIVE_INSERT
-
INTERACTIVE_SET_DELETION_MARK
public static final RightName INTERACTIVE_SET_DELETION_MARK
-
INTERACTIVE_CLEAR_DELETION_MARK
public static final RightName INTERACTIVE_CLEAR_DELETION_MARK
-
INTERACTIVE_DELETE_MARKED
public static final RightName INTERACTIVE_DELETE_MARKED
-
INTERACTIVE_POSTING
public static final RightName INTERACTIVE_POSTING
-
INTERACTIVE_POSTING_REGULAR
public static final RightName INTERACTIVE_POSTING_REGULAR
-
INTERACTIVE_UNDO_POSTING
public static final RightName INTERACTIVE_UNDO_POSTING
-
INTERACTIVE_CHANGE_OF_POSTED
public static final RightName INTERACTIVE_CHANGE_OF_POSTED
-
INTERACTIVE_DELETE_PREDEFINED_DATA
public static final RightName INTERACTIVE_DELETE_PREDEFINED_DATA
-
INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA
public static final RightName INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA
-
INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA
public static final RightName INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA
-
INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA
public static final RightName INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA
-
GET
public static final RightName GET
-
SET
public static final RightName SET
-
START
public static final RightName START
-
INTERACTIVE_START
public static final RightName INTERACTIVE_START
-
INTERACTIVE_ACTIVATE
public static final RightName INTERACTIVE_ACTIVATE
-
EXECUTE
public static final RightName EXECUTE
-
INTERACTIVE_EXECUTE
public static final RightName INTERACTIVE_EXECUTE
-
STANDARD_AUTHENTICATION_CHANGE
public static final RightName STANDARD_AUTHENTICATION_CHANGE
-
SESSION_STANDARD_AUTHENTICATION_CHANGE
public static final RightName SESSION_STANDARD_AUTHENTICATION_CHANGE
-
SESSION_OS_AUTHENTICATION_CHANGE
public static final RightName SESSION_OS_AUTHENTICATION_CHANGE
-
ADMINISTRATION
public static final RightName ADMINISTRATION
-
DATA_ADMINISTRATION
public static final RightName DATA_ADMINISTRATION
-
UPDATE_DATA_BASE_CONFIGURATION
public static final RightName UPDATE_DATA_BASE_CONFIGURATION
-
EXCLUSIVE_MODE
public static final RightName EXCLUSIVE_MODE
-
ACTIVE_USERS
public static final RightName ACTIVE_USERS
-
EVENT_LOG
public static final RightName EVENT_LOG
-
THIN_CLIENT
public static final RightName THIN_CLIENT
-
WEB_CLIENT
public static final RightName WEB_CLIENT
-
MOBILE_CLIENT
public static final RightName MOBILE_CLIENT
-
THICK_CLIENT
public static final RightName THICK_CLIENT
-
EXTERNAL_CONNECTION
public static final RightName EXTERNAL_CONNECTION
-
AUTOMATION
public static final RightName AUTOMATION
-
TECHNICAL_SPECIALIST_MODE
public static final RightName TECHNICAL_SPECIALIST_MODE
-
ALL_FUNCTIONS_MODE
public static final RightName ALL_FUNCTIONS_MODE
-
COLLABORATION_SYSTEM_INFO_BASE_REGISTRATION
public static final RightName COLLABORATION_SYSTEM_INFO_BASE_REGISTRATION
-
MAIN_WINDOW_MODE_EMBEDDED_WORKPLACE
public static final RightName MAIN_WINDOW_MODE_EMBEDDED_WORKPLACE
-
MAIN_WINDOW_MODE_KIOSK
public static final RightName MAIN_WINDOW_MODE_KIOSK
-
MAIN_WINDOW_MODE_NORMAL
public static final RightName MAIN_WINDOW_MODE_NORMAL
-
MAIN_WINDOW_MODE_FULLSCREEN_WORKPLACE
public static final RightName MAIN_WINDOW_MODE_FULLSCREEN_WORKPLACE
-
MAIN_WINDOW_MODE_WORKPLACE
public static final RightName MAIN_WINDOW_MODE_WORKPLACE
-
ANALYTICS_SYSTEM_CLIENT
public static final RightName ANALYTICS_SYSTEM_CLIENT
-
EXCLUSIVE_MODE_TERMINATION_AT_SESSION_START
public static final RightName EXCLUSIVE_MODE_TERMINATION_AT_SESSION_START
-
SAVE_USER_DATA
public static final RightName SAVE_USER_DATA
-
CONFIGURATION_EXTENSIONS_ADMINISTRATION
public static final RightName CONFIGURATION_EXTENSIONS_ADMINISTRATION
-
INTERACTIVE_OPEN_EXT_DATA_PROCESSORS
public static final RightName INTERACTIVE_OPEN_EXT_DATA_PROCESSORS
-
INTERACTIVE_OPEN_EXT_REPORTS
public static final RightName INTERACTIVE_OPEN_EXT_REPORTS
-
OUTPUT
public static final RightName OUTPUT
-
READ_DATA_HISTORY
public static final RightName READ_DATA_HISTORY
-
VIEW_DATA_HISTORY
public static final RightName VIEW_DATA_HISTORY
-
READ_DATA_HISTORY_OF_MISSING_DATA
public static final RightName READ_DATA_HISTORY_OF_MISSING_DATA
-
UPDATE_DATA_HISTORY
public static final RightName UPDATE_DATA_HISTORY
-
UPDATE_DATA_HISTORY_OF_MISSING_DATA
public static final RightName UPDATE_DATA_HISTORY_OF_MISSING_DATA
-
UPDATE_DATA_HISTORY_SETTINGS
public static final RightName UPDATE_DATA_HISTORY_SETTINGS
-
UPDATE_DATA_HISTORY_VERSION_COMMENT
public static final RightName UPDATE_DATA_HISTORY_VERSION_COMMENT
-
EDIT_DATA_HISTORY_VERSION_COMMENT
public static final RightName EDIT_DATA_HISTORY_VERSION_COMMENT
-
SWITCH_TO_DATA_HISTORY_VERSION
public static final RightName SWITCH_TO_DATA_HISTORY_VERSION
-
-
Method Detail
-
values
public static RightName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RightName c : RightName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RightName valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
public String getName()
Gets name.- Returns:
- the name
-
getNameRu
public String getNameRu()
Gets name Ru.- Returns:
- the nameRu
-
getPriority
public int getPriority()
Gets priority.- Returns:
- the priority
-
-