public class ProChangeSummary extends ChangeSumm
ADD, CHANGE, DELETE, m_changeDataObjs, m_changesByChangeOrder, m_changeSettings, m_chgSummary, m_deleteDataObjs, m_newDataObjs, m_rowState
Constructor and Description |
---|
ProChangeSummary(ProDataGraph datagraph,
commonj.sdo.ChangeSummary chgSummary) |
Modifier and Type | Method and Description |
---|---|
boolean |
areChangesByChangeOrder() |
void |
beginLogging()
Clears out current list of changes and turns change logging on
|
void |
endLogging()
Turns change logging off
|
java.util.List<ProDataObject> |
getChangedDataObjects() |
ProDataGraph |
getChanges()
Method getChanges() returns a ProDataGraph object with only the changed
ProDataObjects
|
commonj.sdo.DataGraph |
getDataGraph() |
java.util.List |
getOldValues(ProDataObject dataObj) |
boolean |
isCreated(ProDataObject dataObj) |
boolean |
isDeleted(ProDataObject dataObj) |
boolean |
isLogging() |
getChangedDataObject, getOrigValue
public ProChangeSummary(ProDataGraph datagraph, commonj.sdo.ChangeSummary chgSummary)
public ProDataGraph getChanges() throws java.lang.Exception, Open4GLException, ProDataException
java.lang.Exception
Open4GLException
ProDataException
public void beginLogging()
public void endLogging()
public java.util.List<ProDataObject> getChangedDataObjects()
public commonj.sdo.DataGraph getDataGraph()
public java.util.List getOldValues(ProDataObject dataObj)
dataObj
- public boolean isCreated(ProDataObject dataObj)
dataObj
- public boolean isDeleted(ProDataObject dataObj)
dataObj
- public boolean isLogging()
public boolean areChangesByChangeOrder()