Package com.kenshoo.pl.entity.internal
Interface ChangesFilter<E extends EntityType<E>>
-
- All Superinterfaces:
CurrentStateConsumer<E>
- All Known Implementing Classes:
MissingEntitiesFilter,MissingParentEntitiesFilter,RequiredFieldsChangesFilter,ValidationFilter
public interface ChangesFilter<E extends EntityType<E>> extends CurrentStateConsumer<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends EntityChange<E>>
java.lang.Iterable<T>filter(java.util.Collection<T> changes, ChangeOperation changeOperation, ChangeContext changeContext)-
Methods inherited from interface com.kenshoo.pl.entity.spi.CurrentStateConsumer
getSupportedChangeOperation, requiredFields
-
-
-
-
Method Detail
-
filter
<T extends EntityChange<E>> java.lang.Iterable<T> filter(java.util.Collection<T> changes, ChangeOperation changeOperation, ChangeContext changeContext)
-
-