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
    Modifier and Type
    Field
    Description
    static final int
    The retention rule is defined as a fixed date.
    static final int
    The retention rule is defined as an interval.
    static final int
    There is no defined end of the retention period.
  • Field Details

    • NONE

      static final int NONE
      There is no defined end of the retention period.
      See Also:
    • DATE

      static final int DATE
      The retention rule is defined as a fixed date.
      See Also:
    • INTERVAL

      static final int INTERVAL
      The retention rule is defined as an interval. The interval is in seconds from the placement of an object under retention.
      See Also: