Uses of Class
org.camunda.bpm.engine.rest.dto.identity.GroupDto

Packages that use GroupDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.identity   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.identity   
org.camunda.bpm.engine.rest.sub.identity.impl   
 

Uses of GroupDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return types with arguments of type GroupDto
 List<GroupDto> GroupRestService.queryGroups(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Methods in org.camunda.bpm.engine.rest with parameters of type GroupDto
 void GroupRestService.createGroup(GroupDto GroupDto)
           
 

Uses of GroupDto in org.camunda.bpm.engine.rest.dto.identity
 

Methods in org.camunda.bpm.engine.rest.dto.identity that return GroupDto
static GroupDto GroupDto.fromGroup(Group dbGroup)
           
 

Methods in org.camunda.bpm.engine.rest.dto.identity that return types with arguments of type GroupDto
static List<GroupDto> GroupDto.fromGroupList(List<Group> dbGroupList)
           
 

Uses of GroupDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type GroupDto
 List<GroupDto> GroupRestServiceImpl.queryGroups(GroupQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 List<GroupDto> GroupRestServiceImpl.queryGroups(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Methods in org.camunda.bpm.engine.rest.impl with parameters of type GroupDto
 void GroupRestServiceImpl.createGroup(GroupDto groupDto)
           
 

Uses of GroupDto in org.camunda.bpm.engine.rest.sub.identity
 

Methods in org.camunda.bpm.engine.rest.sub.identity that return GroupDto
 GroupDto GroupResource.getGroup(javax.ws.rs.core.UriInfo context)
           
 

Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type GroupDto
 void GroupResource.updateGroup(GroupDto Group)
           
 

Uses of GroupDto in org.camunda.bpm.engine.rest.sub.identity.impl
 

Methods in org.camunda.bpm.engine.rest.sub.identity.impl that return GroupDto
 GroupDto GroupResourceImpl.getGroup(javax.ws.rs.core.UriInfo context)
           
 

Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type GroupDto
 void GroupResourceImpl.updateGroup(GroupDto group)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.