-
Packages that use CmRecoveryBin Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.util Provides utility classes and interfaces. -
-
Uses of CmRecoveryBin in com.filenet.api.core
Methods in com.filenet.api.core that return CmRecoveryBin Modifier and Type Method and Description static CmRecoveryBinFactory.CmRecoveryBin. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmRecoveryBinclass to be persisted in the specified object store.static CmRecoveryBinFactory.CmRecoveryBin. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmRecoveryBinclass to be persisted in the specified object store.static CmRecoveryBinFactory.CmRecoveryBin. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmRecoveryBinclass by the specified object ID from the specified object store.static CmRecoveryBinFactory.CmRecoveryBin. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmRecoveryBinclass from the specified object store.Methods in com.filenet.api.core with parameters of type CmRecoveryBin Modifier and Type Method and Description CmRecoveryItemVersionSeries. markForDeletion(CmRecoveryBin bin, java.lang.String recoveryItemClass)Marks the object for deletion and associates it with the specified recovery bin.CmRecoveryItemCustomObject. markForDeletion(CmRecoveryBin bin, java.lang.String recoveryItemClass)Marks the object for deletion and associates it with the specified recovery bin. -
Uses of CmRecoveryBin in com.filenet.api.util
Methods in com.filenet.api.util that return CmRecoveryBin Modifier and Type Method and Description CmRecoveryBinCmRecoveryItem. get_RecoveryBin()Returns the value of the RecoveryBin property.Methods in com.filenet.api.util with parameters of type CmRecoveryBin Modifier and Type Method and Description voidCmRecoveryItem. set_RecoveryBin(CmRecoveryBin value)Sets the value of the RecoveryBin property.
-