Uses of Class
org.bonitasoft.web.client.model.User
Packages that use User
Package
Description
-
Uses of User in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return UserModifier and TypeMethodDescriptionUserApi.createUser(UserCreateRequest body) Create the User Create the UserUserApi.getUserById(String id) Finds the User by ID Returns the single User for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type UserModifier and TypeMethodDescriptionUserApi.createUserWithHttpInfo(UserCreateRequest body) Create the User Similar tocreateUserbut it also returns the http response headers .UserApi.getUserByIdWithHttpInfo(String id) Finds the User by ID Similar togetUserByIdbut it also returns the http response headers .Finds Users Finds Users with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName`UserApi.searchUsers(UserApi.SearchUsersQueryParams queryParams) Finds Users Finds Users with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUsersmethod, but with the query parameters collected into a single Map parameter.Finds Users Similar tosearchUsersbut it also returns the http response headers .UserApi.searchUsersWithHttpInfo(UserApi.SearchUsersQueryParams queryParams) Finds Users Finds Users with pagination params and filters - can order on `id` - can search on `displayName` - can filter on `displayName` Note, this is equivalent to the othersearchUsersthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of User in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return UserModifier and TypeMethodDescriptionUser.createdByUserId(String createdByUserId) User.creationDate(String creationDate) User.lastConnection(String lastConnection) User.lastUpdateDate(String lastUpdateDate) -
Uses of User in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return UserMethods in org.bonitasoft.web.client.services that return types with arguments of type User -
Uses of User in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return UserModifier and TypeMethodDescriptionDefaultUserService.createUser(UserCreateRequest userCreateRequest) Methods in org.bonitasoft.web.client.services.impl that return types with arguments of type UserModifier and TypeMethodDescriptionDefaultUserService.searchUsers(UserApi.SearchUsersQueryParams params)