ru.biosoft.access
Interface CreateDataCollectionController

All Known Implementing Classes:
CreateDataCollectionDefaultController

public interface CreateDataCollectionController

Control process of creating data collection.

Version:
1.0
Author:
DevelopmentOnTheEdge

Field Summary
static int CANCEL
          Constant for cancel operation.
static int OVERWRITE_ALL
          Constant for enable overwrite all files.
static int OVERWRITE_ONE
          Constant for enable overwrite one file.
static int REMOVE_ALL
          Constant indicating that all old files should be removed.
 
Method Summary
 int fileAlreadyExists(java.io.File file)
          Control of creating data collection when file overwriting needed.
 FunctionJobControl getJobControl()
          Returns job control for process of collection creating.
 int getLastAnswer()
           
 void setJobControl(FunctionJobControl jc)
          Set job control for process of collection creating.
 

Field Detail

CANCEL

public static final int CANCEL
Constant for cancel operation.

See Also:
Constant Field Values

OVERWRITE_ONE

public static final int OVERWRITE_ONE
Constant for enable overwrite one file.

See Also:
Constant Field Values

OVERWRITE_ALL

public static final int OVERWRITE_ALL
Constant for enable overwrite all files.

See Also:
Constant Field Values

REMOVE_ALL

public static final int REMOVE_ALL
Constant indicating that all old files should be removed.

See Also:
Constant Field Values
Method Detail

fileAlreadyExists

public int fileAlreadyExists(java.io.File file)
Control of creating data collection when file overwriting needed.

Parameters:
file - File which will be overwritten.
Returns:
Constant for control creating of data collection.
See Also:
CANCEL, OVERWRITE_ONE, OVERWRITE_ALL

getLastAnswer

public int getLastAnswer()

setJobControl

public void setJobControl(FunctionJobControl jc)
Set job control for process of collection creating.

Parameters:
jc - Job control.

getJobControl

public FunctionJobControl getJobControl()
Returns job control for process of collection creating.

Returns:
Job control for process of collection creating.


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.