Uses of Class
org.alfresco.repo.audit.model.AuditApplication
Packages that use AuditApplication
-
Uses of AuditApplication in org.alfresco.repo.audit
Methods in org.alfresco.repo.audit that return types with arguments of type AuditApplicationModifier and TypeMethodDescriptionAuditComponent.getAuditApplications()Get all registered audit applications, whether active or not.AuditComponentImpl.getAuditApplications()Get all registered audit applications, whether active or not. -
Uses of AuditApplication in org.alfresco.repo.audit.model
Methods in org.alfresco.repo.audit.model that return AuditApplicationModifier and TypeMethodDescriptionAuditModelRegistry.getAuditApplicationByKey(String key) Get the application model for the given root key (as defined on the application)AuditModelRegistryImpl.AuditModelRegistryState.getAuditApplicationByKey(String key) Gets an audit application by key.AuditModelRegistryImpl.getAuditApplicationByKey(String key) Get the application model for the given root key (as defined on the application)AuditModelRegistry.getAuditApplicationByName(String applicationName) Get the application model for the given application nameAuditModelRegistryImpl.AuditModelRegistryState.getAuditApplicationByName(String applicationName) Gets an audit application by name.AuditModelRegistryImpl.getAuditApplicationByName(String applicationName) Get the application model for the given application nameMethods in org.alfresco.repo.audit.model that return types with arguments of type AuditApplicationModifier and TypeMethodDescriptionAuditModelRegistry.getAuditApplications()Get a map of all audit applications key by nameAuditModelRegistryImpl.AuditModelRegistryState.getAuditApplications()Gets all audit applications keyed by name.AuditModelRegistryImpl.getAuditApplications()Get a map of all audit applications key by name