com.softwareag.mdm.schema.trigger
Interface TableTriggerExecutionContext

All Superinterfaces:
TriggerExecutionContext
All Known Subinterfaces:
AfterCreateOccurrenceContext, AfterDeleteOccurrenceContext, AfterModifyOccurrenceContext, BeforeCreateOccurrenceContext, BeforeDeleteOccurrenceContext, BeforeModifyOccurrenceContext, NewTransientOccurrenceContext

public interface TableTriggerExecutionContext
extends TriggerExecutionContext

Common abstract superclass that provides an execution context to triggers of tables.

See Also:
TableTrigger

Method Summary
 AdaptationHome getAdaptationHome()
          Returns the current home.
 ValueContext getOccurrenceContext()
          Returns the occurrence context for read.
 AdaptationTable getTable()
          Returns the table of the occurrence that has been created.
 
Methods inherited from interface com.softwareag.mdm.schema.trigger.TriggerExecutionContext
getSession
 

Method Detail

getTable

public AdaptationTable getTable()
Returns the table of the occurrence that has been created.


getOccurrenceContext

public ValueContext getOccurrenceContext()
Returns the occurrence context for read.


getAdaptationHome

public AdaptationHome getAdaptationHome()
Returns the current home.



(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.