Package com.documentum.fc.client
Interface IDfRetainerDispositionRule
public interface IDfRetainerDispositionRule
Defines the way in which disposition rules are enforced.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intRPS will dispose of the object with a DFC destroy() method call.static final intRPS will call the destroy() method on the root object only (in the case of a complex object) and expect the TBO to destroy the children as appropriate.static final intRPS will create an IDfDeleteOperation, add the object as a node, and execute the operation.
- 
Field Details- 
DESTROY_CHILDRENstatic final int DESTROY_CHILDRENRPS will dispose of the object with a DFC destroy() method call. This will be the default value.- See Also:
 
- 
DESTROY_VDMstatic final int DESTROY_VDMRPS will create an IDfDeleteOperation, add the object as a node, and execute the operation. VDMs will be added as an IDfVirtualDocument so the root and the VDM children will be destroyed in the proper order.- See Also:
 
- 
DESTROY_ROOTstatic final int DESTROY_ROOTRPS will call the destroy() method on the root object only (in the case of a complex object) and expect the TBO to destroy the children as appropriate.- See Also:
 
 
-