Retrieves the sorted list of object of what need to be saved.
Role:This method analyses the content of the current session and
identifies the list of objects that need to be saved prior to the input object because of
their impact on this input object.
This list is intended to be used as an input for
CATSaveInVPM.
If needed, your Imakefile.mk should include the module: CATPinServices
Parameters:
iStarter
master object to analyse.
Note: Only CATDocument type is supported as iStarter object type. This method supports only documents from ENOVIAvpm V4.
oList
sorted list of what needs to be saved with the master object.
Returns:
S_OK: The list is successfuly returned
E_FAIL: The method has failed
This object is included in the file: CATBatchServices.h