Uses of Interface
org.duracloud.mill.auditor.AuditLogItem
-
Packages that use AuditLogItem Package Description org.duracloud.mill.auditor org.duracloud.mill.auditor.jpa org.duracloud.mill.db.model -
-
Uses of AuditLogItem in org.duracloud.mill.auditor
Methods in org.duracloud.mill.auditor that return AuditLogItem Modifier and Type Method Description AuditLogItemAuditLogStore. getLatestLogItem(String account, String storeId, String spaceId, String contentId)Retrieves log history for a content item in chronological orderAuditLogItemAuditLogWriteFailedException. getLogItem()Methods in org.duracloud.mill.auditor that return types with arguments of type AuditLogItem Modifier and Type Method Description Iterator<AuditLogItem>AuditLogStore. getLogItems(String account, String storeId, String spaceId, String contentId)Retrieves log history for a content item.Methods in org.duracloud.mill.auditor with parameters of type AuditLogItem Modifier and Type Method Description voidAuditLogStore. updateProperties(AuditLogItem item, String properties)Adds the following properties to the specified item.Constructors in org.duracloud.mill.auditor with parameters of type AuditLogItem Constructor Description AuditLogWriteFailedException(Exception ex, AuditLogItem logItem)AuditLogWriteFailedException(String message, AuditLogItem logItem) -
Uses of AuditLogItem in org.duracloud.mill.auditor.jpa
Methods in org.duracloud.mill.auditor.jpa that return AuditLogItem Modifier and Type Method Description AuditLogItemJpaAuditLogStore. getLatestLogItem(String account, String storeId, String spaceId, String contentId)Methods in org.duracloud.mill.auditor.jpa that return types with arguments of type AuditLogItem Modifier and Type Method Description Iterator<AuditLogItem>JpaAuditLogStore. getLogItems(String account, String storeId, String spaceId, String contentId)Methods in org.duracloud.mill.auditor.jpa with parameters of type AuditLogItem Modifier and Type Method Description voidJpaAuditLogStore. updateProperties(AuditLogItem item, String properties) -
Uses of AuditLogItem in org.duracloud.mill.db.model
Classes in org.duracloud.mill.db.model that implement AuditLogItem Modifier and Type Class Description classJpaAuditLogItem
-