Uses of Class
org.bonitasoft.web.client.model.Role
Packages that use Role
Package
Description
-
Uses of Role in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return RoleModifier and TypeMethodDescriptionRoleApi.createRole(RoleCreateRequest body) Create the Role Create the RoleRoleApi.getRoleById(String id) Finds the Role by ID Returns the single Role for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleApi.createRoleWithHttpInfo(RoleCreateRequest body) Create the Role Similar tocreateRolebut it also returns the http response headers .RoleApi.getRoleByIdWithHttpInfo(String id) Finds the Role by ID Similar togetRoleByIdbut it also returns the http response headers .Finds Roles Finds Roles with pagination params and filters - can order on `id`, `name` and `displayName` - can filter on `name` and `displayName`RoleApi.searchRoles(RoleApi.SearchRolesQueryParams queryParams) Finds Roles Finds Roles with pagination params and filters - can order on `id`, `name` and `displayName` - can filter on `name` and `displayName` Note, this is equivalent to the othersearchRolesmethod, but with the query parameters collected into a single Map parameter.Finds Roles Similar tosearchRolesbut it also returns the http response headers .RoleApi.searchRolesWithHttpInfo(RoleApi.SearchRolesQueryParams queryParams) Finds Roles Finds Roles with pagination params and filters - can order on `id`, `name` and `displayName` - can filter on `name` and `displayName` Note, this is equivalent to the othersearchRolesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of Role in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return RoleModifier and TypeMethodDescriptionRole.createdByUserId(String createdByUserId) Role.creationDate(String creationDate) Role.description(String description) Role.displayName(String displayName) Role.lastUpdateDate(String lastUpdateDate) -
Uses of Role in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return RoleModifier and TypeMethodDescriptionUserService.createRole(RoleCreateRequest roleCreateRequest) UserService.getRoleByName(String name) Methods in org.bonitasoft.web.client.services that return types with arguments of type Role -
Uses of Role in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return RoleModifier and TypeMethodDescriptionDefaultUserService.createRole(RoleCreateRequest roleCreateRequest) DefaultUserService.getRoleByName(String name) Methods in org.bonitasoft.web.client.services.impl that return types with arguments of type RoleModifier and TypeMethodDescriptionDefaultUserService.searchRoles(RoleApi.SearchRolesQueryParams params)