Uses of Class
pro.taskana.user.rest.models.UserRepresentationModel
Packages that use UserRepresentationModel
Package
Description
-
Uses of UserRepresentationModel in pro.taskana.user.rest
Methods in pro.taskana.user.rest that return types with arguments of type UserRepresentationModelModifier and TypeMethodDescriptionorg.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>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 UserRepresentationModelModifier and TypeMethodDescriptionorg.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 UserRepresentationModelModifier and TypeMethodDescriptionUserRepresentationModelAssembler.toModel(pro.taskana.user.api.models.User entity) Methods in pro.taskana.user.rest.assembler with parameters of type UserRepresentationModelModifier and TypeMethodDescriptionpro.taskana.user.api.models.UserUserRepresentationModelAssembler.toEntityModel(UserRepresentationModel repModel) Method parameters in pro.taskana.user.rest.assembler with type arguments of type UserRepresentationModelModifier and TypeMethodDescriptionUserRepresentationModelAssembler.buildCollectionEntity(List<UserRepresentationModel> content) -
Uses of UserRepresentationModel in pro.taskana.user.rest.models
Methods in pro.taskana.user.rest.models that return types with arguments of type UserRepresentationModelConstructor parameters in pro.taskana.user.rest.models with type arguments of type UserRepresentationModelModifierConstructorDescription