Package | Description |
---|---|
ontopoly |
Modifier and Type | Method and Description |
---|---|
OntopolyAccessStrategy.Privilege |
OntopolySession.getPrivilege(FieldInstance fieldInstance) |
OntopolyAccessStrategy.Privilege |
OntopolySession.getPrivilege(Topic topic) |
OntopolyAccessStrategy.Privilege |
OntopolyAccessStrategy.getPrivilege(User user,
FieldInstance fieldInstance)
Resolves the privilege of a user for the provided field.
|
OntopolyAccessStrategy.Privilege |
OntopolyAccessStrategy.getPrivilege(User user,
Topic topic)
Resolves the privilege of a user for the provided topic.
|
static OntopolyAccessStrategy.Privilege |
OntopolyAccessStrategy.Privilege.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntopolyAccessStrategy.Privilege[] |
OntopolyAccessStrategy.Privilege.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|