Class UnknownOperation

java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.UnknownOperation

public class UnknownOperation extends AbstractOperation
An operation that is unknown to the current OpenRefine instance, but might be interpretable by another instance (for instance, a later version of OpenRefine, or using an extension). This class holds the JSON serialization of the operation, in the interest of being able to serialize it later, hence avoiding to discard it and lose metadata.
Author:
Antonin Delpeuch