Class AuditTrail

All Implemented Interfaces:
com.emc.documentum.rest.conditional.Digestible, Linkable

public class AuditTrail extends PersistentObject
  • Field Details

    • DEFAULT_FIELDS

      public static final List<String> DEFAULT_FIELDS
      Default fields that will be retrieved when use select * in DQL
    • MANDATORY_FIELDS

      public static final List<String> MANDATORY_FIELDS
      Mandatory fields
  • Constructor Details

    • AuditTrail

      public AuditTrail()
  • Method Details

    • getMandatoryFields

      public List<String> getMandatoryFields()
      Description copied from class: PersistentObject
      Get mandatory attribute names
      Overrides:
      getMandatoryFields in class PersistentObject
      Returns:
      mandatory fields
    • getType

      public String getType()
      Description copied from class: PersistentObject
      Get object type of the persistent object; if it is not specified explicitly, return the attribute "r_object_type" by alternate.
      Overrides:
      getType in class PersistentObject
      Returns:
      type
    • getEvent

      public String getEvent()
    • getUserName

      public String getUserName()
    • getAuditedObjectId

      public String getAuditedObjectId()
    • getAuditData

      public List<AuditTrail.AuditData> getAuditData()
    • setAuditData

      public AuditTrail setAuditData(com.documentum.fc.common.IDfList list) throws com.documentum.fc.common.DfException
      Throws:
      com.documentum.fc.common.DfException