Uses of Class
com.atlassian.confluence.plugins.mobile.dto.UserDto

Packages that use UserDto
com.atlassian.confluence.plugins.mobile.dto   
com.atlassian.confluence.plugins.mobile.rest.model   
com.atlassian.confluence.plugins.mobile.servlet   
 

Uses of UserDto in com.atlassian.confluence.plugins.mobile.dto
 

Methods in com.atlassian.confluence.plugins.mobile.dto that return UserDto
 UserDto CommentDto.getAuthor()
           
 UserDto UserDtoFactory.getUserDto(String username)
           
 

Constructors in com.atlassian.confluence.plugins.mobile.dto with parameters of type UserDto
CommentDto(long id, UserDto author, String body, String friendlyDate)
           
 

Uses of UserDto in com.atlassian.confluence.plugins.mobile.rest.model
 

Constructors in com.atlassian.confluence.plugins.mobile.rest.model with parameters of type UserDto
RestUser(UserDto userDto)
           
 

Uses of UserDto in com.atlassian.confluence.plugins.mobile.servlet
 

Methods in com.atlassian.confluence.plugins.mobile.servlet that return UserDto
 UserDto ViewContentServlet.ContentDto.getAuthor()
           
 

Constructors in com.atlassian.confluence.plugins.mobile.servlet with parameters of type UserDto
ViewContentServlet.ContentDto(String title, String body, UserDto author, String friendlyCreationDate)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.