public interface BODataObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
commonj.sdo.DataObject |
getBusinessGraph(commonj.sdo.DataObject businessObject)
Returns the Business Graph associated with the provided Business
Object, if one exists.
|
commonj.sdo.ChangeSummary |
getChangeSummary(commonj.sdo.DataObject businessObject)
Returns the Change Summary associated with the provided Business
Object, if one exists.
|
BOEventSummary |
getEventSummary(commonj.sdo.DataObject businessObject)
Returns the Event Summary associated with the provided Business
Object, if one exists.
|
commonj.sdo.DataObject |
getRootBusinessObject(commonj.sdo.DataObject businessObject)
If the provided Business Object is contained in a Business Graph,
the root Business Object of the Business Graph is returned
(the value of the data property of the Business Graph).
|
static final java.lang.String COPYRIGHT
commonj.sdo.DataObject getBusinessGraph(commonj.sdo.DataObject businessObject)
businessObject
- The Business Object contained in a Business
Graphcommonj.sdo.ChangeSummary getChangeSummary(commonj.sdo.DataObject businessObject)
businessObject
- The Business Object contained in a Business
Graph that contains the Change SummaryBOEventSummary getEventSummary(commonj.sdo.DataObject businessObject)
businessObject
- The Business Object contained in a Business
Graph that contains the Event Summarycommonj.sdo.DataObject getRootBusinessObject(commonj.sdo.DataObject businessObject)
businessObject
- The Business Object for which the root
Business Object can be found