public enum SaWsRight extends Enum<SaWsRight>
Enum Constant and Description |
---|
ANNOTATIONS
annotations.
|
BLACK_MARKER
black marker.
|
DELETE
delete.
|
EXPAND_INDEX
expand index.
|
EXPORT_DOCUMENT
export document.
|
MODIFY
modify.
|
MODIFY_DATA
modify data.
|
MODIFY_INDEX
modify index.
|
PERMISSIONS
permissions.
|
READ
read.
|
READ_VERSION_HISTORY
read version history.
|
RECORDS_MANAGEMENT
records management.
|
RELEASE_DOCUMENT
release document.
|
RESTORE_BLACK_MARKER
restore black marker.
|
RESTORE_VERSION
restore version.
|
VISIBLE
visible.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<SaWsRight> |
COMPLETE
Enum set of all contained SaWsRights.
|
static List<SaWsRight> |
COMPLETE_LIST
List of all contained SaWsRights.
|
Modifier and Type | Method and Description |
---|---|
static List<SaWsRight> |
fromBackend(com.saperion.rmi.SaACLRights aclRights)
Creates and returns a list of SaWsRights from the given SaACLRights.
|
String |
getSymbol()
Returns the symbol (letter) of this instance.
|
static SaWsRight |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWsRight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaWsRight VISIBLE
public static final SaWsRight READ
public static final SaWsRight ANNOTATIONS
public static final SaWsRight BLACK_MARKER
public static final SaWsRight MODIFY_INDEX
public static final SaWsRight EXPAND_INDEX
public static final SaWsRight MODIFY_DATA
public static final SaWsRight MODIFY
public static final SaWsRight DELETE
public static final SaWsRight PERMISSIONS
public static final SaWsRight RESTORE_BLACK_MARKER
public static final SaWsRight RELEASE_DOCUMENT
public static final SaWsRight READ_VERSION_HISTORY
public static final SaWsRight RESTORE_VERSION
public static final SaWsRight EXPORT_DOCUMENT
public static final SaWsRight RECORDS_MANAGEMENT
public static SaWsRight[] values()
for (SaWsRight c : SaWsRight.values()) System.out.println(c);
public static SaWsRight 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 getSymbol()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.