public class ConvertID extends BaseProcess
| Modifier and Type | Field and Description |
|---|---|
static int |
BUMP_VALUE |
m_propertiesm_messageFilterList, m_recordOwnerCollection, m_taskParent, m_vRecordListMASTER, SLAVE| Constructor and Description |
|---|
ConvertID()
Constructor.
|
ConvertID(Task taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bumpField(Record record,
BaseField field,
Record recReference) |
void |
bumpID(Record record) |
void |
free()
Free.
|
void |
go() |
void |
init(RecordOwnerParent taskParent,
Record recordMain,
Map<String,Object> properties)
Initialization.
|
boolean |
isChangeToNewID(Record record)
Change this to the new ID?
|
static void |
main(String[] args) |
getProperties, getProperty, handleMessage, retrieveUserProperties, run, setProperties, setPropertyaddDatabase, addListenerMessageFilter, addListeners, addRecord, addRecord, addRecordOwner, addScreenRecord, getDatabase, getDatabaseOwner, getEnvironment, getListenerMessageFilter, getMainRecord, getMasterSlave, getParentRecordOwner, getRecord, getScreenRecord, getTask, init, isBatch, isThinListener, openMainRecord, openOtherRecords, removeDatabase, removeListenerMessageFilter, removeRecord, removeRecordOwner, setScreenRecordpublic ConvertID()
public ConvertID(Task taskParent, Record recordMain, Map<String,Object> properties)
taskParent - Optional task param used to get parent's properties, etc.recordMain - Optional main record.properties - Optional properties object (note you can add properties later).public void init(RecordOwnerParent taskParent, Record recordMain, Map<String,Object> properties)
init in class BaseProcesstaskParent - Optional task param used to get parent's properties, etc.recordMain - Optional main record.properties - Optional properties object (note you can add properties later).public void free()
free in interface Freeablefree in class BaseProcesspublic static void main(String[] args)
public void go()
public void bumpID(Record record)
record - public boolean isChangeToNewID(Record record)
record - Copyright © 2015 jbundle.org. All Rights Reserved.