|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportOptions
This interface represents the set of options that are applied during a BIAR
export operation. To create an instance, use
BIARFactory.createExportOptions().
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
IExportCallback |
getCallback()
Returns the export callback object. |
boolean |
isFailUnresolvedIDs()
Returns the value of the "Fail unresolved IDs" option. |
boolean |
isIncludeDependencies()
Returns the value of the "Include dependencies" option. |
IExportOptions |
setCallback(IExportCallback cb)
Specifies an object containing callbacks to be invoked when certain events occur during the export process. |
IExportOptions |
setFailUnresolvedIDs(boolean failUnresolvedIDs)
Sets the value of the "Fail unresolved IDs" option. |
IExportOptions |
setFrom(IExportOptions opts)
Copies the values from the specified set of options into this object. |
IExportOptions |
setIncludeDependencies(boolean includeDependencies)
Sets the value of the "Include dependencies" option. |
| Methods inherited from interface com.businessobjects.sdk.biar.ICommonOptions |
|---|
getBIARPassword, isIncludeSecurity, setBIARPassword, setFrom, setIncludeSecurity |
| Method Detail |
|---|
java.lang.Object clone()
IExportCallback getCallback()
IExportOptions.setCallback(IExportCallback)boolean isFailUnresolvedIDs()
IExportOptions.setFailUnresolvedIDs(boolean)boolean isIncludeDependencies()
IExportOptions.setIncludeDependencies(boolean)IExportOptions setCallback(IExportCallback cb)
Note that callbacks are invoked asynchronously and do not block execution of the export.
cb - the object containing the callback methods to invoke when
events occur during the export process
IExportOptions setFailUnresolvedIDs(boolean failUnresolvedIDs)
If this option is disabled, properties that contain references to unresolved IDs are removed and the export process continues.
failUnresolvedIDs - the value for the "Fail unresolved IDs" option
IExportOptions setIncludeDependencies(boolean includeDependencies)
Note that object relations are resolved recursively, which can cause the archive file to be quite large.
includeDependencies - the value for the "include dependencies" option
IExportOptions setFrom(IExportOptions opts)
opts - the object that contains the options to be copied
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||