|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentAuditLog
This interface represents audit log of a document. The document audit log holds details such as the type of access on the document, the user who accessed the document and the time at which the document was accessed.
Nested Class Summary | |
---|---|
static class |
DocumentAuditLog.AccessType
Enumeration specifying document access types. |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.util.Date |
getAccessedDate()
Fetches the date and time at which this document was accessed. |
DocumentAuditLog.AccessType |
getAccessType()
Specifies whether the user performed a read or a write operation on the document. |
Document |
getDocument()
Fetches the document to which the log belongs |
User |
getUser()
Fetches the user who accessed the document |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
User getUser()
PIMInternalException
- If an internal error occurred.
PIMAuthorizationException
- Reserved for future use.DocumentAuditLog.AccessType getAccessType()
PIMInternalException
- If an internal error occurred.java.util.Date getAccessedDate()
PIMInternalException
- If an internal error occurred.Document getDocument()
PIMInternalException
- If an internal error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |