Uses of Class
org.alfresco.rest.rm.community.model.audit.AuditEvents
-
Packages that use AuditEvents Package Description org.alfresco.rest.rm.community.model.audit org.alfresco.rest.v0.service -
-
Uses of AuditEvents in org.alfresco.rest.rm.community.model.audit
Methods in org.alfresco.rest.rm.community.model.audit that return AuditEvents Modifier and Type Method Description static AuditEventsAuditEvents. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEvents[]AuditEvents. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuditEvents in org.alfresco.rest.v0.service
Methods in org.alfresco.rest.v0.service with parameters of type AuditEvents Modifier and Type Method Description voidRMAuditService. checkAuditLogForEvent(org.alfresco.utility.model.UserModel user, AuditEvents auditEvent, org.alfresco.utility.model.UserModel auditUser, String nodeName, String nodePath, List<Object> changedValues)Checks the rm audit log contains the entry for the given event.voidRMAuditService. checkAuditLogForEvent(org.alfresco.utility.model.UserModel user, AuditEvents auditEvent, org.alfresco.utility.model.UserModel auditUser, String nodeName, List<Object> changedValues)Checks the rm audit log contains the entry for the given event.List<AuditEntry>RMAuditService. getAuditEntriesFilteredByEvent(org.alfresco.utility.model.UserModel user, AuditEvents auditEvent)Returns a list of rm audit entries filtered by given event
-