Package org.openrefine.overlay
Interface OverlayModel
-
- All Known Implementing Classes:
UnknownOverlayModel
,WikibaseSchema
public interface OverlayModel
Overlay models must be serializable and deserializable with Jackson. It is possible to have access to the project at deserialization time by adding the corresponding parameter to the JSON creator with @JacksonInject("project").
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
dispose(Project project)
default void
onAfterSave(Project project)
default void
onBeforeSave(Project project)
-