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

Packages that use JournalEntry
fedora.server.journal.entry   
fedora.server.journal.managementmethods   
fedora.server.journal.readerwriter.multicast   
 

Uses of JournalEntry in fedora.server.journal.entry
 

Subclasses of JournalEntry in fedora.server.journal.entry
 class ConsumerJournalEntry
           Title: ConsumerJournalEntry.java
 class CreatorJournalEntry
           Title: CreatorJournalEntry.java
 

Uses of JournalEntry in fedora.server.journal.managementmethods
 

Fields in fedora.server.journal.managementmethods declared as JournalEntry
protected  JournalEntry ManagementMethod.parent
           
 

Methods in fedora.server.journal.managementmethods with parameters of type JournalEntry
static ManagementMethod ManagementMethod.getInstance(java.lang.String methodName, JournalEntry parent)
          Get an instance of the proper class, based on the method name.
 

Constructors in fedora.server.journal.managementmethods with parameters of type JournalEntry
AddDatastreamMethod(JournalEntry parent)
           
AddDisseminatorMethod(JournalEntry parent)
           
GetNextPidMethod(JournalEntry parent)
           
IngestObjectMethod(JournalEntry parent)
           
ManagementMethod(JournalEntry parent)
           
ModifyDatastreamByReferenceMethod(JournalEntry parent)
           
ModifyDatastreamByValueMethod(JournalEntry parent)
           
ModifyDisseminatorMethod(JournalEntry parent)
           
ModifyObjectMethod(JournalEntry parent)
           
PurgeDatastreamMethod(JournalEntry parent)
           
PurgeDisseminatorMethod(JournalEntry parent)
           
PurgeObjectMethod(JournalEntry parent)
           
PutTempStreamMethod(JournalEntry parent)
           
SetDatastreamStateMethod(JournalEntry parent)
           
SetDatastreamVersionableMethod(JournalEntry parent)
           
SetDisseminatorStateMethod(JournalEntry parent)
           
 

Uses of JournalEntry in fedora.server.journal.readerwriter.multicast
 

Methods in fedora.server.journal.readerwriter.multicast with parameters of type JournalEntry
 long JournalEntrySizeEstimator.estimateSize(JournalEntry journalEntry)
          Create a modified entry, minus any file arguments, and ask the JournalWriter to format it so we can check the size.