Uses of Class
org.duracloud.mill.auditor.AuditLogWriteFailedException
Packages that use AuditLogWriteFailedException
-
Uses of AuditLogWriteFailedException in org.duracloud.mill.auditor
Methods in org.duracloud.mill.auditor that throw AuditLogWriteFailedExceptionModifier and TypeMethodDescriptionvoidAuditLogStore.updateProperties(AuditLogItem item, String properties) Adds the following properties to the specified item.voidAuditLogStore.write(String account, String storeId, String spaceId, String contentId, String contentMd5, String mimetype, String contentSize, String user, String action, String properties, String spaceAcls, String sourceSpaceId, String sourceContentId, Date timestamp) This method writes the logItem to the audit log. -
Uses of AuditLogWriteFailedException in org.duracloud.mill.auditor.jpa
Methods in org.duracloud.mill.auditor.jpa that throw AuditLogWriteFailedExceptionModifier and TypeMethodDescriptionvoidJpaAuditLogStore.updateProperties(AuditLogItem item, String properties) voidJpaAuditLogStore.write(String account, String storeId, String spaceId, String contentId, String contentMd5, String mimetype, String contentSize, String user, String action, String properties, String spaceAcls, String sourceSpaceId, String sourceContentId, Date timestamp)