Interface ExecutionSupport

All Known Implementing Classes:
AbstractActivityRun, AbstractCompositeActivityRun, AbstractImportActivityRun, AsyncUpdateActivityRun, AutoScalingActivityRun, CleanupPartialActivityRun, CompositeActivityRun, DelegatingActivityRun, DistributingActivityRun, FocusValidityScanPartialRun, ImportActivityRun, IterativeActivityRun, LiveSyncActivityRun, LocalActivityRun, PartialReconciliationActivityRun, PlainIterativeActivityRun, ReclassificationActivityRun, ReconciliationActivityRun, ResourceObjectsReconciliationActivityRun, ScanActivityRun, SearchBasedActivityRun, ShadowCleanupActivityHandler.MyRun, ShadowIntegrityCheckActivityRun, ShadowRefreshActivityHandler.MyActivityRun

public interface ExecutionSupport
Functionality that supports the activity execution that is going on within this task. This interface is used in those places in code that need to interact with the activity run but have no direct access to an object of type `AbstractActivityRun`. The only thing they have is a Task that can provide instance of this interface to them (see Task.getExecutionSupport()).