Uses of Class
pro.taskana.common.api.TaskanaRole
-
Packages that use TaskanaRole Package Description pro.taskana.common.api pro.taskana.common.api.exceptions pro.taskana.common.internal.configuration -
-
Uses of TaskanaRole in pro.taskana.common.api
Methods in pro.taskana.common.api that return TaskanaRole Modifier and Type Method Description static TaskanaRoleTaskanaRole. fromPropertyName(String name)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[]MismatchedRoleException. getRoles()Constructors in pro.taskana.common.api.exceptions with parameters of type TaskanaRole Constructor Description MismatchedRoleException(String currentUserId, TaskanaRole... roles) -
Uses of TaskanaRole in pro.taskana.common.internal.configuration
Methods in pro.taskana.common.internal.configuration that return types with arguments of type TaskanaRole Modifier and Type Method Description static Map<TaskanaRole,Set<String>>TaskanaConfigurationInitializer. configureRoles(String separator, Properties props, boolean shouldUseLowerCaseForAccessIds)
-