Interface PostSearchFilter
-
- All Known Implementing Classes:
NullPostSearchFilterImpl,ProcessingScope.PostSearchFilterImpl
public interface PostSearchFilterAdditional filter used to match objects (returned by the iterative search) with the objectclass/kind/intent specification, which is typically given in the synchronization task. Currently it is derived directly fromProcessingScope. TODO Reconsider if we really want this to be a class distinct fromProcessingScope.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(@NotNull PrismObject<ShadowType> shadow)
-
-
-
Method Detail
-
matches
boolean matches(@NotNull @NotNull PrismObject<ShadowType> shadow)- Returns:
- True if we should process given shadow in this synchronization task. (Normally, we check object class, kind, and intent with regards to values provided by the task.)
-
-