Interface EventHolder
- All Known Implementing Classes:
Project
public interface EventHolder
Interface for JCR events holder
-
Method Summary
Modifier and TypeMethodDescriptionjavax.jcr.NodeIterator
Returns the events' nodesjavax.jcr.Node
Returns the node holding the events
-
Method Details
-
getEventsRootNode
Returns the node holding the events- Returns:
- the node holding the events
- Throws:
javax.jcr.RepositoryException
- if failed to get event holder node
-
getEvents
Returns the events' nodes- Returns:
- The events
- Throws:
javax.jcr.RepositoryException
- if failed to get events' nodes
-