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 GridPreservationHistoryEntry. gridPreservationMethods in org.openrefine.history that return GridPreservation Modifier and Type Method Description GridPreservationHistoryEntry. getGridPreservation()GridPreservationHistory. undoRedo(long lastDoneEntryID)Rewinds or brings the history forward.static GridPreservationGridPreservation. 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 GridPreservationChangeResult. gridPreservationMethods in org.openrefine.operations that return GridPreservation Modifier and Type Method Description GridPreservationChangeResult. 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) 
 -