Uses of Class
pro.taskana.common.api.TaskanaRole
-
Packages that use TaskanaRole Package Description pro.taskana.common.api pro.taskana.common.api.exceptions -
-
Uses of TaskanaRole in pro.taskana.common.api
Methods in pro.taskana.common.api that return TaskanaRole Modifier and Type Method Description static TaskanaRoleTaskanaRole. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskanaRole[]TaskanaRole. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TaskanaRole in pro.taskana.common.api.exceptions
Methods in pro.taskana.common.api.exceptions that return TaskanaRole Modifier and Type Method Description TaskanaRole[]NotAuthorizedException. getRoles()Constructors in pro.taskana.common.api.exceptions with parameters of type TaskanaRole Constructor Description NotAuthorizedException(String currentUserId, TaskanaRole... roles)
-