Uses of Interface
pro.taskana.user.api.models.User
-
Packages that use User Package Description pro.taskana.user.api pro.taskana.user.api.models pro.taskana.user.internal pro.taskana.user.internal.models -
-
Uses of User in pro.taskana.user.api
Methods in pro.taskana.user.api that return User Modifier and Type Method Description UserUserService. createUser(User userToCreate)Creates a new User.UserUserService. getUser(String id)Gets a User.UserUserService. newUser()Returns a new User with all fields being empty.UserUserService. updateUser(User userToUpdate)Updates an existing User.Methods in pro.taskana.user.api with parameters of type User Modifier and Type Method Description UserUserService. createUser(User userToCreate)Creates a new User.UserUserService. updateUser(User userToUpdate)Updates an existing User. -
Uses of User in pro.taskana.user.api.models
Methods in pro.taskana.user.api.models that return User Modifier and Type Method Description UserUser. copy() -
Uses of User in pro.taskana.user.internal
Methods in pro.taskana.user.internal that return User Modifier and Type Method Description UserUserServiceImpl. createUser(User userToCreate)UserUserServiceImpl. getUser(String id)UserUserServiceImpl. newUser()UserUserServiceImpl. updateUser(User userToUpdate)Methods in pro.taskana.user.internal with parameters of type User Modifier and Type Method Description UserUserServiceImpl. createUser(User userToCreate)UserUserServiceImpl. updateUser(User userToUpdate) -
Uses of User in pro.taskana.user.internal.models
Classes in pro.taskana.user.internal.models that implement User Modifier and Type Class Description classUserImpl
-