|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CatalogToCatalogExportFunctionArguments
Interface defining the arguments passed to CatalogToCatalogExportFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Catalog |
getDestinationCatalog()
Obtains the destination catalog being processed for this CatalogToCatalogExportFunction. |
java.io.PrintWriter |
getErrors()
Obtains access to the writer for error output created by this invocation. |
java.util.Map |
getInputs()
Obtains the inputs for this CatalogToCatalogExportFunction . |
PIMCollection<Item> |
getItems()
Obtains the items being processed for this CatalogExportFunction. |
java.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this invocation. |
PIMProgress |
getProgress()
Obtain the instance of WPCProgress that may be used to report progress to WPC during the execution of this CatalogToCatalogExportFunction. |
ScriptStatistics |
getScriptStats()
Obtains the script stats being processed for this CatalogToCatalogExportFunction. |
Catalog |
getSourceCatalog()
Obtains the source catalog being processed for this CatalogToCatalogExportFunction. |
SpecMap |
getSpecMap()
Obtains the SpecMap for this invocation. |
java.io.PrintWriter |
getWarnings()
Obtains access to the writer for warning output created by this invocation. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.io.PrintWriter getOutput()
java.io.PrintWriter getErrors()
java.io.PrintWriter getWarnings()
java.util.Map getInputs()
PIMProgress getProgress()
ScriptStatistics getScriptStats()
Catalog getSourceCatalog()
Catalog getDestinationCatalog()
PIMCollection<Item> getItems()
SpecMap getSpecMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |