Uses of Class
com.ibm.pim.docstore.DocumentAuditLog.AccessType

Packages that use DocumentAuditLog.AccessType
com.ibm.pim.docstore   
 

Uses of DocumentAuditLog.AccessType in com.ibm.pim.docstore
 

Methods in com.ibm.pim.docstore that return DocumentAuditLog.AccessType
 DocumentAuditLog.AccessType DocumentAuditLog.getAccessType()
          Specifies whether the user performed a read or a write operation on the document.
static DocumentAuditLog.AccessType DocumentAuditLog.AccessType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DocumentAuditLog.AccessType[] DocumentAuditLog.AccessType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.