com.ibm.websphere.bo
Interface BODataObject
- public interface BODataObject
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBusinessGraph(commonj.sdo.DataObject businessObject)
Returns the Business Graph associated with the provided Business
Object, if one exists.
|
|
getChangeSummary(commonj.sdo.DataObject businessObject)
Returns the Change Summary associated with the provided Business
Object, if one exists.
|
getEventSummary(commonj.sdo.DataObject businessObject)
Returns the Event Summary associated with the provided Business
Object, if one exists.
|
|
|
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).
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getBusinessGraph
- commonj.sdo.DataObject getBusinessGraph( commonj.sdo.DataObject businessObject)
Returns the Business Graph associated with the provided Business
Object, if one exists.
Parameters:
businessObject
- The Business Object contained in a Business
Graph Returns:
The Business Graph associated with the Business Object
getChangeSummary
- commonj.sdo.ChangeSummary getChangeSummary( commonj.sdo.DataObject businessObject)
Returns the Change Summary associated with the provided Business
Object, if one exists.
Parameters:
businessObject
- The Business Object contained in a Business
Graph that contains the Change Summary Returns:
The Change Summary associated with the Business Object
getEventSummary
- BOEventSummary getEventSummary( commonj.sdo.DataObject businessObject)
Returns the Event Summary associated with the provided Business
Object, if one exists.
Parameters:
businessObject
- The Business Object contained in a Business
Graph that contains the Event Summary Returns:
The Event Summary associated with the Business Object
getRootBusinessObject
- 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). If the
Business Object is not contained in a Business Graph then the root
of the Business Object hierarchy is returned.
Parameters:
businessObject
- The Business Object for which the root
Business Object can be found Returns:
The root Business Object in the object hierarchy