Interface ImplicitSegmentationResolver
- All Known Subinterfaces:
IterativeActivityRunSpecifics,PlainIterativeActivityRunSpecifics<I>,SearchBasedActivityRunSpecifics<C>
- All Known Implementing Classes:
AbstractImportActivityRun,AsyncUpdateActivityRun,AutoScalingActivityRun,FocusValidityScanPartialRun,ImportActivityRun,IterativeActivityRun,LiveSyncActivityRun,PartialReconciliationActivityRun,PlainIterativeActivityRun,ReclassificationActivityRun,ResourceObjectsReconciliationActivityRun,ScanActivityRun,SearchBasedActivityRun,ShadowCleanupActivityHandler.MyRun,ShadowIntegrityCheckActivityRun,ShadowRefreshActivityHandler.MyActivityRun
public interface ImplicitSegmentationResolver
Resolves `ImplicitWorkSegmentationType` in a specific context.
-
Method Summary
Modifier and TypeMethodDescriptionresolveImplicitSegmentation(@NotNull ImplicitWorkSegmentationType segmentation) Converts `ImplicitWorkSegmentationType` into "real" segmentation configuration.
-
Method Details
-
resolveImplicitSegmentation
AbstractWorkSegmentationType resolveImplicitSegmentation(@NotNull @NotNull ImplicitWorkSegmentationType segmentation) Converts `ImplicitWorkSegmentationType` into "real" segmentation configuration.
-