Uses of Class
org.bonitasoft.web.client.model.Role
-
Packages that use Role 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 Role in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Role Modifier and Type Method Description RoleRoleApi. createRole(RoleCreateRequest body)Create the Role Create the RoleRoleRoleApi. 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 Role Modifier and Type Method Description ApiResponse<Role>RoleApi. createRoleWithHttpInfo(RoleCreateRequest body)Create the Role Similar tocreateRolebut it also returns the http response headers .ApiResponse<Role>RoleApi. getRoleByIdWithHttpInfo(String id)Finds the Role by ID Similar togetRoleByIdbut it also returns the http response headers .List<Role>RoleApi. searchRoles(Integer p, Integer c, List<String> f, String o, String s)Finds Roles Finds Roles with pagination params and filters - can order on `id`, `name` and `displayName` - can filter on `name` and `displayName`List<Role>RoleApi. searchRoles(Map<String,Object> 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.ApiResponse<List<Role>>RoleApi. searchRolesWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s)Finds Roles Similar tosearchRolesbut it also returns the http response headers .ApiResponse<List<Role>>RoleApi. searchRolesWithHttpInfo(Map<String,Object> 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 Role Modifier and Type Method Description RoleRole. createdByUserId(String createdByUserId)RoleRole. creationDate(String creationDate)RoleRole. description(String description)RoleRole. displayName(String displayName)RoleRole. icon(String icon)RoleRole. id(String id)RoleRole. lastUpdateDate(String lastUpdateDate)RoleRole. name(String name) -
Uses of Role in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return Role Modifier and Type Method Description RoleUserService. createRole(RoleCreateRequest roleCreateRequest)RoleUserService. getRoleByName(String name)Methods in org.bonitasoft.web.client.services that return types with arguments of type Role Modifier and Type Method Description List<Role>UserService. searchRoles(RoleApi.SearchRolesQueryParams params) -
Uses of Role in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return Role Modifier and Type Method Description RoleDefaultUserService. createRole(RoleCreateRequest roleCreateRequest)RoleDefaultUserService. getRoleByName(String name)Methods in org.bonitasoft.web.client.services.impl that return types with arguments of type Role Modifier and Type Method Description List<Role>DefaultUserService. searchRoles(RoleApi.SearchRolesQueryParams params)
-