Uses of Class
org.openrefine.history.GridPreservation
-
Packages that use GridPreservation Package Description org.openrefine.history org.openrefine.operations -
-
Uses of GridPreservation in org.openrefine.history
Fields in org.openrefine.history declared as GridPreservation Modifier and Type Field Description protected GridPreservation
HistoryEntry. gridPreservation
Methods in org.openrefine.history that return GridPreservation Modifier and Type Method Description GridPreservation
HistoryEntry. getGridPreservation()
GridPreservation
History. undoRedo(long lastDoneEntryID)
Rewinds or brings the history forward.static GridPreservation
GridPreservation. valueOf(String name)
Returns the enum constant of this type with the specified name.static GridPreservation[]
GridPreservation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openrefine.history with parameters of type GridPreservation Constructor Description HistoryEntry(long id, Operation operation, OffsetDateTime time, GridPreservation gridPreservation)
HistoryEntry(long id, Operation operation, GridPreservation gridPreservation)
-
Uses of GridPreservation in org.openrefine.operations
Fields in org.openrefine.operations declared as GridPreservation Modifier and Type Field Description protected GridPreservation
ChangeResult. gridPreservation
Methods in org.openrefine.operations that return GridPreservation Modifier and Type Method Description GridPreservation
ChangeResult. getGridPreservation()
Constructors in org.openrefine.operations with parameters of type GridPreservation Constructor Description ChangeResult(Grid grid, GridPreservation gridPreservation, List<FacetConfig> createdFacets, DagSlice dagSlice)
ChangeResult(Grid grid, GridPreservation gridPreservation, DagSlice dagSlice)
-