Class SynchronizationObjectsFilterImpl

  • All Implemented Interfaces:
    SynchronizationObjectsFilter

    @Experimental
    public class SynchronizationObjectsFilterImpl
    extends Object
    implements SynchronizationObjectsFilter
    Specifies which objects are to be synchronized. Currently uses combination of object class, kind, and intent. (No custom filters yet.) Introduced to streamline clumsy filtering by [refined] object class definition, kind, and intent. See e.g. MID-5672. TODO shouldn't we take object class inheritance (subtyping) into account?
    • Method Detail

      • matches

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