Uses of Class
org.alfresco.repo.domain.audit.AbstractAuditDAOImpl.AuditQueryRowHandler
-
Packages that use AbstractAuditDAOImpl.AuditQueryRowHandler Package Description org.alfresco.repo.domain.audit org.alfresco.repo.domain.audit.ibatis -
-
Uses of AbstractAuditDAOImpl.AuditQueryRowHandler in org.alfresco.repo.domain.audit
Methods in org.alfresco.repo.domain.audit with parameters of type AbstractAuditDAOImpl.AuditQueryRowHandler Modifier and Type Method Description protected abstract voidAbstractAuditDAOImpl. findAuditEntries(AbstractAuditDAOImpl.AuditQueryRowHandler rowHandler, boolean forward, String applicationName, String user, Long fromId, Long toId, Long fromTime, Long toTime, int maxResults, String searchKey, Serializable searchValue) -
Uses of AbstractAuditDAOImpl.AuditQueryRowHandler in org.alfresco.repo.domain.audit.ibatis
Methods in org.alfresco.repo.domain.audit.ibatis with parameters of type AbstractAuditDAOImpl.AuditQueryRowHandler Modifier and Type Method Description protected voidAuditDAOImpl. findAuditEntries(AbstractAuditDAOImpl.AuditQueryRowHandler rowHandler, boolean forward, String appName, String user, Long fromId, Long toId, Long fromTime, Long toTime, int maxResults, String searchKey, Serializable searchValue)
-