| Package | Description |
|---|---|
| com.atlassian.confluence.impl.index.amq | |
| com.atlassian.confluence.impl.index.popularity |
| Constructor and Description |
|---|
IndexAllPopularityInfoAction(LikeEntityDao likeEntityDao,
BiConsumer<PopularityInfo,Long> indexAction) |
| Modifier and Type | Method and Description |
|---|---|
static PopularityInfo |
PopularityInfo.createComment(Comment comment) |
static PopularityInfo |
PopularityInfo.createContent(ContentEntityObject content) |
static PopularityInfo |
PopularityInfo.createLike(ContentEntityObject content,
ConfluenceUser user,
Instant creationDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
PopularityInfoIndexAction.accept(PopularityInfo info,
Long version) |
Iterable<Field> |
PopularityInfoExtractor.extract(PopularityInfo info) |
org.elasticsearch.common.xcontent.XContentBuilder |
PopularityInfoDocumentBuilder.getDocument(PopularityInfo info) |
| Constructor and Description |
|---|
PopularityInfoDocumentBuilder(FieldsExtractor<PopularityInfo> extractor) |
PopularityInfoIndexAction(ESIndexRequestProcessor processor,
ESDocumentBuilder<PopularityInfo> documentBuilder) |
Copyright © 2003–2016 Atlassian. All rights reserved.