com.ibm.pim.extensionpoints
Interface CustomToolsFunction


public interface CustomToolsFunction

Interface that represents the Custom Tools function

Since:
6.0.0
Equivalent in Script API:
the script extension point "Custom Tools Script"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void customTools(CustomToolsFunctionArguments inArgs)
          Execute custom tool functionality.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

customTools

void customTools(CustomToolsFunctionArguments inArgs)
Execute custom tool functionality.

Parameters:
inArgs - the arguments for this invocation