com.softwareag.mdm.schema.trigger
Interface AfterCreateOccurrenceContext

All Superinterfaces:
TableTriggerExecutionContext, TriggerExecutionContext

public interface AfterCreateOccurrenceContext
extends TableTriggerExecutionContext

Provides an execution context for handling after create occurrence operation.

See Also:
TableTrigger.handleAfterCreate(AfterCreateOccurrenceContext)

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


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



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