Uses of Class
org.alfresco.filesys.repo.NodeEvent
-
Packages that use NodeEvent Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layer -
-
Uses of NodeEvent in org.alfresco.filesys.repo
Subclasses of NodeEvent in org.alfresco.filesys.repo Modifier and Type Class Description classCreateNodeEventCreate Node Event ClassclassDeleteNodeEventDelete Node Event ClassclassLockNodeEventLock Node Event ClassclassMoveNodeEventMove Node Event ClassMethods in org.alfresco.filesys.repo that return NodeEvent Modifier and Type Method Description NodeEventNodeEventQueue. removeEvent()Remove an event from the head of the queueNodeEventNodeEventQueue. removeSessionNoWait()Remove an event from the queue, without waiting if there are no events in the queueMethods in org.alfresco.filesys.repo with parameters of type NodeEvent Modifier and Type Method Description voidNodeEventQueue. addEvent(NodeEvent event)Add an event to the queue
-