Package com.businessobjects.sdk.biar

This package contains classes used for creating and managing BIAR (Business Intelligence Archive) files.

See:
          Description

Interface Summary
ICancelable An interface for operations which may be safely and promptly terminated in response to a user-request.
ICommitOptions This interface describes the set of options that can be set to control the behaviour of a commit when using the applicable commit methods of IObjectManager.
ICommonOptions This interface represents the set of BIAR options that are common to both export and import operations.
IExportCallback This interface must be implemented by an object to receive notification of events that occur during the export process.
IExporter The IExporter interface is used for exporting info objects from their source system to some destination specific to the implementation.
IExportOptions This interface represents the set of options that are applied during a BIAR export operation.
IImport This interface represents a BIAR import Initially the import is inactive, but can be started by calling the IImport.run() method.
IImportCallback This interface must be implemented by an object to receive notification of events that occur during the import process.
IImportOptions This interface represents the set of options that are applied during a BIAR import operation.
ILiveToLivePipe This class represents a live-to-live transfer.
 

Class Summary
Archive The Archive represents an exported BIAR archive on the disk and provides access to meta-information about the archive.
AsyncImport A class for running an import asynchronously, in another thread.
BiarEngineFactory Deprecated. Use the BIARFactory class to create instances of object manager and import/export options classes.
BIARFactory This class is used to provide concrete instances of the interfaces used with the BIAR APIs.
BIAROutput The BIAROutput class is used for streaming info objects to a BIAR archive.
IImportOptions.OrphanHandling This enum defines constants for the different ways BIAR may handle orphaned InfoObjects during import.
IImportOptions.SecurityImportMode This enum defines constants for how BIAR may import InfoObjects security.
 

Exception Summary
BIARException This exception is thrown when an exceptional condition occurs in one of the BIAR API methods.
BIARException.EngineException Thrown to indicate a general exceptional condition occuring in the BIAR Engine.
BIARException.IOException Thrown to indicate that an IOException has occured within the BIAR Engine.
BIARException.SDKException Thrown to indicate that an SDKException has occured within the BIAR Engine.
 

Package com.businessobjects.sdk.biar Description

This package contains classes used for creating and managing BIAR (Business Intelligence Archive) files. BIAR files contain serialized info objects and associated metadata. They are used to transport information between BusinessObjects Enterprise deployments.