Uses of Class
org.bonitasoft.web.client.model.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProfileModifier and TypeMethodDescriptionProfileApi.createProfile(ProfileCreateRequest body) Deprecated.ProfileApi.getProfileById(String id) Finds the Profile by ID Returns the single Profile for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ProfileModifier and TypeMethodDescriptionProfileApi.createProfileWithHttpInfo(ProfileCreateRequest body) Deprecated.ProfileApi.getProfileByIdWithHttpInfo(String id) Finds the Profile by ID Similar togetProfileByIdbut it also returns the http response headers .Finds Profiles Finds Profiles with pagination params and filters - can search on `name` - can filter on `name`,`hasNavigation` - can order on `name`ProfileApi.searchProfiles(ProfileApi.SearchProfilesQueryParams queryParams) Finds Profiles Finds Profiles with pagination params and filters - can search on `name` - can filter on `name`,`hasNavigation` - can order on `name` Note, this is equivalent to the othersearchProfilesmethod, but with the query parameters collected into a single Map parameter.Finds Profiles Similar tosearchProfilesbut it also returns the http response headers .ProfileApi.searchProfilesWithHttpInfo(ProfileApi.SearchProfilesQueryParams queryParams) Finds Profiles Finds Profiles with pagination params and filters - can search on `name` - can filter on `name`,`hasNavigation` - can order on `name` Note, this is equivalent to the othersearchProfilesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of Profile in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileModifier and TypeMethodDescriptionProfile.creationDate(String creationDate) Profile.description(String description) Profile.lastUpdateDate(String lastUpdateDate) -
Uses of Profile in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return ProfileModifier and TypeMethodDescriptionUserService.createProfile(ProfileCreateRequest profileCreateRequest) UserService.getProfileByName(String name) Methods in org.bonitasoft.web.client.services that return types with arguments of type ProfileModifier and TypeMethodDescriptionUserService.searchProfiles(int page, int count) UserService.searchProfiles(ProfileApi.SearchProfilesQueryParams params) -
Uses of Profile in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return ProfileModifier and TypeMethodDescriptionDefaultUserService.createProfile(ProfileCreateRequest profileCreateRequest) DefaultUserService.getProfileByName(String name) Methods in org.bonitasoft.web.client.services.impl that return types with arguments of type ProfileModifier and TypeMethodDescriptionDefaultUserService.searchProfiles(int page, int count) DefaultUserService.searchProfiles(ProfileApi.SearchProfilesQueryParams params)