public enum ModelAuthorizationAction extends Enum<ModelAuthorizationAction> implements DisplayableValue<String>
Enum Constant and Description |
---|
ADD |
ASSIGN |
CHANGE_CREDENTIALS |
CLOSE_CERTIFICATION_CAMPAIGN |
CLOSE_CERTIFICATION_CAMPAIGN_REVIEW_STAGE |
COMPLETE_ALL_WORK_ITEMS |
CREATE_CERTIFICATION_CAMPAIGN |
DELETE |
DISCOVER_CONNECTORS |
EXECUTE_SCRIPT |
IMPORT_FROM_RESOURCE
Import resource objects from resource.
|
IMPORT_OBJECTS
Import objects from file or a stream.
|
MODIFY |
OPEN_CERTIFICATION_CAMPAIGN_REVIEW_STAGE |
READ |
READ_ALL_WORK_ITEMS |
READ_OWN_CERTIFICATION_DECISIONS |
RECOMPUTE |
RECORD_CERTIFICATION_DECISION |
RESUME_TASK |
RUN_TASK_IMMEDIATELY |
START_CERTIFICATION_REMEDIATION |
START_SERVICE_THREADS |
START_TASK_SCHEDULER |
STOP_APPROVAL_PROCESS_INSTANCE |
STOP_SERVICE_THREADS |
STOP_TASK_SCHEDULER |
SUSPEND_TASK |
SYNCHRONIZE_TASKS |
SYNCHRONIZE_WORKFLOW_REQUESTS |
TEST |
UNASSIGN |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns longer description that can be used as a help text,
tooltip or for similar purpose.
|
String |
getLabel()
Returns short user-friendly label.
|
String |
getUrl() |
String |
getValue()
Retuns actual value.
|
static ModelAuthorizationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelAuthorizationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelAuthorizationAction READ
public static final ModelAuthorizationAction ADD
public static final ModelAuthorizationAction MODIFY
public static final ModelAuthorizationAction DELETE
public static final ModelAuthorizationAction RECOMPUTE
public static final ModelAuthorizationAction TEST
public static final ModelAuthorizationAction IMPORT_OBJECTS
public static final ModelAuthorizationAction IMPORT_FROM_RESOURCE
public static final ModelAuthorizationAction DISCOVER_CONNECTORS
public static final ModelAuthorizationAction ASSIGN
public static final ModelAuthorizationAction UNASSIGN
public static final ModelAuthorizationAction EXECUTE_SCRIPT
public static final ModelAuthorizationAction CHANGE_CREDENTIALS
public static final ModelAuthorizationAction SUSPEND_TASK
public static final ModelAuthorizationAction RESUME_TASK
public static final ModelAuthorizationAction RUN_TASK_IMMEDIATELY
public static final ModelAuthorizationAction STOP_SERVICE_THREADS
public static final ModelAuthorizationAction START_SERVICE_THREADS
public static final ModelAuthorizationAction SYNCHRONIZE_TASKS
public static final ModelAuthorizationAction SYNCHRONIZE_WORKFLOW_REQUESTS
public static final ModelAuthorizationAction STOP_TASK_SCHEDULER
public static final ModelAuthorizationAction START_TASK_SCHEDULER
public static final ModelAuthorizationAction CREATE_CERTIFICATION_CAMPAIGN
public static final ModelAuthorizationAction OPEN_CERTIFICATION_CAMPAIGN_REVIEW_STAGE
public static final ModelAuthorizationAction CLOSE_CERTIFICATION_CAMPAIGN_REVIEW_STAGE
public static final ModelAuthorizationAction START_CERTIFICATION_REMEDIATION
public static final ModelAuthorizationAction CLOSE_CERTIFICATION_CAMPAIGN
public static final ModelAuthorizationAction READ_OWN_CERTIFICATION_DECISIONS
public static final ModelAuthorizationAction RECORD_CERTIFICATION_DECISION
public static final ModelAuthorizationAction COMPLETE_ALL_WORK_ITEMS
public static final ModelAuthorizationAction READ_ALL_WORK_ITEMS
public static final ModelAuthorizationAction STOP_APPROVAL_PROCESS_INSTANCE
public static ModelAuthorizationAction[] values()
for (ModelAuthorizationAction c : ModelAuthorizationAction.values()) System.out.println(c);
public static ModelAuthorizationAction 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 String getUrl()
public String getValue()
DisplayableValue
getValue
in interface DisplayableValue<String>
public String getLabel()
DisplayableValue
getLabel
in interface DisplayableValue<String>
public String getDescription()
DisplayableValue
getDescription
in interface DisplayableValue<String>
Copyright © 2016 evolveum. All rights reserved.