Uses of Class
org.xwiki.extension.job.history.ExtensionJobHistoryRecord
-
Packages that use ExtensionJobHistoryRecord Package Description org.xwiki.extension.job.history -
-
Uses of ExtensionJobHistoryRecord in org.xwiki.extension.job.history
Methods in org.xwiki.extension.job.history that return ExtensionJobHistoryRecord Modifier and Type Method Description ExtensionJobHistoryRecord
ReplayJobStatus. getCurrentRecord()
Methods in org.xwiki.extension.job.history that return types with arguments of type ExtensionJobHistoryRecord Modifier and Type Method 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>
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>
ReplayRequest. getRecords()
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.Methods in org.xwiki.extension.job.history with parameters of type ExtensionJobHistoryRecord Modifier and Type Method 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.Method parameters in org.xwiki.extension.job.history with type arguments of type ExtensionJobHistoryRecord Modifier and Type Method 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.
-