public enum AclFlag extends Enum<AclFlag> implements INumberEnum<Short>
Enum Constant and Description |
---|
ADMIN_READERAUTHOR
Admin server can modify reader and author fields in db
|
ADMIN_SERVER
Entry is administration server (V4)
|
AUTHOR_NOCREATE
Authors can't create new notes (only edit existing ones)
|
CREATE_FOLDER
User can create and update shared views & folders (V4)
This allows an Editor to assume some Designer-level access |
CREATE_LOTUSSCRIPT
User can create LotusScript
|
CREATE_PRAGENT
User can create personal agents (V4)
|
CREATE_PRFOLDER
User can create personal folders (V4)
|
GROUP
Entry represents a group (V4)
|
MONITORS_DISALLOWED
User CANNOT register monitors for this database
|
NODELETE
User cannot delete notes
|
NOREPLICATE
User cannot replicate or copy this database
|
PERSON
Entry represents a Person (V4)
|
PUBLICREADER
User can read public notes
|
PUBLICWRITER
User can write public notes
|
SERVER
Entry represents a Server (V4)
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static AclFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclFlag AUTHOR_NOCREATE
public static final AclFlag SERVER
public static final AclFlag NODELETE
public static final AclFlag CREATE_PRAGENT
public static final AclFlag CREATE_PRFOLDER
public static final AclFlag PERSON
public static final AclFlag GROUP
public static final AclFlag CREATE_FOLDER
public static final AclFlag CREATE_LOTUSSCRIPT
public static final AclFlag PUBLICREADER
public static final AclFlag PUBLICWRITER
public static final AclFlag MONITORS_DISALLOWED
public static final AclFlag NOREPLICATE
public static final AclFlag ADMIN_READERAUTHOR
public static final AclFlag ADMIN_SERVER
public static AclFlag[] values()
for (AclFlag c : AclFlag.values()) System.out.println(c);
public static AclFlag 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 Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2019–2021 HCL. All rights reserved.