Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.changesets
Interface DirectCollectionChangeRecord

All Superinterfaces:
ChangeRecord

public interface DirectCollectionChangeRecord
extends ChangeRecord

Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of an object.

Description: Collections are compared to each other and added and removed objects are recorded seperately


Method Summary
 java.util.Vector getAddObjectList()
          ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.
 java.util.Vector getRemoveObjectList()
          ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.

 

Methods inherited from interface oracle.toplink.changesets.ChangeRecord
getAttribute, getOwner

 

Method Detail

getAddObjectList

public java.util.Vector getAddObjectList()
ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.
Returns:
java.util.Vector

getRemoveObjectList

public java.util.Vector getRemoveObjectList()
ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.
Returns:
java.util.Vector

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.