Uses of Interface
pro.taskana.user.api.models.User
Packages that use User
Package
Description
-
Uses of User in pro.taskana.spi.user.api
Methods in pro.taskana.spi.user.api that return UserModifier and TypeMethodDescriptionRefreshUserPostprocessor.processUserAfterRefresh(User userToProcess) Processes a User after its refresh.Methods in pro.taskana.spi.user.api with parameters of type UserModifier and TypeMethodDescriptionRefreshUserPostprocessor.processUserAfterRefresh(User userToProcess) Processes a User after its refresh. -
Uses of User in pro.taskana.spi.user.internal
Methods in pro.taskana.spi.user.internal that return UserModifier and TypeMethodDescriptionRefreshUserPostprocessorManager.processUserAfterRefresh(User userToProcess) Methods in pro.taskana.spi.user.internal with parameters of type UserModifier and TypeMethodDescriptionRefreshUserPostprocessorManager.processUserAfterRefresh(User userToProcess) -
Uses of User in pro.taskana.user.api
Methods in pro.taskana.user.api that return UserModifier and TypeMethodDescriptionUserService.createUser(User userToCreate) Creates a new User.Gets a User.UserService.newUser()Returns a new User with all fields being empty.UserService.updateUser(User userToUpdate) Updates an existing User.Methods in pro.taskana.user.api that return types with arguments of type UserMethods in pro.taskana.user.api with parameters of type UserModifier and TypeMethodDescriptionUserService.createUser(User userToCreate) Creates a new User.UserService.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 -
Uses of User in pro.taskana.user.internal
Methods in pro.taskana.user.internal that return UserModifier and TypeMethodDescriptionUserServiceImpl.createUser(User userToCreate) UserServiceImpl.newUser()UserServiceImpl.updateUser(User userToUpdate) Methods in pro.taskana.user.internal that return types with arguments of type UserMethods in pro.taskana.user.internal with parameters of type UserModifier and TypeMethodDescriptionUserServiceImpl.createUser(User userToCreate) voidvoidUserMapper.insertGroups(User user) voidUserMapper.insertPermissions(User user) voidUserServiceImpl.updateUser(User userToUpdate) -
Uses of User in pro.taskana.user.internal.models
Classes in pro.taskana.user.internal.models that implement User