Package | Description |
---|---|
com.darwino.domino.napi.enums | |
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
static ACLLevel |
ACLLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACLLevel[] |
ACLLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ACLLevel.isAtLeast(ACLLevel other) |
boolean |
ACLLevel.isGreaterThan(ACLLevel other) |
Modifier and Type | Method and Description |
---|---|
ACLLevel |
NSFACLEntry.getAccessLevel() |
ACLLevel |
NSFDatabase.getCurrentAccessLevel() |
Constructor and Description |
---|
NSFACLEntry(NSFACL parent,
String name,
ACLLevel accessLevel,
Collection<String> roles,
Collection<ACLEntryFlag> flags) |
Copyright © 2014–2018. All rights reserved.