Interface AggregationAware
-
- All Known Implementing Classes:
AbstractRestrictionProvider
,RestrictionProviderImpl
public interface AggregationAware
Marker interface intended to extend aRestrictionProvider
to 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 void
setComposite(@NotNull CompositeRestrictionProvider composite)
-
-
-
Method Detail
-
setComposite
void setComposite(@NotNull @NotNull CompositeRestrictionProvider composite)
-
-