Class ContentStoreCreatedEvent

  • All Implemented Interfaces:
    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
    • Constructor Detail

      • ContentStoreCreatedEvent

        public ContentStoreCreatedEvent​(org.alfresco.repo.content.ContentStore source,
                                        Map<String,​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