com.ibm.pim.extensionpoints
Interface CatalogExportFunction


public interface CatalogExportFunction

Interface that represents the Catalog Export function.

Since:
6.0.0
Equivalent in Script API:
"Catalog Export Script"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 boolean catalogExport(CatalogExportFunctionArguments inArgs)
          Export a catalog.
 

Field Detail

copyright

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

catalogExport

boolean catalogExport(CatalogExportFunctionArguments inArgs)
Export a catalog.

Parameters:
inArgs - the instance of the bean providing arguments for this export.
Returns:
true if this export should bypass workflow approval, false otherwise.
Equivalent in Script API:
The boolean return replaces the functionality of the 'setBypassAprroval' script operation.