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 ActionAction. 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 booleanIPermissionManager. isActionAllowed(CallContext c, GrainElement t, Action a)Whether the action is allowed.booleanPermissionManager. isActionAllowed(CallContext c, GrainElement t, Action a)Returnstrueif action is allowed on a grain element.voidILoggingManager. log(Cursor c, Action a)voidLoggingManager. log(Cursor c, Action a)Log an action on cursor.
-