Uses of Class
org.bonitasoft.web.client.model.ProfileMember
Packages that use ProfileMember
-
Uses of ProfileMember in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProfileMemberModifier and TypeMethodDescriptionProfileMemberApi.createProfileMember(ProfileMemberCreateRequest body) Create the ProfileMember Create the ProfileMemberProfileMemberApi.getProfileMemberById(String id) Finds the ProfileMember by ID Returns the single ProfileMember for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ProfileMemberModifier and TypeMethodDescriptionProfileMemberApi.createProfileMemberWithHttpInfo(ProfileMemberCreateRequest body) Create the ProfileMember Similar tocreateProfileMemberbut it also returns the http response headers .ProfileMemberApi.getProfileMemberByIdWithHttpInfo(String id) Finds the ProfileMember by ID Similar togetProfileMemberByIdbut it also returns the http response headers .ProfileMemberApi.searchProfileMembers(Integer p, Integer c, List<String> f) Finds ProfileMembers Finds ProfileMembers with pagination params and filters **Filter `member_type` is mandatory** You can filter on `profile_id`, `user_id`, `role_id` and `group_id`ProfileMemberApi.searchProfileMembers(ProfileMemberApi.SearchProfileMembersQueryParams queryParams) Finds ProfileMembers Finds ProfileMembers with pagination params and filters **Filter `member_type` is mandatory** You can filter on `profile_id`, `user_id`, `role_id` and `group_id` Note, this is equivalent to the othersearchProfileMembersmethod, but with the query parameters collected into a single Map parameter.ProfileMemberApi.searchProfileMembersWithHttpInfo(Integer p, Integer c, List<String> f) Finds ProfileMembers Similar tosearchProfileMembersbut it also returns the http response headers .ProfileMemberApi.searchProfileMembersWithHttpInfo(ProfileMemberApi.SearchProfileMembersQueryParams queryParams) Finds ProfileMembers Finds ProfileMembers with pagination params and filters **Filter `member_type` is mandatory** You can filter on `profile_id`, `user_id`, `role_id` and `group_id` Note, this is equivalent to the othersearchProfileMembersthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of ProfileMember in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileMemberModifier and TypeMethodDescription