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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum 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 SummaryModifier and TypeMethodDescriptiongetID()booleanstatic UserPrivileges.Privilege[]static UserPrivileges.PrivilegeReturns 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_STATUSChange system status (STOP/GO).
- 
ACCESS_SYSTEM_OVERVIEWAccess to System Overview.
- 
ACCESS_RECYCLE_BINAccess to Recycle Bin.
- 
ACCESS_TRANSPORT_CASEAccess to Transport Case.
- 
MESSAGES_OWN_GROUPView messages from own UserGroup.
- 
MESSAGES_ADMINISTRATORSView messages to administrators.
- 
MESSAGES_OWN_CLIENTView all messages from own client.
- 
MESSAGES_SECURTYView security messages.
- 
SELECTIVE_STATISTICSAccess to selective statistics.
- 
BACKEND_VARIABLECreate and modify Backend variables.
- 
AUTHORIZATIONS_OBJECT_LEVELDeal with authorizations at object level.
- 
MODIFY_STATUS_MANUALLYModify the status of a task manually.
- 
RESET_OPEN_FLAGObject properties: Allow manual reset of 'Edit Hint'.
- 
FILE_TRANSFER_WITHOUT_USERIDFileTransfer: Start without User ID.
- 
SERVER_USAGE_ALL_CLIENTSView server usage of all clients.
- 
ACCESS_NOFOLDERAccess to "No Folder".
- 
LOGON_CALL_APILogon via CallAPI.
- 
SAP_CRITERIA_MANAGERSAP Criteria Manager.
- 
VERSION_MANAGEMENTAccess to Version Management folder.
- 
AUTO_FORECASTAccess to Auto Forecast.
- 
CREATE_DIAGNOSTIC_INFOCreate diagnostic information.
- 
TAKE_OVER_TASKTake Over Task.
- 
ILM_ACTIONSILM actions.
- 
SQL_VARIABLECreate and modify SQL internal variables.
- 
FAVORITES_USER_GROUPManage favorites on UserGroupLevel.
- 
ECC_PROCESS_AUTOMATIONECC: access to Process Automation.
- 
ECC_PROCESS_MONITORINGECC: access to Process Monitoring.
- 
ECC_SERVICE_LEVEL_GOVENORDeprecated.ECC: access to Service Level Govenor.
- 
ECC_MANAGE_SLA_AND_BUDeprecated.ECC: manage SLAs and Business Units in SLG.
- 
ECC_DECISION_AUTOMATIONDeprecated.ECC: access to Decision Automation.
- 
ECC_PROCESS_DEVELOPMENTECC: access to Decision Automation.
- 
ECC_ADMINISTRATIONECC: Administration.
- 
ECC_PREDICTIVE_ANALYSISDeprecated.ECC: Access to Predictive Analysis.
- 
ECC_DASHBOARDSECC: Access to Dashboards.
- 
ECC_MESSAGESECC: Access to Messages.
- 
FILEEVENTS_WITHOUT_LOGINFileEvents: Start without Login object specified.
- 
WORK_IN_RUNBOOK_MODEDeprecated.Work in Runbook Mode.
- 
ECC_ACCESS_ANALYTICSECC: Access to Analytics.
- 
EXECUTE_ZERO_DOWNTIME_UPGRADEExecute Zero Downtime Upgrades.
- 
ENABLE_FORCE_MEMORY_TRACEEnable forced trace memory dump.
- 
ECC_ANALYTICS_ALL_CLIENTSAccess to analytics for all clients
- 
ACCESS_METRICS_ENDPOINTAccess to metrics endpoint
- 
EXECUTE_AGENT_UPGRADESExecute Centralized Agent Upgrades. B35184372088832 = B X 2^45
- 
TOKEN_ACCESS_AND_TOKEN_CREATIONManages user token, creation and access. B70368744177664 = B X 2^46
- 
DB_MAINTENANCEManages archive access. B140737488355328 = B X 2^47
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
notDeprecatedValues
- 
isNotDeprecatedpublic boolean isNotDeprecated()
- 
getID- Returns:
- ID of the Privilege
 
 
-