Package org.alfresco.repo.content
Class ContentStoreCreatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.content.ContentStoreCreatedEvent
-
- All Implemented Interfaces:
Serializable
public class ContentStoreCreatedEvent extends org.springframework.context.ApplicationEventA class of event that notifies the listener of the existence of aFileContentStore. Useful for Monitoring purposes.- Since:
- 3.1
- Author:
- dward
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Serializable>extendedEventParams-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ContentStoreCreatedEvent(ContentStore source, Map<String,Serializable> extendedEventParams)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentStoregetContentStore()Map<String,Serializable>getExtendedEventParams()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
extendedEventParams
protected transient Map<String,Serializable> extendedEventParams
-
-
Constructor Detail
-
ContentStoreCreatedEvent
public ContentStoreCreatedEvent(ContentStore source, Map<String,Serializable> extendedEventParams)
The Constructor.- Parameters:
source- the source content store
-
-
Method Detail
-
getContentStore
public ContentStore getContentStore()
- Returns:
- Returns the source
ContentStore
-
getExtendedEventParams
public Map<String,Serializable> getExtendedEventParams()
-
-