Package com.documentum.fc.client
Interface IDfRetentionRuleType
public interface IDfRetentionRuleType
Defines the retention rule type for the IDfRetainer class.
Retention rule is either defined as a fixed date or an interval (in seconds).
-
Field Summary
Fields
-
Field Details
-
NONE
static final int NONEThere is no defined end of the retention period.- See Also:
-
DATE
static final int DATEThe retention rule is defined as a fixed date.- See Also:
-
INTERVAL
static final int INTERVALThe retention rule is defined as an interval. The interval is in seconds from the placement of an object under retention.- See Also:
-