| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UserDto |
StreamItem.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamItem.setAuthor(UserDto author) |
| Constructor and Description |
|---|
StreamItem(long id,
String title,
String url,
UserDto author,
String friendlyDate,
int numberOfLikes,
int numberOfComments,
List<CountItem> counts) |
| Modifier and Type | Method and Description |
|---|---|
UserDto |
StreamItem.getAuthor() |
UserDto |
UserDtoFactoryImpl.getUserDto(ConfluenceUser targetUser) |
UserDto |
UserDtoFactory.getUserDto(ConfluenceUser user) |
UserDto |
UserDtoFactoryImpl.getUserDto(String username)
Deprecated.
|
UserDto |
UserDtoFactory.getUserDto(String username)
Deprecated.
since 5.3. See
UserDtoFactory.getUserDto(ConfluenceUser) instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamItem.setAuthor(UserDto author) |
| Constructor and Description |
|---|
StreamItem(long id,
String title,
String url,
UserDto author,
String friendlyDate,
int numberOfLikes,
int numberOfComments) |
Copyright © 2003–2016 Atlassian. All rights reserved.