com.businessobjects.sdk.plugin.desktop.manifest
Interface IManifestBase

All Known Subinterfaces:
IManifest

public interface IManifestBase

This interface represents the collection of objects to be replicated and which dependencies to include.


Field Summary
static java.lang.String KIND
           
static java.lang.String PROGID
           
 
Method Summary
 IIncludedDependencies getIncludedDependencies()
          Returns a collection containing relationship dependenncy information.
 java.util.Collection getReplicableObjects()
          Returns the objects at the origin cluster to be replicated.
 

Field Detail

KIND

static final java.lang.String KIND
See Also:
Constant Field Values

PROGID

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

getReplicableObjects

java.util.Collection getReplicableObjects()
                                          throws SDKException

Returns the objects at the origin cluster to be replicated.

Returns:
A collection containing the IDs of the objects to be replicated.
Throws:
SDKException - This is thrown if the operation is unsuccessful.
InfoObject properties to query for:
SI_MANIFEST_REPLICABLES

getIncludedDependencies

IIncludedDependencies getIncludedDependencies()
                                              throws SDKException

Returns a collection containing relationship dependenncy information.

Returns:
A collection of IIncludedDependency objects.
Throws:
SDKException - This is thrown if the operation is unsuccessful.
InfoObject properties to query for:
SI_DEPENDENCIES