Package | Description |
---|---|
com.atlassian.confluence.api.service.journal | |
com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
Modifier and Type | Method and Description |
---|---|
static <V> EntryProcessorResult<V> |
EntryProcessorResult.failure(V result,
long failedEntryId)
Create a result after a processing failure.
|
static <V> EntryProcessorResult<V> |
EntryProcessorResult.partial(V result,
long lastSuccessfulId)
Create a result after having successfully processed some of the entries.
|
static <V> EntryProcessorResult<V> |
EntryProcessorResult.success(V result)
Create result after having successfully processed all entries.
|
Modifier and Type | Method and Description |
---|---|
<V> V |
JournalService.processEntries(@NonNull JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
Deprecated.
since 7.0.1. Use
JournalService.processNewEntries(JournalIdentifier, int, Function) |
Modifier and Type | Method and Description |
---|---|
<V> V |
JournalManager.processEntries(@NonNull JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
Deprecated.
since 7.0.1. Use
JournalManager.processNewEntries(JournalIdentifier, int, Function) |
Copyright © 2003–2019 Atlassian. All rights reserved.