Uses of Class
com.google.refine.process.Process
Packages that use Process
Package
Description
-
Uses of Process in com.google.refine.commands
Methods in com.google.refine.commands with parameters of type ProcessModifier and TypeMethodDescriptionprotected static voidCommand.performProcessAndRespond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Project project, Process process) -
Uses of Process in com.google.refine.commands.cell
Subclasses of Process in com.google.refine.commands.cell -
Uses of Process in com.google.refine.commands.recon
Subclasses of Process in com.google.refine.commands.reconModifier and TypeClassDescriptionprotected static classprotected static class -
Uses of Process in com.google.refine.commands.row
Subclasses of Process in com.google.refine.commands.rowModifier and TypeClassDescriptionprotected static classprotected static class -
Uses of Process in com.google.refine.history
Subclasses of Process in com.google.refine.history -
Uses of Process in com.google.refine.model
Methods in com.google.refine.model that return ProcessModifier and TypeMethodDescriptionAbstractOperation.createProcess(Project project, Properties options) -
Uses of Process in com.google.refine.operations.column
Subclasses of Process in com.google.refine.operations.columnModifier and TypeClassDescriptionclassMethods in com.google.refine.operations.column that return ProcessModifier and TypeMethodDescriptionColumnAdditionByFetchingURLsOperation.createProcess(Project project, Properties options) -
Uses of Process in com.google.refine.operations.recon
Subclasses of Process in com.google.refine.operations.reconModifier and TypeClassDescriptionclassclassMethods in com.google.refine.operations.recon that return ProcessModifier and TypeMethodDescriptionExtendDataOperation.createProcess(Project project, Properties options) ReconOperation.createProcess(Project project, Properties options) -
Uses of Process in com.google.refine.process
Subclasses of Process in com.google.refine.processFields in com.google.refine.process with type parameters of type ProcessMethods in com.google.refine.process with parameters of type ProcessModifier and TypeMethodDescriptionvoidProcessManager.onDoneProcess(Process p) voidProcessManager.onFailedProcess(Process p, Exception exception) voidProcessManager.onFailedProcess(Process p, List<Exception> exceptions) ProcessManager.queueProcess(Process process)