public class BaseProcessRecords extends BaseProcess
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
classProjectIDs |
protected Map<String,String> |
classProjectNames |
protected Map<String,String> |
classProjectPackages |
m_propertiesm_messageFilterList, m_recordOwnerCollection, m_taskParent, m_vRecordListMASTER, SLAVE| Constructor and Description |
|---|
BaseProcessRecords()
Default constructor.
|
BaseProcessRecords(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableAllListeners(Record record)
DisableAllListeners Method.
|
String |
getFullPackageName(String classProjectID,
String classPackageName)
GetFullPackageName Method.
|
Record |
getThisRecord(String strRecord,
String strPackage,
String strDBName)
Get this record.
|
boolean |
includeRecord(Record recFileHdr,
Record recClassInfo,
String strPackage)
Include this record?.
|
void |
init(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Initialize class fields.
|
Record |
openMainRecord()
Open the main file.
|
void |
openOtherRecords()
Open the other files.
|
String |
patternToRegex(String string)
Kind of convert file filter to regex.
|
void |
processAllRecords(String strPackage)
Export/import/process the records in this record class.
|
boolean |
processThisRecord(Record record)
Process this record.
|
void |
run()
Run Method.
|
free, getProperties, getProperty, handleMessage, retrieveUserProperties, setProperties, setPropertyaddDatabase, addListenerMessageFilter, addListeners, addRecord, addRecord, addRecordOwner, addScreenRecord, getDatabase, getDatabaseOwner, getEnvironment, getListenerMessageFilter, getMainRecord, getMasterSlave, getParentRecordOwner, getRecord, getScreenRecord, getTask, init, isBatch, isThinListener, removeDatabase, removeListenerMessageFilter, removeRecord, removeRecordOwner, setScreenRecordpublic BaseProcessRecords()
public BaseProcessRecords(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 void openOtherRecords()
openOtherRecords in class BaseRecordOwnerpublic void run()
run in class BaseProcesspublic boolean processThisRecord(Record record)
public void processAllRecords(String strPackage)
public Record getThisRecord(String strRecord, String strPackage, String strDBName)
public boolean includeRecord(Record recFileHdr, Record recClassInfo, String strPackage)
public void disableAllListeners(Record record)
Copyright © 2015 jbundle.org. All Rights Reserved.