| Package | Description |
|---|---|
| org.xwiki.extension.job.history |
| Modifier and Type | Method and Description |
|---|---|
ExtensionJobHistoryRecord |
ReplayJobStatus.getCurrentRecord() |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionJobHistoryRecord> |
ExtensionJobHistorySerializer.clone(List<ExtensionJobHistoryRecord> records)
Clones a list of history records by serializing and deserializing it.
|
List<ExtensionJobHistoryRecord> |
ExtensionJobHistorySerializer.deserialize(String serializedRecords)
Deserializes a list of history records.
|
List<ExtensionJobHistoryRecord> |
ReplayRequest.getRecords() |
List<ExtensionJobHistoryRecord> |
ExtensionJobHistory.getRecords(org.apache.commons.collections4.Predicate<ExtensionJobHistoryRecord> filter,
String offsetRecordId,
int limit)
Returns the history records that match the given filter after the specified offset record.
|
List<ExtensionJobHistoryRecord> |
ExtensionJobHistorySerializer.read(File historyFile)
Deserializes all the history records that have been serialized in the given file.
|
List<ExtensionJobHistoryRecord> |
ExtensionJobHistorySerializer.read(Reader reader)
Deserializes a list of history records from a given reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionJobHistory.addRecord(ExtensionJobHistoryRecord record)
Adds a new record to the history.
|
void |
ExtensionJobHistorySerializer.append(ExtensionJobHistoryRecord record,
File historyFile)
Appends the serialization of a given history record to a specified partial history file.
|
String |
ExtensionJobHistorySerializer.serialize(ExtensionJobHistoryRecord record)
Serializes a given history record.
|
void |
ExtensionJobHistorySerializer.write(ExtensionJobHistoryRecord record,
Writer writer)
Serializes a given history record and passes the result to the given writer.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionJobHistoryRecord> |
ExtensionJobHistorySerializer.clone(List<ExtensionJobHistoryRecord> records)
Clones a list of history records by serializing and deserializing it.
|
List<ExtensionJobHistoryRecord> |
ExtensionJobHistory.getRecords(org.apache.commons.collections4.Predicate<ExtensionJobHistoryRecord> filter,
String offsetRecordId,
int limit)
Returns the history records that match the given filter after the specified offset record.
|
void |
ReplayRequest.setRecords(List<ExtensionJobHistoryRecord> records)
Sets the list of history records to replay.
|
Copyright © 2004–2015 XWiki. All rights reserved.