Uses of Class
org.bonitasoft.web.client.model.Membership
Packages that use Membership
-
Uses of Membership in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return MembershipModifier and TypeMethodDescriptionMembershipApi.createMembership(MembershipCreateRequest body) Create the Membership Create the MembershipMethods in org.bonitasoft.web.client.api that return types with arguments of type MembershipModifier and TypeMethodDescriptionMembershipApi.createMembershipWithHttpInfo(MembershipCreateRequest body) Create the Membership Similar tocreateMembershipbut it also returns the http response headers .Finds Memberships Finds Memberships with pagination params and filters **Filter `user_id` is mandatory** You can order with the values: `ROLE_NAME_ASC`,`ROLE_NAME_DESC`, `GROUP_NAME_ASC`,`GROUP_NAME_DESC`, `ASSIGNED_DATE_ASC`, `ASSIGNED_DATE_DESC`MembershipApi.searchMemberships(MembershipApi.SearchMembershipsQueryParams queryParams) Finds Memberships Finds Memberships with pagination params and filters **Filter `user_id` is mandatory** You can order with the values: `ROLE_NAME_ASC`,`ROLE_NAME_DESC`, `GROUP_NAME_ASC`,`GROUP_NAME_DESC`, `ASSIGNED_DATE_ASC`, `ASSIGNED_DATE_DESC` Note, this is equivalent to the othersearchMembershipsmethod, but with the query parameters collected into a single Map parameter.MembershipApi.searchMembershipsWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds Memberships Similar tosearchMembershipsbut it also returns the http response headers .MembershipApi.searchMembershipsWithHttpInfo(MembershipApi.SearchMembershipsQueryParams queryParams) Finds Memberships Finds Memberships with pagination params and filters **Filter `user_id` is mandatory** You can order with the values: `ROLE_NAME_ASC`,`ROLE_NAME_DESC`, `GROUP_NAME_ASC`,`GROUP_NAME_DESC`, `ASSIGNED_DATE_ASC`, `ASSIGNED_DATE_DESC` Note, this is equivalent to the othersearchMembershipsthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of Membership in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return MembershipModifier and TypeMethodDescriptionMembership.assignedByUserId(String assignedByUserId) Membership.assignedDate(String assignedDate)