Uses of Class
fedora.oai.DeletedRecordSupport

Packages that use DeletedRecordSupport
fedora.oai   
fedora.oai.sample   
fedora.server.oai   
 

Uses of DeletedRecordSupport in fedora.oai
 

Fields in fedora.oai declared as DeletedRecordSupport
static DeletedRecordSupport DeletedRecordSupport.NO
          Indicates that the repository does not maintain information about deletions.
static DeletedRecordSupport DeletedRecordSupport.PERSISTENT
          Indicates that the repository maintains information about deletions with no time limit.
static DeletedRecordSupport DeletedRecordSupport.TRANSIENT
          Indicates that the repository does not guarantee that a list of deletions is maintained persistently or consistently.
 

Methods in fedora.oai that return DeletedRecordSupport
 DeletedRecordSupport OAIProvider.getDeletedRecordSupport()
          Get the manner in which the repository supports the notion of deleted records.
 

Uses of DeletedRecordSupport in fedora.oai.sample
 

Methods in fedora.oai.sample that return DeletedRecordSupport
 DeletedRecordSupport SampleOAIProvider.getDeletedRecordSupport()
           
 

Uses of DeletedRecordSupport in fedora.server.oai
 

Methods in fedora.server.oai that return DeletedRecordSupport
 DeletedRecordSupport FedoraOAIProviderModule.getDeletedRecordSupport()
           
 DeletedRecordSupport FedoraOAIProvider.getDeletedRecordSupport()