Extension points methods arguments
Each extension point has its own set of argument interfaces. Arguments to extension point methods are Java™ interfaces by themselves and are available as part of Java APIs.
In the method scriptingSandbox(ScriptingSandboxFunctionArguments
inArgs)
, ScriptingSandboxFunctionArguments
is
the argument interface. Argument interfaces provide access to IBM® Product Master entities
like items and categories, which are relevant to the extension point.