Uses of Class
com.google.refine.model.AbstractOperation
Packages that use AbstractOperation
Package
Description
-
Uses of AbstractOperation in com.google.refine.commands
Methods in com.google.refine.commands that return AbstractOperationModifier and TypeMethodDescriptionprotected abstract AbstractOperationEngineDependentCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) -
Uses of AbstractOperation in com.google.refine.commands.cell
Methods in com.google.refine.commands.cell that return AbstractOperationModifier and TypeMethodDescriptionprotected AbstractOperationBlankDownCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationFillDownCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationMassEditCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationTextTransformCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) -
Uses of AbstractOperation in com.google.refine.commands.column
Methods in com.google.refine.commands.column that return AbstractOperationModifier and TypeMethodDescriptionprotected AbstractOperationAddColumnByFetchingURLsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationAddColumnCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReorderColumnsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationSplitColumnCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) -
Uses of AbstractOperation in com.google.refine.commands.history
Methods in com.google.refine.commands.history that return AbstractOperation -
Uses of AbstractOperation in com.google.refine.commands.recon
Methods in com.google.refine.commands.recon that return AbstractOperationModifier and TypeMethodDescriptionprotected AbstractOperationExtendDataCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconcileCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconClearSimilarCellsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconCopyAcrossColumnsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconDiscardJudgmentsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconJudgeSimilarCellsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconMarkNewTopicsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconMatchBestCandidatesCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconMatchSpecificTopicCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReconUseValuesAsIdentifiersCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) -
Uses of AbstractOperation in com.google.refine.commands.row
Methods in com.google.refine.commands.row that return AbstractOperationModifier and TypeMethodDescriptionprotected AbstractOperationAnnotateRowsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationRemoveRowsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) protected AbstractOperationReorderRowsCommand.createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) -
Uses of AbstractOperation in com.google.refine.history
Fields in com.google.refine.history declared as AbstractOperationConstructors in com.google.refine.history with parameters of type AbstractOperationModifierConstructorDescriptionprotectedHistoryEntry(long id, long projectID, String description, AbstractOperation operation) protectedHistoryEntry(long id, long projectID, String description, AbstractOperation operation, OffsetDateTime time) HistoryEntry(long id, Project project, String description, AbstractOperation operation, Change change) -
Uses of AbstractOperation in com.google.refine.operations
Subclasses of AbstractOperation in com.google.refine.operationsModifier and TypeClassDescriptionclassclassclassAn 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).Fields in com.google.refine.operations with type parameters of type AbstractOperationModifier and TypeFieldDescriptionstatic final Map<Class<? extends AbstractOperation>,String> OperationRegistry.s_opClassToNamestatic final Map<String,List<Class<? extends AbstractOperation>>> OperationRegistry.s_opNameToClassMethods in com.google.refine.operations that return types with arguments of type AbstractOperationModifier and TypeMethodDescriptionstatic Class<? extends AbstractOperation>OperationRegistry.resolveOperationId(String op) Method parameters in com.google.refine.operations with type arguments of type AbstractOperationModifier and TypeMethodDescriptionstatic voidOperationRegistry.registerOperation(edu.mit.simile.butterfly.ButterflyModule module, String name, Class<? extends AbstractOperation> klass) -
Uses of AbstractOperation in com.google.refine.operations.cell
Subclasses of AbstractOperation in com.google.refine.operations.cellModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of AbstractOperation in com.google.refine.operations.column
Subclasses of AbstractOperation in com.google.refine.operations.columnModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of AbstractOperation in com.google.refine.operations.recon
Subclasses of AbstractOperation in com.google.refine.operations.reconModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of AbstractOperation in com.google.refine.operations.row
Subclasses of AbstractOperation in com.google.refine.operations.rowModifier and TypeClassDescriptionclassclassclassclassclass