|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RichSearchReportFunctionArguments
Interface defining the arguments passed to RichSearchReportFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Catalog |
getCatalog()
Obtains the catalog for this RichSearchReportFunction. |
java.lang.String |
getDocName()
Obtains the document path within the docstore where the output from this rich search result is expected to be created. |
Hierarchy |
getHierarchy()
Obtains the hierarchy for this RichSearchReportFunction. |
PIMCollection |
getReportSet()
Obtains the set for this report. |
java.lang.String |
getViewName()
Obtains the view name for this invocation. |
Methods inherited from interface com.ibm.pim.extensionpoints.FunctionArguments |
---|
getCustomParameter, setCustomParameter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
Hierarchy getHierarchy()
null if report set contains items.
java.lang.String getViewName()
java.lang.String getDocName()
Catalog getCatalog()
null if report set contains categories.
PIMCollection getReportSet()
Set will contain items or categories depending on the report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |