Package de.elo.ix.jscript.handler
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 Summary
Modifier and Type Method Description InheritKeywordingResult
inherit(Sord sord, Sord parentSord, java.lang.String[] okeyNames, java.lang.Object reserved)
Inherit keywording.
-
Method Details
-
inherit
InheritKeywordingResult inherit(Sord sord, Sord parentSord, java.lang.String[] okeyNames, java.lang.Object reserved) throws java.lang.ExceptionInherit 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:
java.lang.Exception
-