Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.changesets
Interface AggregateChangeRecord

All Superinterfaces:
ChangeRecord

public interface AggregateChangeRecord
extends ChangeRecord

Purpose: Define the Public interface for the Aggregate Change Record.

Description: This interface is meant to clarify the public protocol into TopLink.

Responsibilities:


Method Summary
 ObjectChangeSet getChangedObject()
          ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.

 

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

 

Method Detail

getChangedObject

public ObjectChangeSet getChangedObject()
ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.
Returns:
oracle.toplink.CahngeSets.ObjectChanges

Copyright © 2003 Oracle Corporation. All Rights Reserved.