Interface BeforeDeleteInstanceContext
-
- All Superinterfaces:
InstanceTriggerExecutionContext,TriggerExecutionContext
public interface BeforeDeleteInstanceContext extends InstanceTriggerExecutionContext
Provides an execution context for handling pre-dataset deletion operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptationgetAdaptationInstance()Returns the dataset to be deleted.-
Methods inherited from interface com.orchestranetworks.schema.trigger.InstanceTriggerExecutionContext
getAdaptationHome
-
Methods inherited from interface com.orchestranetworks.schema.trigger.TriggerExecutionContext
getSession
-
-
-
-
Method Detail
-
getAdaptationInstance
Adaptation getAdaptationInstance()
Returns the dataset to be deleted.
-
-