Uses of Class
ru.curs.celesta.dbutils.Action
-
Packages that use Action Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils. -
-
Uses of Action in ru.curs.celesta
Constructors in ru.curs.celesta with parameters of type Action Constructor Description PermissionDeniedException(CallContext context, GrainElement table, Action action)
-
Uses of Action in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return Action Modifier and Type Method 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.Methods in ru.curs.celesta.dbutils with parameters of type Action Modifier and Type Method Description boolean
IPermissionManager. isActionAllowed(CallContext c, GrainElement t, Action a)
Whether the action is allowed.boolean
PermissionManager. isActionAllowed(CallContext c, GrainElement t, Action a)
Returnstrue
if action is allowed on a grain element.void
ILoggingManager. log(Cursor c, Action a)
void
LoggingManager. log(Cursor c, Action a)
Log an action on cursor.
-