Interface IDfRetentionStatus


public interface IDfRetentionStatus
Defines the possible status values of an IDfRetainer object.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Default state.
    static final int
    Retention is no longer enforced.
    static final int
    The retainer is active, but no new objects can be linked to it.
  • Field Details

    • ACTIVE

      static final int ACTIVE
      Default state. The retainer is active.
      See Also:
    • LOCKED

      static final int LOCKED
      The retainer is active, but no new objects can be linked to it.
      See Also:
    • INACTIVE

      static final int INACTIVE
      Retention is no longer enforced.
      See Also: