| Package | Description |
|---|---|
| org.duracloud.mill.auditor | |
| org.duracloud.mill.auditor.jpa | |
| org.duracloud.mill.db.model |
| 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 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) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogItem |
JpaAuditLogStore.getLatestLogItem(String account,
String storeId,
String spaceId,
String contentId) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AuditLogItem> |
JpaAuditLogStore.getLogItems(String account,
String storeId,
String spaceId,
String contentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaAuditLogStore.updateProperties(AuditLogItem item,
String properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaAuditLogItem |
Copyright © 2015–2016 DuraSpace. All rights reserved.