|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The business object descriptor is an object describing the business object. It contains, among other things, an object identifier, a user friendly display name.
There should be only one instance of a business object descriptor within the backup part list, though this is not strictly enforced. If there are multiple descriptors, later descriptors will replace previous ones.
Field Summary | |
static java.lang.String |
BUSINESS_OBJECT_DESCRIPTION
|
static java.lang.String |
BUSINESS_OBJECT_ID
|
static java.lang.String |
BUSINESS_OBJECT_NAME
|
Method Summary | |
void |
addBackupPartDescription(java.util.Properties properties)
Adds the description of the backup part in the form of name/value properties. |
java.util.Properties[] |
getBackupPartDescriptions()
Obtains an array of backup part descriptions. |
void |
removeBackupPartDescription(java.util.Properties properties)
Removes the description of the backup part given a properties instance. |
Methods inherited from interface com.siviam.bobup.location.IBackupLocation |
create, exists, getBackupWindow, getInputStream, getLastModified, getLocation, getOutputStream, listContents |
Field Detail |
public static final java.lang.String BUSINESS_OBJECT_ID
public static final java.lang.String BUSINESS_OBJECT_NAME
public static final java.lang.String BUSINESS_OBJECT_DESCRIPTION
Method Detail |
public void addBackupPartDescription(java.util.Properties properties) throws java.lang.Exception
properties
-
java.lang.Exception
public void removeBackupPartDescription(java.util.Properties properties) throws java.lang.Exception
properties
-
java.lang.Exception
public java.util.Properties[] getBackupPartDescriptions() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |