Uses of Class
pro.taskana.user.api.exceptions.UserNotFoundException
-
Packages that use UserNotFoundException Package Description pro.taskana.user.api pro.taskana.user.internal -
-
Uses of UserNotFoundException in pro.taskana.user.api
Methods in pro.taskana.user.api that throw UserNotFoundException Modifier and Type Method Description voidUserService. deleteUser(String id)Deletes a User.UserUserService. getUser(String id)Gets a User.UserUserService. updateUser(User userToUpdate)Updates an existing User. -
Uses of UserNotFoundException in pro.taskana.user.internal
Methods in pro.taskana.user.internal that throw UserNotFoundException Modifier and Type Method Description voidUserServiceImpl. deleteUser(String id)UserUserServiceImpl. getUser(String userId)UserUserServiceImpl. updateUser(User userToUpdate)
-