|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopularContentExcerptDto | |
---|---|
com.atlassian.confluence.plugins.dailysummary.content.popular |
Uses of PopularContentExcerptDto in com.atlassian.confluence.plugins.dailysummary.content.popular |
---|
Methods in com.atlassian.confluence.plugins.dailysummary.content.popular that return PopularContentExcerptDto | |
---|---|
PopularContentExcerptDto |
PopularContentExcerptDto.Builder.build()
|
PopularContentExcerptDto |
PopularContentDtoFactory.createExcerpt(ContentEntityObject page,
com.atlassian.user.User user,
java.util.Date date)
|
PopularContentExcerptDto |
DefaultPopularContentDtoFactory.createExcerpt(ContentEntityObject content,
com.atlassian.user.User user,
java.util.Date date)
|
Methods in com.atlassian.confluence.plugins.dailysummary.content.popular that return types with arguments of type PopularContentExcerptDto | |
---|---|
java.util.List<PopularContentExcerptDto> |
PopularContentManager.getPopularContent(ConfluenceUser user,
java.util.Date date,
Space space,
int maxResults,
int numberOfDays)
Creates a list with popular content excerpt DTOs that have been active in the last number of days. |
java.util.List<PopularContentExcerptDto> |
DefaultPopularContentManager.getPopularContent(ConfluenceUser user,
java.util.Date date,
Space space,
int maxResults,
int numDays)
|
java.util.List<PopularContentExcerptDto> |
PopularContentManager.getPopularContent(com.atlassian.user.User user,
java.util.Date date,
Space space,
int maxResults,
int numberOfDays)
Deprecated. since 5.2. Use PopularContentManager.getPopularContent(com.atlassian.confluence.user.ConfluenceUser, java.util.Date, com.atlassian.confluence.spaces.Space, int, int) instead. |
java.util.List<PopularContentExcerptDto> |
DefaultPopularContentManager.getPopularContent(com.atlassian.user.User user,
java.util.Date date,
Space space,
int maxResults,
int numDays)
Deprecated. |
java.util.List<PopularContentExcerptDto> |
PopularContentContext.getPopularContentExcerpts()
|
Method parameters in com.atlassian.confluence.plugins.dailysummary.content.popular with type arguments of type PopularContentExcerptDto | |
---|---|
void |
PopularContentContext.setPopularContentExcerpts(java.util.List<PopularContentExcerptDto> popularContentExcerpts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |