Uses of Interface
org.duracloud.mill.auditor.AuditLogItem
Packages that use AuditLogItem
Package
Description
-
Uses of AuditLogItem in org.duracloud.mill.auditor
Methods in org.duracloud.mill.auditor that return AuditLogItemModifier and TypeMethodDescriptionAuditLogStore.getLatestLogItem(String account, String storeId, String spaceId, String contentId) Retrieves log history for a content item in chronological orderAuditLogWriteFailedException.getLogItem()Methods in org.duracloud.mill.auditor that return types with arguments of type AuditLogItemModifier and TypeMethodDescriptionAuditLogStore.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 AuditLogItemModifier and TypeMethodDescriptionvoidAuditLogStore.updateProperties(AuditLogItem item, String properties) Adds the following properties to the specified item.Constructors in org.duracloud.mill.auditor with parameters of type AuditLogItemModifierConstructorDescriptionAuditLogWriteFailedException(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 AuditLogItemModifier and TypeMethodDescriptionJpaAuditLogStore.getLatestLogItem(String account, String storeId, String spaceId, String contentId) Methods in org.duracloud.mill.auditor.jpa that return types with arguments of type AuditLogItemModifier and TypeMethodDescriptionJpaAuditLogStore.getLogItems(String account, String storeId, String spaceId, String contentId) Methods in org.duracloud.mill.auditor.jpa with parameters of type AuditLogItemModifier and TypeMethodDescriptionvoidJpaAuditLogStore.updateProperties(AuditLogItem item, String properties) -
Uses of AuditLogItem in org.duracloud.mill.db.model
Classes in org.duracloud.mill.db.model that implement AuditLogItem