public class CleanDatProcess
extends java.lang.Object
implements java.lang.Runnable
CleanDatForm| Constructor and Description |
|---|
CleanDatProcess(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
Constructor that provides the workspace id and the form that owns this process.
|
| Modifier and Type | Method and Description |
|---|---|
int |
fixArrayIndices(int wid,
java.lang.String tableName) |
void |
run()
Run method for executing the threaded task of this class.
|
boolean |
UpdateImageSizes() |
public CleanDatProcess(java.lang.String workspaces_id,
WorkspaceForm ownedBy)
workspaces_id - A valid workspace id.ownedBy - The form that own this form.