Uses of Class
org.camunda.bpm.engine.rest.dto.identity.GroupDto
-
-
Uses of GroupDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type GroupDto Modifier and Type Method Description List<GroupDto>
GroupRestService. queryGroups(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<GroupDto>
GroupRestService. queryGroups(GroupQueryDto query, Integer firstResult, Integer maxResults)
Methods in org.camunda.bpm.engine.rest with parameters of type GroupDto Modifier and Type Method Description 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 Modifier and Type Method Description static GroupDto
GroupDto. fromGroup(Group dbGroup)
Methods in org.camunda.bpm.engine.rest.dto.identity that return types with arguments of type GroupDto Modifier and Type Method Description 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 Modifier and Type Method Description List<GroupDto>
GroupRestServiceImpl. queryGroups(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<GroupDto>
GroupRestServiceImpl. queryGroups(GroupQueryDto queryDto, Integer firstResult, Integer maxResults)
Methods in org.camunda.bpm.engine.rest.impl with parameters of type GroupDto Modifier and Type Method Description 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 Modifier and Type Method Description GroupDto
GroupResource. getGroup(javax.ws.rs.core.UriInfo context)
Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type GroupDto Modifier and Type Method Description 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 Modifier and Type Method Description GroupDto
GroupResourceImpl. getGroup(javax.ws.rs.core.UriInfo context)
Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type GroupDto Modifier and Type Method Description void
GroupResourceImpl. updateGroup(GroupDto group)
-