Uses of Class
fedora.server.MultiValueMap

Packages that use MultiValueMap
fedora.server   
fedora.server.journal.entry   
 

Uses of MultiValueMap in fedora.server
 

Methods in fedora.server that return MultiValueMap
 MultiValueMap ReadOnlyContext.getEnvironmentAttributes()
           
 MultiValueMap Context.getEnvironmentAttributes()
           
 

Methods in fedora.server with parameters of type MultiValueMap
 void ReadOnlyContext.setActionAttributes(MultiValueMap actionAttributes)
           
 void Context.setActionAttributes(MultiValueMap actionAttributes)
           
 void ReadOnlyContext.setResourceAttributes(MultiValueMap resourceAttributes)
           
 void Context.setResourceAttributes(MultiValueMap resourceAttributes)
           
 

Uses of MultiValueMap in fedora.server.journal.entry
 

Methods in fedora.server.journal.entry that return MultiValueMap
 MultiValueMap JournalEntryContext.getActionAttributes()
           
 MultiValueMap JournalEntryContext.getEnvironmentAttributes()
           
 MultiValueMap JournalEntryContext.getRecoveryAttributes()
           
 MultiValueMap JournalEntryContext.getResourceAttributes()
           
 MultiValueMap JournalEntryContext.getSubjectAttributes()
           
 

Methods in fedora.server.journal.entry with parameters of type MultiValueMap
 void JournalEntryContext.setActionAttributes(MultiValueMap actionAttributes)
           
 void JournalEntryContext.setEnvironmentAttributes(MultiValueMap environmentAttributes)
           
 void JournalEntryContext.setRecoveryAttributes(MultiValueMap recoveryAttributes)
           
 void JournalEntryContext.setResourceAttributes(MultiValueMap resourceAttributes)
           
 void JournalEntryContext.setSubjectAttributes(MultiValueMap subjectAttributes)