Class NullPostSearchFilterImpl

java.lang.Object
com.evolveum.midpoint.model.impl.sync.tasks.NullPostSearchFilterImpl
All Implemented Interfaces:
PostSearchFilter

public class NullPostSearchFilterImpl extends Object implements PostSearchFilter
Object filter that passes all shadows.
  • Constructor Details

    • NullPostSearchFilterImpl

      public NullPostSearchFilterImpl()
  • Method Details

    • matches

      public boolean matches(@NotNull @NotNull PrismObject<ShadowType> shadow)
      Specified by:
      matches in interface PostSearchFilter
      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.)