Class AuditModelRegistryImpl.AuditModelRegistryState

    • Constructor Summary

      Constructors 
      Constructor Description
      AuditModelRegistryState()
      Instantiates a new audit model registry state.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AuditApplication getAuditApplicationByKey​(java.lang.String key)
      Gets an audit application by key.
      AuditApplication getAuditApplicationByName​(java.lang.String applicationName)
      Gets an audit application by name.
      java.util.Map<java.lang.String,​AuditApplication> getAuditApplications()
      Gets all audit applications keyed by name.
      org.alfresco.util.PathMapper getAuditPathMapper()
      Gets the audit path mapper.
      java.lang.String getProperty​(java.lang.String name)
      Gets a property value.
      java.util.Set<java.lang.String> getPropertyNames()
      Gets the names of all properties.
      void registerModel​(java.net.URL auditModelUrl)
      Register an audit model at a given URL.
      void removeProperty​(java.lang.String name)
      Removes a property.
      void setProperty​(java.lang.String name, java.lang.String value)
      Sets the value of a property.
      void start()
      Starts up the component, using its new property values.
      void stop()
      Stops the component, so that its property values can be changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait