Interface PostSearchFilter

All Known Implementing Classes:
NullPostSearchFilterImpl, ProcessingScope.PostSearchFilterImpl

public interface PostSearchFilter
Additional 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 from ProcessingScope. TODO Reconsider if we really want this to be a class distinct from ProcessingScope.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(@NotNull PrismObject<ShadowType> shadow)
     
  • Method Details

    • 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.)