static CmRecoveryItem |
Factory.CmRecoveryItem.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable CmRecoveryItem class to be persisted in the specified object store.
|
static CmRecoveryItem |
Factory.CmRecoveryItem.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable CmRecoveryItem class to be persisted in the specified object store.
|
static CmRecoveryItem |
Factory.CmRecoveryItem.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the CmRecoveryItem class
by the specified object ID from the specified object store.
|
static CmRecoveryItem |
Factory.CmRecoveryItem.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable CmRecoveryItem class from the
specified object store.
|
CmRecoveryItem |
VersionSeries.markForDeletion(CmRecoveryBin bin,
java.lang.String recoveryItemClass)
Marks the object for deletion and associates it with the specified recovery bin.
|
CmRecoveryItem |
CustomObject.markForDeletion(CmRecoveryBin bin,
java.lang.String recoveryItemClass)
Marks the object for deletion and associates it with the specified recovery bin.
|