Package org.alfresco.repo.security.sync
Class SynchronizeDirectoryStartEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.security.sync.SynchronizeEvent
-
- org.alfresco.repo.security.sync.SynchronizeDirectoryEvent
-
- org.alfresco.repo.security.sync.SynchronizeDirectoryStartEvent
-
- All Implemented Interfaces:
Serializable
public class SynchronizeDirectoryStartEvent extends SynchronizeDirectoryEvent
Start of synchronize directory- Since:
- 4.2
- Author:
- mrogers
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SynchronizeDirectoryStartEvent(Object o, String zone, String[] batchProcessNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getBatchProcessNames()-
Methods inherited from class org.alfresco.repo.security.sync.SynchronizeDirectoryEvent
getZone
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-