| Package | Description |
|---|---|
| ru.curs.celesta |
Root package of Celesta classes.
|
| ru.curs.celesta.dbutils |
Contains tools for working with the database, including the system
for an automatic update of the database structure.
|
| Constructor and Description |
|---|
PermissionDeniedException(CallContext context,
GrainElement table,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IPermissionManager.isActionAllowed(CallContext c,
GrainElement t,
Action a)
Whether the action is allowed.
|
void |
ILoggingManager.log(Cursor c,
Action a) |
Copyright © 2021 CURS. All rights reserved.