A B C D E F G H I J L M N O P Q R S T U V W X

E

EquiJoinCondition - Interface in javax.jcr.query.qom
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
equiJoinCondition(String, String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
Event - Interface in javax.jcr.observation
An event fired by the observation mechanism.
EventIterator - Interface in javax.jcr.observation
Allows easy iteration through a list of Events with nextEvent as well as a skip method inherited from RangeIterator.
EventJournal - Interface in javax.jcr.observation
An EventJournal is an extension of EventIterator that provides the additional method EventJournal.skipTo(long).
EventListener - Interface in javax.jcr.observation
An event listener.
EventListenerIterator - Interface in javax.jcr.observation
Allows easy iteration through a list of EventListeners with nextEventListener as well as a skip method inherited from RangeIterator.
execute() - Method in interface javax.jcr.query.Query
Executes this query and returns a QueryResult object.
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath into a series of SAX events by calling the methods of the supplied org.xml.sax.ContentHandler.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath as an XML stream and outputs it to the supplied OutputStream.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath into a series of SAX events by calling the methods of the supplied org.xml.sax.ContentHandler.
exportSystemView(String, OutputStream, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath as an XML stream and outputs it to the supplied OutputStream.

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright © 2009 Day Software. All Rights Reserved.