Package org.openrefine.commands.history
Class GetOperationsCommand.SimpleHistoryEntry
- java.lang.Object
-
- org.openrefine.commands.history.GetOperationsCommand.SimpleHistoryEntry
-
- Enclosing class:
- GetOperationsCommand
protected static class GetOperationsCommand.SimpleHistoryEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoryEntry
entry
-
Constructor Summary
Constructors Constructor Description SimpleHistoryEntry(HistoryEntry e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Operation
getOperation()
-
-
-
Field Detail
-
entry
protected HistoryEntry entry
-
-
Constructor Detail
-
SimpleHistoryEntry
public SimpleHistoryEntry(HistoryEntry e)
-
-