Uses of Class
com.google.refine.history.HistoryEntry
Packages that use HistoryEntry
Package
Description
-
Uses of HistoryEntry in com.google.refine.commands
Fields in com.google.refine.commands declared as HistoryEntryModifier and TypeFieldDescriptionprotected HistoryEntryCommand.HistoryEntryResponse.historyEntryConstructors in com.google.refine.commands with parameters of type HistoryEntry -
Uses of HistoryEntry in com.google.refine.commands.cell
Fields in com.google.refine.commands.cell declared as HistoryEntryModifier and TypeFieldDescriptionprotected HistoryEntryEditOneCellCommand.EditResult.historyEntryMethods in com.google.refine.commands.cell that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryEditOneCellCommand.EditOneCellProcess.createHistoryEntry(long historyEntryID) Constructors in com.google.refine.commands.cell with parameters of type HistoryEntryModifierConstructorDescriptionprotectedEditResult(String code, HistoryEntry historyEntry, Cell cell, Pool pool) -
Uses of HistoryEntry in com.google.refine.commands.history
Fields in com.google.refine.commands.history declared as HistoryEntryModifier and TypeFieldDescriptionprotected HistoryEntryGetOperationsCommand.SimpleHistoryEntry.entryConstructors in com.google.refine.commands.history with parameters of type HistoryEntryConstructor parameters in com.google.refine.commands.history with type arguments of type HistoryEntry -
Uses of HistoryEntry in com.google.refine.commands.recon
Fields in com.google.refine.commands.recon declared as HistoryEntryModifier and TypeFieldDescriptionprotected HistoryEntryReconClearOneCellCommand.CellResponse.entryMethods in com.google.refine.commands.recon that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryReconClearOneCellCommand.ClearOneCellProcess.createHistoryEntry(long historyEntryID) protected HistoryEntryReconJudgeOneCellCommand.JudgeOneCellProcess.createHistoryEntry(long historyEntryID) Constructors in com.google.refine.commands.recon with parameters of type HistoryEntryModifierConstructorDescriptionprotectedCellResponse(HistoryEntry historyEntry, Cell newCell, Pool newPool) -
Uses of HistoryEntry in com.google.refine.commands.row
Methods in com.google.refine.commands.row that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryAnnotateOneRowCommand.FlagOneRowProcess.createHistoryEntry(long historyEntryID) protected HistoryEntryAnnotateOneRowCommand.StarOneRowProcess.createHistoryEntry(long historyEntryID) -
Uses of HistoryEntry in com.google.refine.history
Fields in com.google.refine.history with type parameters of type HistoryEntryModifier and TypeFieldDescriptionprotected List<HistoryEntry>History._futureEntriesprotected List<HistoryEntry>History._pastEntriesMethods in com.google.refine.history that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryHistory.getEntry(long entryID) static HistoryEntryHistoryProcess.performImmediate()Methods in com.google.refine.history that return types with arguments of type HistoryEntryMethods in com.google.refine.history with parameters of type HistoryEntryModifier and TypeMethodDescriptionvoidHistory.addEntry(HistoryEntry entry) Adds a HistoryEntry to the list of past histories Adding a new entry clears all currently held future historiesvoidHistoryEntryManager.delete(HistoryEntry historyEntry) voidHistoryEntryManager.loadChange(HistoryEntry historyEntry) voidHistoryEntryManager.save(HistoryEntry historyEntry, Writer writer, Properties options) voidHistoryEntryManager.saveChange(HistoryEntry historyEntry) -
Uses of HistoryEntry in com.google.refine.io
Methods in com.google.refine.io with parameters of type HistoryEntryModifier and TypeMethodDescriptionvoidFileHistoryEntryManager.delete(HistoryEntry historyEntry) protected FileFileHistoryEntryManager.getChangeFile(HistoryEntry historyEntry) protected FileFileHistoryEntryManager.getHistoryDir(HistoryEntry historyEntry) voidFileHistoryEntryManager.loadChange(HistoryEntry historyEntry) protected voidFileHistoryEntryManager.loadChange(HistoryEntry historyEntry, File file) voidFileHistoryEntryManager.save(HistoryEntry historyEntry, Writer writer, Properties options) voidFileHistoryEntryManager.saveChange(HistoryEntry historyEntry) protected voidFileHistoryEntryManager.saveChange(HistoryEntry historyEntry, File file) -
Uses of HistoryEntry in com.google.refine.model
Methods in com.google.refine.model that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryAbstractOperation.createHistoryEntry(Project project, long historyEntryID) -
Uses of HistoryEntry in com.google.refine.operations
Methods in com.google.refine.operations that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryEngineDependentMassCellOperation.createHistoryEntry(Project project, long historyEntryID) -
Uses of HistoryEntry in com.google.refine.operations.cell
Methods in com.google.refine.operations.cell that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryKeyValueColumnizeOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryMultiValuedCellJoinOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryMultiValuedCellSplitOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryTransposeColumnsIntoRowsOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryTransposeRowsIntoColumnsOperation.createHistoryEntry(Project project, long historyEntryID) -
Uses of HistoryEntry in com.google.refine.operations.column
Methods in com.google.refine.operations.column that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryColumnAdditionOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryColumnMoveOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryColumnRemovalOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryColumnRenameOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryColumnReorderOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryColumnSplitOperation.createHistoryEntry(Project project, long historyEntryID) -
Uses of HistoryEntry in com.google.refine.operations.recon
Methods in com.google.refine.operations.recon that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryReconCopyAcrossColumnsOperation.createHistoryEntry(Project project, long historyEntryID) -
Uses of HistoryEntry in com.google.refine.operations.row
Methods in com.google.refine.operations.row that return HistoryEntryModifier and TypeMethodDescriptionprotected HistoryEntryDenormalizeOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryRowFlagOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryRowRemovalOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryRowReorderOperation.createHistoryEntry(Project project, long historyEntryID) protected HistoryEntryRowStarOperation.createHistoryEntry(Project project, long historyEntryID) -
Uses of HistoryEntry in com.google.refine.process
Fields in com.google.refine.process declared as HistoryEntryMethods in com.google.refine.process that return HistoryEntryModifier and TypeMethodDescriptionprotected abstract HistoryEntryQuickHistoryEntryProcess.createHistoryEntry(long historyEntryID) LongRunningProcess.performImmediate()abstract HistoryEntryProcess.performImmediate()QuickHistoryEntryProcess.performImmediate()ProcessManager.queueProcess(Process process)