Uses of Class
org.alfresco.rest.rm.community.model.audit.AuditEntry
-
Packages that use AuditEntry Package Description org.alfresco.rest.v0 org.alfresco.rest.v0.service -
-
Uses of AuditEntry in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 that return types with arguments of type AuditEntry Modifier and Type Method Description List<AuditEntry>RMAuditAPI. getRMAuditLog(String user, String password, int size, String event)Returns a list of rm audit entries . -
Uses of AuditEntry in org.alfresco.rest.v0.service
Methods in org.alfresco.rest.v0.service that return types with arguments of type AuditEntry Modifier and Type Method Description List<AuditEntry>RMAuditService. getAuditEntriesFilteredByEvent(org.alfresco.utility.model.UserModel user, AuditEvents auditEvent)Returns a list of rm audit entries filtered by given event
-