Uses of Class
org.fcrepo.server.journal.entry.JournalEntry

Packages that use JournalEntry
org.fcrepo.server.journal.entry   
org.fcrepo.server.journal.managementmethods   
org.fcrepo.server.journal.readerwriter.multicast   
 

Uses of JournalEntry in org.fcrepo.server.journal.entry
 

Subclasses of JournalEntry in org.fcrepo.server.journal.entry
 class ConsumerJournalEntry
          The JournalEntry to use when consuming a journal file.
 class CreatorJournalEntry
          The JournalEntry to use when creating a journal file.
 

Uses of JournalEntry in org.fcrepo.server.journal.managementmethods
 

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

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

Constructors in org.fcrepo.server.journal.managementmethods with parameters of type JournalEntry
AddDatastreamMethod(JournalEntry parent)
           
AddRelationshipMethod(JournalEntry parent)
           
GetNextPidMethod(JournalEntry parent)
           
IngestMethod(JournalEntry parent)
           
ManagementMethod(JournalEntry parent)
           
ModifyDatastreamByReferenceMethod(JournalEntry parent)
           
ModifyDatastreamByValueMethod(JournalEntry parent)
           
ModifyObjectMethod(JournalEntry parent)
           
PurgeDatastreamMethod(JournalEntry parent)
           
PurgeObjectMethod(JournalEntry parent)
           
PurgeRelationshipMethod(JournalEntry parent)
           
PutTempStreamMethod(JournalEntry parent)
           
SetDatastreamStateMethod(JournalEntry parent)
           
SetDatastreamVersionableMethod(JournalEntry parent)
           
 

Uses of JournalEntry in org.fcrepo.server.journal.readerwriter.multicast
 

Methods in org.fcrepo.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.
 



Copyright © 2012 DuraSpace. All Rights Reserved.