Uses of Enum Class
org.alfresco.rest.rm.community.model.audit.AuditEvents
Packages that use AuditEvents
-
Uses of AuditEvents in org.alfresco.rest.rm.community.model.audit
Methods in org.alfresco.rest.rm.community.model.audit that return AuditEventsModifier and TypeMethodDescriptionstatic AuditEventsReturns the enum constant of this class with the specified name.static AuditEvents[]AuditEvents.values()Returns an array containing the constants of this enum class, 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 AuditEventsModifier and TypeMethodDescriptionvoidRMAuditService.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.RMAuditService.getAuditEntriesFilteredByEvent(org.alfresco.utility.model.UserModel user, AuditEvents auditEvent) Returns a list of rm audit entries filtered by given event