public class UpdateTableProcessImpl extends java.lang.Object implements UpdateTableProcess
Modifier and Type | Field and Description |
---|---|
protected Logger |
LOGGER |
Constructor and Description |
---|
UpdateTableProcessImpl() |
UpdateTableProcessImpl(UpdateTableProcessParameters parameters,
SimpleTaskStatus status,
java.lang.Runnable postprocess) |
Modifier and Type | Method and Description |
---|---|
UpdateTableProcessParameters |
createParameters() |
SymbolTable |
output() |
UpdateTableProcess |
parameters(UpdateTableProcessParameters params) |
UpdateTableProcess |
postProcess(java.lang.Runnable postProcess) |
void |
run() |
void |
start() |
UpdateTableProcess |
status(SimpleTaskStatus taskStatus) |
void |
update_all() |
void |
update_editeds() |
void |
update_selection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createProcess
public UpdateTableProcessImpl()
public UpdateTableProcessImpl(UpdateTableProcessParameters parameters, SimpleTaskStatus status, java.lang.Runnable postprocess)
public void start()
start
in interface UpdateTableProcess
public void run()
run
in interface java.lang.Runnable
run
in interface UpdateTableProcess
public void update_editeds() throws DataException
DataException
public void update_selection() throws DataException
DataException
public void update_all() throws DataException
DataException
public UpdateTableProcess parameters(UpdateTableProcessParameters params)
parameters
in interface UpdateTableProcess
public UpdateTableProcess status(SimpleTaskStatus taskStatus)
status
in interface UpdateTableProcess
public UpdateTableProcess postProcess(java.lang.Runnable postProcess)
postProcess
in interface UpdateTableProcess
public UpdateTableProcessParameters createParameters()
createParameters
in interface UpdateTableProcess
public SymbolTable output()
output
in interface UpdateTableProcess