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
|
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
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.