Uses of Class
fedora.server.journal.entry.JournalEntryContext

Packages that use JournalEntryContext
fedora.server.journal.entry   
fedora.server.journal.xmlhelpers   
 

Uses of JournalEntryContext in fedora.server.journal.entry
 

Methods in fedora.server.journal.entry that return JournalEntryContext
 JournalEntryContext JournalEntry.getContext()
           
 

Constructors in fedora.server.journal.entry with parameters of type JournalEntryContext
ConsumerJournalEntry(java.lang.String methodName, JournalEntryContext context)
           
JournalEntry(java.lang.String methodName, JournalEntryContext context)
           
 

Uses of JournalEntryContext in fedora.server.journal.xmlhelpers
 

Methods in fedora.server.journal.xmlhelpers that return JournalEntryContext
 JournalEntryContext ContextXmlReader.readContext(javax.xml.stream.XMLEventReader reader)
          Read the context tax and populate a JournalEntryContext object.
 

Methods in fedora.server.journal.xmlhelpers with parameters of type JournalEntryContext
 void ContextXmlWriter.writeContext(JournalEntryContext context, javax.xml.stream.XMLEventWriter writer)