Uses of Class
org.bonitasoft.web.client.model.Membership
-
Packages that use Membership Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of Membership in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Membership Modifier and Type Method Description MembershipMembershipApi. createMembership(MembershipCreateRequest body)Create the Membership Create the MembershipMethods in org.bonitasoft.web.client.api that return types with arguments of type Membership Modifier and Type Method Description List<Membership>MembershipApi. searchMemberships(Integer p, Integer c, List<String> f, String o, String s)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`List<Membership>MembershipApi. searchMemberships(Map<String,Object> 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. -
Uses of Membership in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Membership Modifier and Type Method Description MembershipMembership. assignedByUserId(String assignedByUserId)MembershipMembership. assignedDate(String assignedDate)MembershipMembership. groupId(String groupId)MembershipMembership. roleId(Long roleId)MembershipMembership. userId(String userId)
-