Uses of Class
pro.taskana.user.internal.models.UserImpl
-
Packages that use UserImpl Package Description pro.taskana.user.internal pro.taskana.user.internal.models -
-
Uses of UserImpl in pro.taskana.user.internal
Methods in pro.taskana.user.internal that return UserImpl Modifier and Type Method Description UserImplUserMapper. findById(String id)Methods in pro.taskana.user.internal that return types with arguments of type UserImpl Modifier and Type Method Description List<UserImpl>UserMapper. findByIds(Set<String> ids) -
Uses of UserImpl in pro.taskana.user.internal.models
Methods in pro.taskana.user.internal.models that return UserImpl Modifier and Type Method Description UserImplUserImpl. copy()Constructors in pro.taskana.user.internal.models with parameters of type UserImpl Constructor Description UserImpl(UserImpl copyFrom)
-