Uses of Class
org.camunda.bpm.cycle.web.dto.UserDTO

Packages that use UserDTO
org.camunda.bpm.cycle.web.dto Classes meant for JSON serialization and query data aggregation. 
org.camunda.bpm.cycle.web.service   
org.camunda.bpm.cycle.web.service.resource   
 

Uses of UserDTO in org.camunda.bpm.cycle.web.dto
 

Methods in org.camunda.bpm.cycle.web.dto that return UserDTO
static UserDTO UserDTO.wrap(User user)
           
 

Methods in org.camunda.bpm.cycle.web.dto that return types with arguments of type UserDTO
static List<UserDTO> UserDTO.wrapAll(List<User> users)
           
 

Uses of UserDTO in org.camunda.bpm.cycle.web.service
 

Methods in org.camunda.bpm.cycle.web.service that return UserDTO
 UserDTO DefaultService.currentUser(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.camunda.bpm.cycle.web.service with parameters of type UserDTO
 String InitialConfigurationService.createInitialUser(UserDTO data)
           
 

Uses of UserDTO in org.camunda.bpm.cycle.web.service.resource
 

Methods in org.camunda.bpm.cycle.web.service.resource that return UserDTO
 UserDTO UserService.create(UserDTO data)
           
 UserDTO UserService.get(long id)
           
 UserDTO UserService.update(UserDTO data)
           
 

Methods in org.camunda.bpm.cycle.web.service.resource that return types with arguments of type UserDTO
 List<UserDTO> UserService.list()
          $resource specific methods
 

Methods in org.camunda.bpm.cycle.web.service.resource with parameters of type UserDTO
 UserDTO UserService.create(UserDTO data)
           
 UserDTO UserService.update(UserDTO data)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.