Level (ACLEntry - Java™)
Read-Write. The access level this entry has for this database.
Defined in
Data type
int
Syntax
public int getLevel()
throws NotesException
public void setLevel(int level)
throws NotesException
Legal values
- ACL.LEVEL_NOACCESS
- ACL.LEVEL_DEPOSITOR
- ACL.LEVEL_READER
- ACL.LEVEL_AUTHOR
- ACL.LEVEL_EDITOR
- ACL.LEVEL_DESIGNER
- ACL.LEVEL_MANAGER
Usage
For setLevel, you must call save on the ACL if you want the modified ACL to be saved to disk.