| Package | Description |
|---|---|
| org.duracloud.audit |
| Modifier and Type | Method and Description |
|---|---|
AuditLogItem |
AuditLogStore.getLatestLogItem(String account,
String storeId,
String spaceId,
String contentId)
Retrieves log history for a content item in chronological order
|
AuditLogItem |
AuditLogWriteFailedException.getLogItem() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AuditLogItem> |
AuditLogStore.getLogItems(String account,
String spaceId)
Returns a list of matching log events for the specified space across providers
|
Iterator<AuditLogItem> |
AuditLogStore.getLogItems(String account,
String storeId,
String spaceId,
String contentId)
Retrieves log history for a content item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogStore.updateProperties(AuditLogItem item,
String properties)
Adds the following properties to the specified item.
|
| Constructor and Description |
|---|
AuditLogWriteFailedException(Exception ex,
AuditLogItem logItem) |
AuditLogWriteFailedException(String message,
AuditLogItem logItem) |
Copyright © 2009–2015 DuraSpace. All rights reserved.