Modifier and Type | Field and Description |
---|---|
java.util.List<TableObject> |
Event.currentObjectList |
java.util.List<TableObject> |
Event.referredObjectList |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
TableObject.compareObjectAttributeMap(TableObject object)
return an attribute map including the attributes only contained by input object,
and the attributes (in input object) contained in both but having different values
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TableObject> |
CreateLogFromChangeTables.getObjectList() |
java.util.ArrayList<TableObject> |
CreateLogFromEventList.getObjectList() |
Modifier and Type | Method and Description |
---|---|
void |
CreateLogFromEventList.addObject(java.lang.String sourceTable,
TableObject object,
java.lang.String schema) |
void |
CreateLogFromEventList.updateObject(java.lang.String sourceTable,
TableObject object,
java.lang.String schema,
java.lang.String modifiedColumn,
java.lang.String impactedkey) |
Modifier and Type | Method and Description |
---|---|
void |
CreateLogFromEventList.outputTables(java.util.List<TableObject> objectList,
java.lang.String schema,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TableObject> |
CreateLogFromChangeTables.getObjectList() |
Modifier and Type | Method and Description |
---|---|
void |
OutputXMLLog.addObjects(org.deckfour.spex.SXTag tag,
java.util.List<TableObject> objects) |
void |
OutputXMLLog.addReferenceObjects(org.deckfour.spex.SXTag tag,
java.util.List<TableObject> objects)
the function write reference objects (simple version, i.e., only with id attribute) into XOC logs
|