Package com.google.refine.operations
Class UnknownOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.UnknownOperation
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBriefDescription(Project project) voidsetAttribute(String key, Object value) Methods inherited from class com.google.refine.model.AbstractOperation
createHistoryEntry, createProcess, getJsonDescription
-
Constructor Details
-
UnknownOperation
-
-
Method Details
-
setAttribute
-
getAttributes
-
getOperationId
- Overrides:
getOperationIdin classAbstractOperation
-
getBriefDescription
- Overrides:
getBriefDescriptionin classAbstractOperation
-