Retrieves the parent business object of the current business object.
Syntax
public CWConnectorBusObj getParentBusinessObject();
Parameters
None.
Return values
The business object that contains the parent business object, or null if the current business object is a root and has no parent.
Exceptions
None.
See also