Interface ContextSearchRestriction

  • All Known Implementing Classes:
    DefaultContextSearchRestriction

    public interface ContextSearchRestriction
    An 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.

    • Method Detail

      • isAttributeRestricted

        boolean isAttributeRestricted​(java.lang.String name)
        Checks whether specified attribute may be changed
        Parameters:
        name - name of attribute to check
        Returns:
        true if value of attribute cannot be changed