Uses of Class
org.basex.core.Perm

Packages that use Perm
org.basex.core Database core classes. 
org.basex.core.cmd Database commands. 
 

Uses of Perm in org.basex.core
 

Fields in org.basex.core declared as Perm
 Perm User.perm
          Permission.
 

Methods in org.basex.core that return Perm
static Perm Perm.get(java.lang.String s)
          Returns a permission matching the specified string.
static Perm Perm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Perm[] Perm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.core with parameters of type Perm
 boolean User.has(Perm p)
          Tests if the user has the specified permission.
 boolean Context.perm(Perm p, MetaData md)
          Checks if the current user has the specified permission.
 

Constructors in org.basex.core with parameters of type Perm
Command(Perm p, boolean d, java.lang.String... arg)
          Constructor.
Command(Perm p, java.lang.String... arg)
          Constructor for commands requiring no opened database.
 

Uses of Perm in org.basex.core.cmd
 

Constructors in org.basex.core.cmd with parameters of type Perm
ACreate(Perm p, boolean d, java.lang.String... arg)
          Protected constructor, specifying command flags and arguments.
AQuery(Perm p, boolean d, java.lang.String... arg)
          Protected constructor.