Package org.duracloud.mill.auditor
Interface AuditLogItem
-
- All Known Implementing Classes:
JpaAuditLogItem
public interface AuditLogItemAn intereface defining a log item.- Author:
- Daniel Bernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccount()StringgetAction()StringgetContentId()StringgetContentMd5()StringgetContentProperties()StringgetContentSize()StringgetMimetype()StringgetSourceContentId()StringgetSourceSpaceId()StringgetSpaceAcls()StringgetSpaceId()StringgetStoreId()longgetTimestamp()StringgetUsername()
-
-
-
Method Detail
-
getAccount
String getAccount()
- Returns:
-
getStoreId
String getStoreId()
- Returns:
-
getSpaceId
String getSpaceId()
- Returns:
-
getContentId
String getContentId()
- Returns:
-
getContentMd5
String getContentMd5()
- Returns:
-
getMimetype
String getMimetype()
- Returns:
-
getContentSize
String getContentSize()
-
getContentProperties
String getContentProperties()
- Returns:
-
getSpaceAcls
String getSpaceAcls()
- Returns:
-
getAction
String getAction()
- Returns:
-
getUsername
String getUsername()
- Returns:
-
getSourceSpaceId
String getSourceSpaceId()
- Returns:
-
getSourceContentId
String getSourceContentId()
- Returns:
-
getTimestamp
long getTimestamp()
- Returns:
-
-