|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StartupScriptFunctionArguments
Interface defining the arguments passed to StartupScriptFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.util.Map |
getInputs()
Obtains the inputs held in the docstore for this StartupScriptFunction. |
PIMWriter |
getOutput()
Obtains access to the writer for output created by this CatalogExportFunction. |
PIMProgress |
getProgress()
Obtains a WPCProgress object that can be used to report execution progress for this invocation. |
Methods inherited from interface com.ibm.pim.extensionpoints.FunctionArguments |
---|
getCustomParameter, setCustomParameter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
PIMWriter getOutput()
The output writer is where the report should be written to.
java.util.Map getInputs()
Map is
String of Input Spec Attribute Instance Path -> String of Value.
PIMProgress getProgress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |