Uses of Class
com.tszadel.qctools4j.model.permission.PermissionEnum

Packages that use PermissionEnum
com.tszadel.qctools4j.clients   
com.tszadel.qctools4j.exception   
com.tszadel.qctools4j.model.permission   
 

Uses of PermissionEnum in com.tszadel.qctools4j.clients
 

Methods in com.tszadel.qctools4j.clients with parameters of type PermissionEnum
protected  boolean AbstractClient.canExecuteAction(PermissionEnum pPermission)
          Check if the user can execute the given action.
protected  void AbstractClient.checkPermission(PermissionEnum pPermission)
          Check if the current user can execute the given action on the given element.
 

Uses of PermissionEnum in com.tszadel.qctools4j.exception
 

Constructors in com.tszadel.qctools4j.exception with parameters of type PermissionEnum
PermissionException(PermissionEnum pPermission)
          Constructor.
 

Uses of PermissionEnum in com.tszadel.qctools4j.model.permission
 

Methods in com.tszadel.qctools4j.model.permission that return PermissionEnum
static PermissionEnum PermissionEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PermissionEnum[] PermissionEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.