|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserDto | |
|---|---|
| com.atlassian.confluence.plugins.edgeindex.rest | |
| com.atlassian.confluence.plugins.rest.dto | This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin. |
| Uses of UserDto in com.atlassian.confluence.plugins.edgeindex.rest |
|---|
| Methods in com.atlassian.confluence.plugins.edgeindex.rest that return UserDto | |
|---|---|
UserDto |
StreamItem.getAuthor()
|
| Methods in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type UserDto | |
|---|---|
void |
StreamItem.setAuthor(UserDto author)
|
| Constructors in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type UserDto | |
|---|---|
StreamItem(long id,
java.lang.String title,
java.lang.String url,
UserDto author,
java.lang.String friendlyDate,
int numberOfLikes,
int numberOfComments,
java.util.List<CountItem> counts)
|
|
| Uses of UserDto in com.atlassian.confluence.plugins.rest.dto |
|---|
| Methods in com.atlassian.confluence.plugins.rest.dto that return UserDto | |
|---|---|
UserDto |
StreamItem.getAuthor()
|
UserDto |
UserDtoFactoryImpl.getUserDto(ConfluenceUser targetUser)
|
UserDto |
UserDtoFactory.getUserDto(ConfluenceUser user)
|
UserDto |
UserDtoFactoryImpl.getUserDto(java.lang.String username)
Deprecated. |
UserDto |
UserDtoFactory.getUserDto(java.lang.String username)
Deprecated. since 5.3. See UserDtoFactory.getUserDto(ConfluenceUser) instead. |
| Methods in com.atlassian.confluence.plugins.rest.dto with parameters of type UserDto | |
|---|---|
void |
StreamItem.setAuthor(UserDto author)
|
| Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type UserDto | |
|---|---|
StreamItem(long id,
java.lang.String title,
java.lang.String url,
UserDto author,
java.lang.String friendlyDate,
int numberOfLikes,
int numberOfComments)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||