Interface AggregationAware
-
- All Known Implementing Classes:
AbstractRestrictionProvider
public interface AggregationAwareMarker interface intended to extend aRestrictionProviderto make it aware of it's aggregated nature in a composite when it comes to evaluate the validity of restrictions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetComposite(@NotNull CompositeRestrictionProvider composite)
-
-
-
Method Detail
-
setComposite
void setComposite(@NotNull @NotNull CompositeRestrictionProvider composite)
-
-