Uses of Class
org.bonitasoft.web.client.model.Group
-
Packages that use Group Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of Group in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Group Modifier and Type Method Description GroupGroupApi. createGroup(GroupCreateRequest body)Create the Group Create the GroupGroupGroupApi. 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 Group Modifier and Type Method Description ApiResponse<Group>GroupApi. createGroupWithHttpInfo(GroupCreateRequest body)Create the Group Similar tocreateGroupbut it also returns the http response headers .ApiResponse<Group>GroupApi. getGroupByIdWithHttpInfo(String id)Finds the Group by ID Similar togetGroupByIdbut it also returns the http response headers .List<Group>GroupApi. searchGroups(Integer p, Integer c, List<String> f, String o)Finds Groups Finds Groups with pagination params and filters.List<Group>GroupApi. searchGroups(Map<String,Object> queryParams)Finds Groups Finds Groups with pagination params and filters.ApiResponse<List<Group>>GroupApi. searchGroupsWithHttpInfo(Integer p, Integer c, List<String> f, String o)Finds Groups Similar tosearchGroupsbut it also returns the http response headers .ApiResponse<List<Group>>GroupApi. searchGroupsWithHttpInfo(Map<String,Object> queryParams)Finds Groups Finds Groups with pagination params and filters. -
Uses of Group in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Group Modifier and Type Method Description GroupGroup. createdByUserId(String createdByUserId)GroupGroup. creationDate(String creationDate)GroupGroup. description(String description)GroupGroup. displayName(String displayName)GroupGroup. icon(String icon)GroupGroup. id(String id)GroupGroup. lastUpdateDate(String lastUpdateDate)GroupGroup. name(String name)GroupGroup. parentPath(String parentPath)GroupGroup. path(String path) -
Uses of Group in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return Group Modifier and Type Method Description GroupUserService. createGroup(GroupCreateRequest groupCreateRequest) -
Uses of Group in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return Group Modifier and Type Method Description GroupDefaultUserService. createGroup(GroupCreateRequest groupCreateRequest)
-