Uses of Class
org.duracloud.mill.auditor.AuditLogWriteFailedException
-
Packages that use AuditLogWriteFailedException Package Description org.duracloud.mill.auditor org.duracloud.mill.auditor.jpa -
-
Uses of AuditLogWriteFailedException in org.duracloud.mill.auditor
Methods in org.duracloud.mill.auditor that throw AuditLogWriteFailedException Modifier and Type Method Description voidAuditLogStore. 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 AuditLogWriteFailedException Modifier and Type Method Description voidJpaAuditLogStore. 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)
-