Package com.uc4.api.objects
Enum Class UserPrivileges.Privilege
- All Implemented Interfaces:
Serializable
,Comparable<UserPrivileges.Privilege>
,Constable
- Enclosing class:
- UserPrivileges
Enumeration of all Privileges.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccess to metrics endpointAccess to "No Folder".Access to Recycle Bin.Access to System Overview.Access to Transport Case.Deal with authorizations at object level.Access to Auto Forecast.Create and modify Backend variables.Change system status (STOP/GO).Create diagnostic information.Manages archive access.ECC: Access to Analytics.ECC: Administration.Access to analytics for all clientsECC: Access to Dashboards.Deprecated.Deprecated.ECC: Access to Messages.Deprecated.ECC: access to Process Automation.ECC: access to Decision Automation.ECC: access to Process Monitoring.Deprecated.Enable forced trace memory dump.Execute Centralized Agent Upgrades.Execute Zero Downtime Upgrades.Manage favorites on UserGroupLevel.FileTransfer: Start without User ID.FileEvents: Start without Login object specified.ILM actions.Logon via CallAPI.View messages to administrators.View all messages from own client.View messages from own UserGroup.View security messages.Modify the status of a task manually.Object properties: Allow manual reset of 'Edit Hint'.SAP Criteria Manager.Access to selective statistics.View server usage of all clients.Create and modify SQL internal variables.Take Over Task.Manages user token, creation and access.Access to Version Management folder.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetID()
boolean
static UserPrivileges.Privilege[]
static UserPrivileges.Privilege
Returns the enum constant of this class with the specified name.static UserPrivileges.Privilege[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHANGE_SYSTEM_STATUS
Change system status (STOP/GO). -
ACCESS_SYSTEM_OVERVIEW
Access to System Overview. -
ACCESS_RECYCLE_BIN
Access to Recycle Bin. -
ACCESS_TRANSPORT_CASE
Access to Transport Case. -
MESSAGES_OWN_GROUP
View messages from own UserGroup. -
MESSAGES_ADMINISTRATORS
View messages to administrators. -
MESSAGES_OWN_CLIENT
View all messages from own client. -
MESSAGES_SECURTY
View security messages. -
SELECTIVE_STATISTICS
Access to selective statistics. -
BACKEND_VARIABLE
Create and modify Backend variables. -
AUTHORIZATIONS_OBJECT_LEVEL
Deal with authorizations at object level. -
MODIFY_STATUS_MANUALLY
Modify the status of a task manually. -
RESET_OPEN_FLAG
Object properties: Allow manual reset of 'Edit Hint'. -
FILE_TRANSFER_WITHOUT_USERID
FileTransfer: Start without User ID. -
SERVER_USAGE_ALL_CLIENTS
View server usage of all clients. -
ACCESS_NOFOLDER
Access to "No Folder". -
LOGON_CALL_API
Logon via CallAPI. -
SAP_CRITERIA_MANAGER
SAP Criteria Manager. -
VERSION_MANAGEMENT
Access to Version Management folder. -
AUTO_FORECAST
Access to Auto Forecast. -
CREATE_DIAGNOSTIC_INFO
Create diagnostic information. -
TAKE_OVER_TASK
Take Over Task. -
ILM_ACTIONS
ILM actions. -
SQL_VARIABLE
Create and modify SQL internal variables. -
FAVORITES_USER_GROUP
Manage favorites on UserGroupLevel. -
ECC_PROCESS_AUTOMATION
ECC: access to Process Automation. -
ECC_PROCESS_MONITORING
ECC: access to Process Monitoring. -
ECC_SERVICE_LEVEL_GOVENOR
Deprecated.ECC: access to Service Level Govenor. -
ECC_MANAGE_SLA_AND_BU
Deprecated.ECC: manage SLAs and Business Units in SLG. -
ECC_DECISION_AUTOMATION
Deprecated.ECC: access to Decision Automation. -
ECC_PROCESS_DEVELOPMENT
ECC: access to Decision Automation. -
ECC_ADMINISTRATION
ECC: Administration. -
ECC_PREDICTIVE_ANALYSIS
Deprecated.ECC: Access to Predictive Analysis. -
ECC_DASHBOARDS
ECC: Access to Dashboards. -
ECC_MESSAGES
ECC: Access to Messages. -
FILEEVENTS_WITHOUT_LOGIN
FileEvents: Start without Login object specified. -
WORK_IN_RUNBOOK_MODE
Deprecated.Work in Runbook Mode. -
ECC_ACCESS_ANALYTICS
ECC: Access to Analytics. -
EXECUTE_ZERO_DOWNTIME_UPGRADE
Execute Zero Downtime Upgrades. -
ENABLE_FORCE_MEMORY_TRACE
Enable forced trace memory dump. -
ECC_ANALYTICS_ALL_CLIENTS
Access to analytics for all clients -
ACCESS_METRICS_ENDPOINT
Access to metrics endpoint -
EXECUTE_AGENT_UPGRADES
Execute Centralized Agent Upgrades. B35184372088832 = B X 2^45 -
TOKEN_ACCESS_AND_TOKEN_CREATION
Manages user token, creation and access. B70368744177664 = B X 2^46 -
DB_MAINTENANCE
Manages archive access. B140737488355328 = B X 2^47
-
-
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
-
notDeprecatedValues
-
isNotDeprecated
public boolean isNotDeprecated() -
getID
- Returns:
- ID of the Privilege
-