Uses of Class
org.fcrepo.server.MultiValueMap

Packages that use MultiValueMap
org.fcrepo.server   
org.fcrepo.server.journal.entry   
 

Uses of MultiValueMap in org.fcrepo.server
 

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

Methods in org.fcrepo.server with parameters of type MultiValueMap
 void ReadOnlyContext.setActionAttributes(MultiValueMap actionAttributes)
           
 void Context.setActionAttributes(MultiValueMap actionAttributes)
           
 void ReadOnlyContext.setEnvironmentValues(MultiValueMap environmentAttributes)
           
 void ReadOnlyContext.setResourceAttributes(MultiValueMap resourceAttributes)
           
 void Context.setResourceAttributes(MultiValueMap resourceAttributes)
           
 

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

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

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



Copyright © 2012 DuraSpace. All Rights Reserved.