Uses of Class
org.openrefine.history.HistoryEntry
-
Packages that use HistoryEntry Package Description org.openrefine.commands org.openrefine.commands.history org.openrefine.history -
-
Uses of HistoryEntry in org.openrefine.commands
Fields in org.openrefine.commands declared as HistoryEntry Modifier and Type Field Description protected HistoryEntry
Command.HistoryEntryResponse. historyEntry
Constructors in org.openrefine.commands with parameters of type HistoryEntry Constructor Description HistoryEntryResponse(HistoryEntry entry)
-
Uses of HistoryEntry in org.openrefine.commands.history
Fields in org.openrefine.commands.history declared as HistoryEntry Modifier and Type Field Description protected HistoryEntry
GetOperationsCommand.SimpleHistoryEntry. entry
Constructors in org.openrefine.commands.history with parameters of type HistoryEntry Constructor Description SimpleHistoryEntry(HistoryEntry e)
Constructor parameters in org.openrefine.commands.history with type arguments of type HistoryEntry Constructor Description HistoryEntries(List<HistoryEntry> entries)
-
Uses of HistoryEntry in org.openrefine.history
Fields in org.openrefine.history with type parameters of type HistoryEntry Modifier and Type Field Description protected List<HistoryEntry>
History. _entries
protected List<HistoryEntry>
HistoryEntryManager.Metadata. entries
Methods in org.openrefine.history that return HistoryEntry Modifier and Type Method Description protected HistoryEntry
History. getEntry(long entryID)
HistoryEntry
OperationApplicationResult. getHistoryEntry()
static HistoryEntry
HistoryEntry. load(String s)
Methods in org.openrefine.history that return types with arguments of type HistoryEntry Modifier and Type Method Description List<HistoryEntry>
History. getEntries()
List<HistoryEntry>
History. getLastPastEntries(int count)
Constructors in org.openrefine.history with parameters of type HistoryEntry Constructor Description OperationApplicationResult(HistoryEntry historyEntry, ChangeResult changeResult)
Construct an instance representing a successful application.Constructor parameters in org.openrefine.history with type arguments of type HistoryEntry Constructor Description History(Grid initialGrid, ChangeDataStore dataStore, GridCache gridStore, List<HistoryEntry> entries, int position, long projectId)
Constructs a history with an initial grid and a list of history entries.
-