com.ibm.pim.extensionpoints
Interface RichSearchReportFunction


public interface RichSearchReportFunction

Interface that represents the Rich Search Report function

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void richSearchReport(RichSearchReportFunctionArguments inArgs)
          Create a rich search report.
 

Field Detail

copyright

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

richSearchReport

void richSearchReport(RichSearchReportFunctionArguments inArgs)
Create a rich search report.

Parameters:
inArgs - the arguments for this invocation.