Interface EventHolder
-
- All Known Implementing Classes:
Project
public interface EventHolder
Interface for JCR events holder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeIterator
getEvents()
Returns the events' nodesNode
getEventsRootNode()
Returns the node holding the events
-
-
-
Method Detail
-
getEventsRootNode
Node getEventsRootNode() throws RepositoryException
Returns the node holding the events- Returns:
- the node holding the events
- Throws:
RepositoryException
- if failed to get event holder node
-
getEvents
NodeIterator getEvents() throws RepositoryException
Returns the events' nodes- Returns:
- The events
- Throws:
RepositoryException
- if failed to get events' nodes
-
-