com.softwareag.mdm.schema.trigger
Interface AfterDeleteOccurrenceContext

All Superinterfaces:
TableTriggerExecutionContext, TriggerExecutionContext

public interface AfterDeleteOccurrenceContext
extends TableTriggerExecutionContext

Provides an execution context for handling after delete occurrence operation.

See Also:
TableTrigger.handleAfterDelete(AfterDeleteOccurrenceContext)

Method Summary
 DefinitionMode getDefinitionMode()
          Returns the definition mode of the occurrence that has been deleted.
 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

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 deleted.



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