Uses of Class
org.camunda.community.rest.client.dto.GroupDto
Packages that use GroupDto
-
Uses of GroupDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return GroupDtoModifier and TypeMethodDescriptionGet Group Retrieves a group by id.Get Group Retrieves a group by id.Methods in org.camunda.community.rest.client.api that return types with arguments of type GroupDtoModifier and TypeMethodDescriptionGroupApi.getQueryGroups(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant) Get List Queries for a list of groups using a list of parameters.GroupApi.getQueryGroups(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant, Map<String, String> additionalHeaders) Get List Queries for a list of groups using a list of parameters.GroupApi.postQueryGroups(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto) Get List (POST) Queries for a list of groups using a list of parameters.GroupApi.postQueryGroups(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for a list of groups using a list of parameters.Methods in org.camunda.community.rest.client.api with parameters of type GroupDtoModifier and TypeMethodDescriptionvoidGroupApi.createGroup(GroupDto groupDto) Create Group Creates a new group.voidGroupApi.createGroup(GroupDto groupDto, Map<String, String> additionalHeaders) Create Group Creates a new group.voidGroupApi.updateGroup(String id, GroupDto groupDto) Update Group Updates a given group by id.voidUpdate Group Updates a given group by id. -
Uses of GroupDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return GroupDto