Interface ContextSearchRestriction
-
- All Known Implementing Classes:
DefaultContextSearchRestriction
public interface ContextSearchRestrictionAn interface that provides information about which attributes may not change. There is a possibility to prevent search mechanism from changing values of attributes for any reasons.A restriction mechanism is used i.e. when obligatory merge mechanism is started - no attributes with higher priority may be changed during search through obligatory merge.
-
-
Field Summary
Fields Modifier and Type Field Description static ContextSearchRestrictionEMPTYEmpty restriction - all attributes may be changed if needed
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAttributeRestricted(java.lang.String name)Checks whether specified attribute may be changed
-
-
-
Field Detail
-
EMPTY
static final ContextSearchRestriction EMPTY
Empty restriction - all attributes may be changed if needed
-
-