Class UpdateTableProcessImpl
java.lang.Object
org.gvsig.app.extension.updatetable.UpdateTableProcessImpl
- All Implemented Interfaces:
Runnable,UpdateTableProcess
- Author:
- jjdelcerro
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUpdateTableProcessImpl(UpdateTableProcessParameters parameters, org.gvsig.tools.task.SimpleTaskStatus status, Runnable postprocess) -
Method Summary
-
Field Details
-
LOGGER
protected final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
UpdateTableProcessImpl
public UpdateTableProcessImpl() -
UpdateTableProcessImpl
public UpdateTableProcessImpl(UpdateTableProcessParameters parameters, org.gvsig.tools.task.SimpleTaskStatus status, Runnable postprocess)
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceUpdateTableProcess
-
run
public void run()- Specified by:
runin interfaceRunnable- Specified by:
runin interfaceUpdateTableProcess
-
update_editeds
public void update_editeds() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
update_selection
public void update_selection() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
update_all
public void update_all() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
parameters
- Specified by:
parametersin interfaceUpdateTableProcess
-
status
- Specified by:
statusin interfaceUpdateTableProcess
-
postProcess
- Specified by:
postProcessin interfaceUpdateTableProcess
-
createParameters
- Specified by:
createParametersin interfaceUpdateTableProcess
-
output
public org.gvsig.expressionevaluator.SymbolTable output()- Specified by:
outputin interfaceUpdateTableProcess
-