com.softwareag.mdm.schema.trigger
Interface AfterModifyOccurrenceContext

All Superinterfaces:
TableTriggerExecutionContext, TriggerExecutionContext

public interface AfterModifyOccurrenceContext
extends TableTriggerExecutionContext

Provides an execution context for handling after modify occurrence operation.

See Also:
TableTrigger.handleAfterModify(AfterModifyOccurrenceContext)

Method Summary
 Adaptation getAdaptationOccurrence()
          Returns the adaptation occurrence that has been modified.
 DefinitionMode getDefinitionMode()
          Returns the definition mode of the occurrence that has been modified.
 ProcedureContext getProcedureContext()
          Returns the current procedure context.
 
Methods inherited from interface com.softwareag.mdm.schema.trigger.TableTriggerExecutionContext
getAdaptationHome, getOccurrenceContext, getTable
 
Methods inherited from interface com.softwareag.mdm.schema.trigger.TriggerExecutionContext
getSession
 

Method Detail

getAdaptationOccurrence

public Adaptation getAdaptationOccurrence()
Returns the adaptation occurrence that has been modified.


getProcedureContext

public ProcedureContext getProcedureContext()
Returns the current procedure context. It provides the opportunity to perform additional updates on the current home.


getDefinitionMode

public DefinitionMode getDefinitionMode()
Returns the definition mode of the occurrence that has been modified.



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