Interface EventHolder

All Known Implementing Classes:
Project

public interface EventHolder
Interface for JCR events holder
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.jcr.NodeIterator
    Returns the events' nodes
    javax.jcr.Node
    Returns the node holding the events
  • Method Details

    • getEventsRootNode

      javax.jcr.Node getEventsRootNode() throws javax.jcr.RepositoryException
      Returns the node holding the events
      Returns:
      the node holding the events
      Throws:
      javax.jcr.RepositoryException - if failed to get event holder node
    • getEvents

      javax.jcr.NodeIterator getEvents() throws javax.jcr.RepositoryException
      Returns the events' nodes
      Returns:
      The events
      Throws:
      javax.jcr.RepositoryException - if failed to get events' nodes