Uses of Class
pro.taskana.user.rest.models.UserRepresentationModel
-
Packages that use UserRepresentationModel Package Description pro.taskana.user.rest pro.taskana.user.rest.assembler -
-
Uses of UserRepresentationModel in pro.taskana.user.rest
Methods in pro.taskana.user.rest that return types with arguments of type UserRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<UserRepresentationModel>UserController. createUser(UserRepresentationModel repModel)This endpoint creates a User.org.springframework.http.ResponseEntity<UserRepresentationModel>UserController. deleteUser(String userId)This endpoint deletes a User.org.springframework.http.ResponseEntity<UserRepresentationModel>UserController. getUser(String userId)This endpoint retrieves a User.org.springframework.http.ResponseEntity<UserRepresentationModel>UserController. updateUser(String userId, UserRepresentationModel repModel)This endpoint updates a User.Methods in pro.taskana.user.rest with parameters of type UserRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<UserRepresentationModel>UserController. createUser(UserRepresentationModel repModel)This endpoint creates a User.org.springframework.http.ResponseEntity<UserRepresentationModel>UserController. updateUser(String userId, UserRepresentationModel repModel)This endpoint updates a User. -
Uses of UserRepresentationModel in pro.taskana.user.rest.assembler
Methods in pro.taskana.user.rest.assembler that return UserRepresentationModel Modifier and Type Method Description UserRepresentationModelUserRepresentationModelAssembler. toModel(pro.taskana.user.api.models.User entity)Methods in pro.taskana.user.rest.assembler with parameters of type UserRepresentationModel Modifier and Type Method Description pro.taskana.user.api.models.UserUserRepresentationModelAssembler. toEntityModel(UserRepresentationModel repModel)
-