Interface IInheritKeywordingHandler


public interface IInheritKeywordingHandler
Internally used interface. Class InheritKeywording forwards method calls to an implementation of this interface. The implementation is only available when we are running as a IX event script or plugin.
  • Method Details

    • inherit

      InheritKeywordingResult inherit(Sord sord, Sord parentSord, String[] okeyNames, Object reserved) throws Exception
      Inherit keywording.
      Parameters:
      sord - Child sord that receives keywording from parentSord.
      parentSord - Parent sord.
      okeyNames - Names of index lines to be inherited.
      reserved - Reserved
      Returns:
      Control value that describes, how to continue processing, see InheritKeywordingResult.
      Throws:
      Exception