Uses of Enum Class
org.basex.core.users.Perm
Packages that use Perm
Package
Description
Database core classes.
XQuery Functions.
-
Uses of Perm in org.basex.core
Methods in org.basex.core with parameters of type PermModifier and TypeMethodDescriptionbooleanChecks if the current user has the specified permission.Constructors in org.basex.core with parameters of type Perm -
Uses of Perm in org.basex.core.users
Fields in org.basex.core.users declared as PermMethods in org.basex.core.users that return PermModifier and TypeMethodDescriptionstatic PermReturns a permission matching the specified string.Returns the global permission, or the permission for the specified database.static PermReturns the enum constant of this class with the specified name.static Perm[]Perm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.core.users with parameters of type PermModifier and TypeMethodDescriptionbooleanTests if the user has the specified permission.booleanTests if the user has the specified permission.Sets the global permission.Sets the permission. -
Uses of Perm in org.basex.query.func.xquery
Fields in org.basex.query.func.xquery with type parameters of type PermModifier and TypeFieldDescriptionstatic final EnumOption<Perm>XQueryEval.XQueryOptions.PERMISSIONPermission. -
Uses of Perm in org.basex.query.up.primitives
Constructor parameters in org.basex.query.up.primitives with type arguments of type PermModifierConstructorDescriptionprotectedUserPermUpdate(UpdateType type, User user, ArrayList<Perm> perms, StringList patterns, QueryContext qc, InputInfo info) Constructor.