Class ContentStoreCreatedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContentStoreCreatedEvent
    extends org.springframework.context.ApplicationEvent
    A class of event that notifies the listener of the existence of a FileContentStore. Useful for Monitoring purposes.
    Since:
    3.1
    Author:
    dward
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.io.Serializable> extendedEventParams  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentStoreCreatedEvent​(org.alfresco.repo.content.ContentStore source, java.util.Map<java.lang.String,​java.io.Serializable> extendedEventParams)
      The Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.repo.content.ContentStore getContentStore()  
      java.util.Map<java.lang.String,​java.io.Serializable> getExtendedEventParams()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • extendedEventParams

        protected transient java.util.Map<java.lang.String,​java.io.Serializable> extendedEventParams
    • Constructor Detail

      • ContentStoreCreatedEvent

        public ContentStoreCreatedEvent​(org.alfresco.repo.content.ContentStore source,
                                        java.util.Map<java.lang.String,​java.io.Serializable> extendedEventParams)
        The Constructor.
        Parameters:
        source - the source content store
    • Method Detail

      • getContentStore

        public org.alfresco.repo.content.ContentStore getContentStore()
        Returns:
        Returns the source ContentStore
      • getExtendedEventParams

        public java.util.Map<java.lang.String,​java.io.Serializable> getExtendedEventParams()