public class RunScriptProcess extends BaseProcess
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE |
static int |
DONT_READ_SUB_SCRIPT |
static String |
PARENT_RECORD |
m_propertiesm_messageFilterList, m_recordOwnerCollection, m_taskParent, m_vRecordListMASTER, SLAVE| Constructor and Description |
|---|
RunScriptProcess()
Default constructor.
|
RunScriptProcess(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(Script recScript,
Map<String,Object> properties)
DoCommand Method.
|
int |
doCopyDataCommand(Script recScript,
Map<String,Object> properties)
DoCopyDataCommand Method.
|
int |
doCopyFieldsCommand(Script recScript,
Map<String,Object> properties)
DoCopyFieldsCommand Method.
|
int |
doCopyFilesCommand(Script recScript,
Map<String,Object> properties)
DoCopyFilesCommand Method.
|
int |
doCopyRecordsCommand(Script recScript,
Map<String,Object> properties)
DoCopyRecordsCommand Method.
|
int |
doRunCommand(Script recScript,
Map<String,Object> properties)
DoRunCommand Method.
|
int |
doSeekCommand(Script recScript,
Map<String,Object> properties)
DoSeekCommand Method.
|
int |
doSubScriptCommands(Script recScript,
Map<String,Object> properties)
DoSubScriptCommands Method.
|
Record |
getMainRecord()
Get the main record for this screen.
|
Record |
getRecord(String strFileName)
Lookup this record for this recordowner.
|
void |
init(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Initialize class fields.
|
Record |
openMainRecord()
Open the main file.
|
boolean |
processDetail(Record parent,
String strSourcePath,
String strDestPath)
ProcessDetail Method.
|
void |
run()
Run Method.
|
void |
runDetail()
RunDetail Method.
|
free, getProperties, getProperty, handleMessage, retrieveUserProperties, setProperties, setPropertyaddDatabase, addListenerMessageFilter, addListeners, addRecord, addRecord, addRecordOwner, addScreenRecord, getDatabase, getDatabaseOwner, getEnvironment, getListenerMessageFilter, getMasterSlave, getParentRecordOwner, getScreenRecord, getTask, init, isBatch, isThinListener, openOtherRecords, removeDatabase, removeListenerMessageFilter, removeRecord, removeRecordOwner, setScreenRecordpublic static final String CODE
public static final String PARENT_RECORD
public static final int DONT_READ_SUB_SCRIPT
public RunScriptProcess()
public RunScriptProcess(RecordOwnerParent taskParent, Record recordMain, Map<String,Object> properties)
public void init(RecordOwnerParent taskParent, Record recordMain, Map<String,Object> properties)
init in class BaseProcesspublic Record openMainRecord()
openMainRecord in class BaseRecordOwnerpublic Record getMainRecord()
getMainRecord in interface RecordOwnergetMainRecord in interface RecordOwnerModelgetMainRecord in class BaseRecordOwnerpublic Record getRecord(String strFileName)
getRecord in interface RecordOwnergetRecord in interface RecordOwnerModelgetRecord in class BaseRecordOwnerThe - record's name.public void run()
run in class BaseProcesspublic int doSubScriptCommands(Script recScript, Map<String,Object> properties)
public int doRunCommand(Script recScript, Map<String,Object> properties)
public int doSeekCommand(Script recScript, Map<String,Object> properties)
public int doCopyRecordsCommand(Script recScript, Map<String,Object> properties)
public int doCopyFieldsCommand(Script recScript, Map<String,Object> properties)
public int doCopyFilesCommand(Script recScript, Map<String,Object> properties)
public int doCopyDataCommand(Script recScript, Map<String,Object> properties)
public void runDetail()
Copyright © 2015 jbundle.org. All Rights Reserved.