Uses of Class
org.bonitasoft.web.client.model.Group
Packages that use Group
Package
Description
-
Uses of Group in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return GroupModifier and TypeMethodDescriptionGroupApi.createGroup(GroupCreateRequest body) Create the Group Create the GroupGroupApi.getGroupById(String id) Finds the Group by ID Returns the single Group for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupApi.createGroupWithHttpInfo(GroupCreateRequest body) Create the Group Similar tocreateGroupbut it also returns the http response headers .GroupApi.getGroupByIdWithHttpInfo(String id) Finds the Group by ID Similar togetGroupByIdbut it also returns the http response headers .Finds Groups Finds Groups with pagination params and filters. - can order on `id`,`name`,`displayName` - can filter on `name`,`displayName`,`parent_path`GroupApi.searchGroups(GroupApi.SearchGroupsQueryParams queryParams) Finds Groups Finds Groups with pagination params and filters. - can order on `id`,`name`,`displayName` - can filter on `name`,`displayName`,`parent_path` Note, this is equivalent to the othersearchGroupsmethod, but with the query parameters collected into a single Map parameter.Finds Groups Similar tosearchGroupsbut it also returns the http response headers .GroupApi.searchGroupsWithHttpInfo(GroupApi.SearchGroupsQueryParams queryParams) Finds Groups Finds Groups with pagination params and filters. - can order on `id`,`name`,`displayName` - can filter on `name`,`displayName`,`parent_path` Note, this is equivalent to the othersearchGroupsthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of Group in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return GroupModifier and TypeMethodDescriptionGroup.createdByUserId(String createdByUserId) Group.creationDate(String creationDate) Group.description(String description) Group.displayName(String displayName) Group.lastUpdateDate(String lastUpdateDate) Group.parentGroupId(String parentGroupId) Group.parentPath(String parentPath) -
Uses of Group in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return Group -
Uses of Group in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return GroupModifier and TypeMethodDescriptionDefaultUserService.createGroup(GroupCreateRequest groupCreateRequest)