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

Packages that use UserProfileDto
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 UserProfileDto in org.camunda.bpm.engine.rest
 

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

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

Fields in org.camunda.bpm.engine.rest.dto.identity declared as UserProfileDto
protected  UserProfileDto UserDto.profile
           
 

Methods in org.camunda.bpm.engine.rest.dto.identity that return UserProfileDto
static UserProfileDto UserProfileDto.fromUser(User user)
           
 UserProfileDto UserDto.getProfile()
           
 

Methods in org.camunda.bpm.engine.rest.dto.identity that return types with arguments of type UserProfileDto
static List<UserProfileDto> UserProfileDto.fromUserList(List<User> sourceList)
           
 

Methods in org.camunda.bpm.engine.rest.dto.identity with parameters of type UserProfileDto
 void UserDto.setProfile(UserProfileDto profile)
           
 

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

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

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

Methods in org.camunda.bpm.engine.rest.sub.identity that return UserProfileDto
 UserProfileDto UserResource.getUserProfile(javax.ws.rs.core.UriInfo context)
           
 

Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type UserProfileDto
 void UserResource.updateProfile(UserProfileDto profile)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.identity.impl that return UserProfileDto
 UserProfileDto UserResourceImpl.getUserProfile(javax.ws.rs.core.UriInfo context)
           
 

Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type UserProfileDto
 void UserResourceImpl.updateProfile(UserProfileDto profile)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.