Uses of Interface
org.alfresco.repo.domain.audit.AuditDAO
Packages that use AuditDAO
Package
Description
-
Uses of AuditDAO in org.alfresco.repo.audit
Methods in org.alfresco.repo.audit with parameters of type AuditDAOModifier and TypeMethodDescriptionvoidAuditComponentImpl.setAuditDAO(AuditDAO auditDAO) Set the DAO for accessing audit data -
Uses of AuditDAO in org.alfresco.repo.audit.model
Methods in org.alfresco.repo.audit.model with parameters of type AuditDAOModifier and TypeMethodDescriptionvoidAuditModelRegistryImpl.setAuditDAO(AuditDAO auditDAO) Set the DAO used to persisted the registered audit models. -
Uses of AuditDAO in org.alfresco.repo.domain.audit
Classes in org.alfresco.repo.domain.audit that implement AuditDAOModifier and TypeClassDescriptionclassAbstract helper DAO for alf_audit_XXX tables. -
Uses of AuditDAO in org.alfresco.repo.domain.audit.ibatis
Classes in org.alfresco.repo.domain.audit.ibatis that implement AuditDAOModifier and TypeClassDescriptionclassiBatis-specific implementation of the DAO for alf_audit_XXX tables.