|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImportFunctionArguments
Interface defining the arguments passed to ImportFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Catalog |
getCatalog()
Obtains the catalog being processed for this ImportFunction. |
java.lang.String |
getCatalogDelimiter()
Obtains the catalog delimiter being processed for this ImportFunction. |
CollaborationArea |
getCollaborationArea()
Obtains the collaboration area being processed for this ImportFunction. |
long |
getContentLength()
Obtains the content length being processed for this ImportFunction. |
Document |
getDocstoreDataDoc()
Obtains the data document from the docstore being processed for this ImportFunction. |
PIMWriter |
getErrors()
Obtains access to the writer for error output created by this ImportFunction. |
Hierarchy |
getHierarchy()
Obtains the category tree being processed for this ImportFunction. |
java.io.Reader |
getInput()
Obtains the input stream being processed for this ImportFunction. |
java.util.Map |
getInputs()
Obtains the input arguments, if defined |
java.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this ImportFunction. |
PIMProgress |
getProgress()
Obtain the instance of WPCProgress that may be used to report progress to WPC during the execution of this ImportFunction. |
ScriptStatistics |
getScriptStats()
Obtains the script stats being processed for this ImportExportFunction. |
SpecMap |
getSpecMap()
Obtains the SpecMap for this invocation. |
PIMWriter |
getWarnings()
Obtains access to the writer for warning output created by this ImportFunction. |
java.lang.String |
getWorkflowStepPath()
Obtains the workflow step path being processed for this ImportFunction. |
Methods inherited from interface com.ibm.pim.extensionpoints.FunctionArguments |
---|
getCustomParameter, setCustomParameter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.io.PrintWriter getOutput()
PIMWriter getErrors()
PIMWriter getWarnings()
PIMProgress getProgress()
ScriptStatistics getScriptStats()
java.lang.String getWorkflowStepPath()
Will be null if not processing import within a workflow
CollaborationArea getCollaborationArea()
Will be null if not processing import within a workflow
Catalog getCatalog()
Will be null if processing an import within a workflow.
Hierarchy getHierarchy()
Will be null if this import is a binary, or item feed.
java.lang.String getCatalogDelimiter()
Will be null if this import is a binary, or item feed.
java.io.Reader getInput()
long getContentLength()
Document getDocstoreDataDoc()
SpecMap getSpecMap()
java.util.Map getInputs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |