Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

and() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 

B

BadArgumentException - Exception in org.dspace.xoai.dataprovider.exceptions
 
BadArgumentException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.BadArgumentException
Creates a new instance of BadArgumentException without detail message.
BadArgumentException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.BadArgumentException
Constructs an instance of BadArgumentException with the specified detail message.
BadResumptionToken - Exception in org.dspace.xoai.dataprovider.exceptions
 
BadResumptionToken() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.BadResumptionToken
Creates a new instance of BadResumptionToken without detail message.
BadResumptionToken(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.BadResumptionToken
Constructs an instance of BadResumptionToken with the specified detail message.
build() - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 

C

CannotDisseminateFormatException - Exception in org.dspace.xoai.dataprovider.exceptions
 
CannotDisseminateFormatException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.CannotDisseminateFormatException
Creates a new instance of CannotDisseminateFormatException without detail message.
CannotDisseminateFormatException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.CannotDisseminateFormatException
Constructs an instance of CannotDisseminateFormatException with the specified detail message.
checkMetadataFormat(Context, String) - Static method in class org.dspace.xoai.dataprovider.handlers.helpers.PreconditionHelper
Checks that the provided metadataPrefix can be retrieved from the given Context.
compile() - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
compile(OAIRequest) - Static method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
compile(OAIRequest, ResumptionTokenFormat) - Static method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
compile(Builder<OAIRequest>) - Static method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
compile(Builder<OAIRequest>, ResumptionTokenFormat) - Static method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
compile() - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
Condition - Interface in org.dspace.xoai.dataprovider.model.conditions
 
ConfigurationException - Exception in org.dspace.xoai.dataprovider.exceptions
 
ConfigurationException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.ConfigurationException
Creates a new instance of ConfigurationException without detail message.
ConfigurationException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.ConfigurationException
Constructs an instance of ConfigurationException with the specified detail message.
ConfigurationException(String, Exception) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.ConfigurationException
 
Context - Class in org.dspace.xoai.dataprovider.model
 
Context() - Constructor for class org.dspace.xoai.dataprovider.model.Context
 
context() - Static method in class org.dspace.xoai.dataprovider.model.Context
 
ContextServiceException - Exception in org.dspace.xoai.dataprovider.exceptions
 
ContextServiceException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.ContextServiceException
 
ContextServiceException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.ContextServiceException
 
ContextServiceException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.ContextServiceException
 
ContextServiceException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.ContextServiceException
 

D

DataProvider - Class in org.dspace.xoai.dataprovider
 
DataProvider(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.DataProvider
 
dataProvider(Context, Repository) - Static method in class org.dspace.xoai.dataprovider.DataProvider
 
DataProviderResolverException - Exception in org.dspace.xoai.dataprovider.exceptions
 
DataProviderResolverException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.DataProviderResolverException
 
DataProviderResolverException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.DataProviderResolverException
 
DataProviderResolverException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.DataProviderResolverException
 
DataProviderResolverException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.DataProviderResolverException
 
doesNotSupportSets() - Method in class org.dspace.xoai.dataprovider.repository.InMemorySetRepository
 
DoesNotSupportSetsException - Exception in org.dspace.xoai.dataprovider.exceptions
 
DoesNotSupportSetsException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.DoesNotSupportSetsException
Creates a new instance of DoesNotSupportSetsException without detail message.
DoesNotSupportSetsException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.DoesNotSupportSetsException
Constructs an instance of DoesNotSupportSetsException with the specified detail message.
DuplicateDefinitionException - Exception in org.dspace.xoai.dataprovider.exceptions
 
DuplicateDefinitionException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.DuplicateDefinitionException
 

E

ErrorHandler - Class in org.dspace.xoai.dataprovider.handlers
 
ErrorHandler() - Constructor for class org.dspace.xoai.dataprovider.handlers.ErrorHandler
 
exists(Context, String) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.SetRepositoryHelper
 
exists(String) - Method in class org.dspace.xoai.dataprovider.repository.InMemorySetRepository
 
exists(String) - Method in interface org.dspace.xoai.dataprovider.repository.SetRepository
Checks if a specific sets exists in the data source.
extractResumptionToken() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 

F

Filter - Interface in org.dspace.xoai.dataprovider.filter
 
FilterDoesNotExistsException - Exception in org.dspace.xoai.dataprovider.exceptions
 
FilterDoesNotExistsException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.FilterDoesNotExistsException
Creates a new instance of FilterDoesNotExistsException without detail message.
FilterDoesNotExistsException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.FilterDoesNotExistsException
Constructs an instance of FilterDoesNotExistsException with the specified detail message.
FilterResolver - Class in org.dspace.xoai.dataprovider.filter
 
FilterResolver() - Constructor for class org.dspace.xoai.dataprovider.filter.FilterResolver
 
formatFor(FilterResolver, ItemIdentifier) - Method in class org.dspace.xoai.dataprovider.model.Context
 
formatForPrefix(String) - Method in class org.dspace.xoai.dataprovider.model.Context
 
fromRepresentation(String) - Static method in enum org.dspace.xoai.dataprovider.parameters.OAIRequest.Parameter
 

G

get(OAIRequest.Parameter) - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
getAbout() - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
getAbout() - Method in interface org.dspace.xoai.dataprovider.model.Item
Most of the implementations would return an empty list.
getAdminEmails() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getBaseUrl() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getCompressions() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getCondition() - Method in class org.dspace.xoai.dataprovider.filter.ScopedFilter
 
getCondition() - Method in class org.dspace.xoai.dataprovider.model.Context
 
getCondition() - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
getCondition() - Method in class org.dspace.xoai.dataprovider.model.Set
 
getConfiguration() - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
getContext() - Method in class org.dspace.xoai.dataprovider.handlers.VerbHandler
 
getDate(OAIRequest.Parameter) - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
getDatestamp() - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
getDatestamp() - Method in interface org.dspace.xoai.dataprovider.model.ItemIdentifier
Creation, modification or deletion date.
getDeleteMethod() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getDescription() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getDescriptions() - Method in class org.dspace.xoai.dataprovider.model.Set
 
getEarliestDate() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getFilter(Condition) - Method in class org.dspace.xoai.dataprovider.filter.FilterResolver
 
getFilter(FilterResolver) - Method in interface org.dspace.xoai.dataprovider.model.conditions.Condition
 
getFilterResolver() - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
getFrom() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
getGranularity() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getIdentifier() - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
getIdentifier() - Method in interface org.dspace.xoai.dataprovider.model.ItemIdentifier
Returns the OAI-PMH unique identifier.
getIdentifier() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
getItem() - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemHelper
 
getItem(String) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItem(String) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItem(String) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets an item from the data source.
getItemIdentifiers(Context, int, int, String) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiers(Context, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiers(Context, int, int, String, Date, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiers(Context, int, int, String, String) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiers(Context, int, int, String, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiers(Context, int, int, String, String, Date, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiers(List<ScopedFilter>, int, int) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, Date, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, String) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, String, Date, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemIdentifiers(List<ScopedFilter>, int, int, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemIdentifiers(List<ScopedFilter>, int, int, Date, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemIdentifiers(List<ScopedFilter>, int, int, String) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemIdentifiers(List<ScopedFilter>, int, int, String, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemIdentifiers(List<ScopedFilter>, int, int, String, Date, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemIdentifiersUntil(Context, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiersUntil(Context, int, int, String, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemIdentifiersUntil(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiersUntil(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemIdentifiersUntil(List<ScopedFilter>, int, int, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemIdentifiersUntil(List<ScopedFilter>, int, int, String, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of identifiers.
getItemRepository() - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
getItems(Context, int, int, String) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItems(Context, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItems(Context, int, int, String, Date, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItems(Context, int, int, String, String) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItems(Context, int, int, String, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItems(Context, int, int, String, String, Date, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItems(List<ScopedFilter>, int, int) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItems(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItems(List<ScopedFilter>, int, int, Date, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItems(List<ScopedFilter>, int, int, String) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItems(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItems(List<ScopedFilter>, int, int, String, Date, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItems(List<ScopedFilter>, int, int) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getItems(List<ScopedFilter>, int, int, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getItems(List<ScopedFilter>, int, int, Date, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getItems(List<ScopedFilter>, int, int, String) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getItems(List<ScopedFilter>, int, int, String, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getItems(List<ScopedFilter>, int, int, String, Date, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getItemsUntil(Context, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemsUntil(Context, int, int, String, String, Date) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 
getItemsUntil(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemsUntil(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
getItemsUntil(List<ScopedFilter>, int, int, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getItemsUntil(List<ScopedFilter>, int, int, String, Date) - Method in interface org.dspace.xoai.dataprovider.repository.ItemRepository
Gets a paged list of items.
getMaxListIdentifiers() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getMaxListRecords() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getMaxListSets() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getMetadata() - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
getMetadata() - Method in interface org.dspace.xoai.dataprovider.model.Item
Metadata associated to the OAI-PMH Record.
getMetadataFormats() - Method in class org.dspace.xoai.dataprovider.model.Context
 
getMetadataPrefix() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
getName() - Method in class org.dspace.xoai.dataprovider.model.Set
 
getNamespace() - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
getParameterNames() - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
getPrefix() - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
GetRecordHandler - Class in org.dspace.xoai.dataprovider.handlers
 
GetRecordHandler(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.handlers.GetRecordHandler
 
getRepository() - Method in class org.dspace.xoai.dataprovider.handlers.VerbHandler
 
getRepositoryName() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
getResults() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemIdentifiersResult
 
getResults() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemsResults
 
getResults() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListSetsResult
 
getResumptionToken() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
getResumptionTokenFormatter() - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
getSchemaLocation() - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
getScope() - Method in class org.dspace.xoai.dataprovider.filter.ScopedFilter
 
getSet(String) - Method in class org.dspace.xoai.dataprovider.model.Context
 
getSet() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
getSetRepository() - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
getSets(Context, FilterResolver) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemHelper
 
getSets(Context, int, int) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.SetRepositoryHelper
 
getSets() - Method in class org.dspace.xoai.dataprovider.model.Context
 
getSets() - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
getSets() - Method in interface org.dspace.xoai.dataprovider.model.ItemIdentifier
Exposes the list of sets (using the set_spec) that contains the item (OAI-PMH records).
getSpec() - Method in class org.dspace.xoai.dataprovider.model.Set
 
getString(OAIRequest.Parameter) - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
getTotal() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemIdentifiersResult
 
getTotal() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemsResults
 
getTotalResults() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListSetsResult
 
getTransformer() - Method in class org.dspace.xoai.dataprovider.model.Context
 
getTransformer() - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
getType() - Method in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 
getUntil() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
getValue() - Method in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 
getVerb() - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
getVerbType() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 

H

handle(Builder<OAIRequest>) - Method in class org.dspace.xoai.dataprovider.DataProvider
 
handle(OAIRequest) - Method in class org.dspace.xoai.dataprovider.DataProvider
 
handle(HandlerException) - Method in class org.dspace.xoai.dataprovider.handlers.ErrorHandler
 
handle(OAICompiledRequest) - Method in class org.dspace.xoai.dataprovider.handlers.GetRecordHandler
 
handle(OAICompiledRequest) - Method in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler
 
handle(OAICompiledRequest) - Method in class org.dspace.xoai.dataprovider.handlers.ListIdentifiersHandler
 
handle(OAICompiledRequest) - Method in class org.dspace.xoai.dataprovider.handlers.ListMetadataFormatsHandler
 
handle(OAICompiledRequest) - Method in class org.dspace.xoai.dataprovider.handlers.ListRecordsHandler
 
handle(OAICompiledRequest) - Method in class org.dspace.xoai.dataprovider.handlers.ListSetsHandler
 
handle(OAIRequest) - Method in class org.dspace.xoai.dataprovider.handlers.VerbHandler
 
handle(OAIRequestParametersBuilder) - Method in class org.dspace.xoai.dataprovider.handlers.VerbHandler
 
handle(Builder<OAICompiledRequest>) - Method in class org.dspace.xoai.dataprovider.handlers.VerbHandler
 
handle(OAICompiledRequest) - Method in class org.dspace.xoai.dataprovider.handlers.VerbHandler
 
HandlerException - Exception in org.dspace.xoai.dataprovider.exceptions
 
HandlerException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.HandlerException
 
HandlerException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.HandlerException
 
HandlerException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.HandlerException
 
HandlerException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.HandlerException
 
has(OAIRequest.Parameter) - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
hasCompressions() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
hasCondition() - Method in class org.dspace.xoai.dataprovider.model.Context
 
hasCondition() - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
hasCondition() - Method in class org.dspace.xoai.dataprovider.model.Set
 
hasDescription() - Method in class org.dspace.xoai.dataprovider.model.Set
 
hasFrom() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
hasIdentifier() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
hasMetadataPrefix() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
hasMore() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemIdentifiersResult
 
hasMore() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemsResults
 
hasMore() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListSetsResult
 
hasResumptionToken() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
hasSet(String) - Method in class org.dspace.xoai.dataprovider.model.Context
 
hasSet() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 
hasTotalResults() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemIdentifiersResult
 
hasTotalResults() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListItemsResults
 
hasTotalResults() - Method in class org.dspace.xoai.dataprovider.handlers.results.ListSetsResult
 
hasTransformer() - Method in class org.dspace.xoai.dataprovider.model.Context
 
hasUntil() - Method in class org.dspace.xoai.dataprovider.parameters.OAICompiledRequest
 

I

IdDoesNotExistException - Exception in org.dspace.xoai.dataprovider.exceptions
 
IdDoesNotExistException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.IdDoesNotExistException
Creates a new instance of IdDoesNotExistException without detail message.
IdDoesNotExistException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.IdDoesNotExistException
Constructs an instance of IdDoesNotExistException with the specified detail message.
IdDoesNotExistException(Exception) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.IdDoesNotExistException
 
IdentifyHandler - Class in org.dspace.xoai.dataprovider.handlers
 
IdentifyHandler(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.handlers.IdentifyHandler
 
IdentifyHandler.XOAIDescription - Class in org.dspace.xoai.dataprovider.handlers
 
identity() - Static method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
IllegalVerbException - Exception in org.dspace.xoai.dataprovider.exceptions
 
IllegalVerbException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.IllegalVerbException
Creates a new instance of IllegalVerbException without detail message.
IllegalVerbException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.IllegalVerbException
Constructs an instance of IllegalVerbException with the specified detail message.
InMemoryItem - Class in org.dspace.xoai.dataprovider.model
 
InMemoryItem() - Constructor for class org.dspace.xoai.dataprovider.model.InMemoryItem
 
InMemoryItemRepository - Class in org.dspace.xoai.dataprovider.repository
 
InMemoryItemRepository() - Constructor for class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
InMemorySetRepository - Class in org.dspace.xoai.dataprovider.repository
 
InMemorySetRepository() - Constructor for class org.dspace.xoai.dataprovider.repository.InMemorySetRepository
 
InternalOAIException - Exception in org.dspace.xoai.dataprovider.exceptions
 
InternalOAIException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.InternalOAIException
 
InternalOAIException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.InternalOAIException
 
InternalOAIException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.InternalOAIException
 
InternalOAIException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.InternalOAIException
 
InvalidContextException - Exception in org.dspace.xoai.dataprovider.exceptions
 
InvalidContextException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.InvalidContextException
Creates a new instance of InvalidContextException without detail message.
InvalidContextException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.InvalidContextException
Constructs an instance of InvalidContextException with the specified detail message.
isDeleted() - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
isDeleted() - Method in interface org.dspace.xoai.dataprovider.model.ItemIdentifier
Checks if the item is deleted or not.
isItemShown(ItemIdentifier) - Method in interface org.dspace.xoai.dataprovider.filter.Filter
 
isStaticSet(String) - Method in class org.dspace.xoai.dataprovider.model.Context
 
item() - Static method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
Item - Interface in org.dspace.xoai.dataprovider.model
This is a required class to extend when implementing a specific OAI Data Provider.
ItemHelper - Class in org.dspace.xoai.dataprovider.handlers.helpers
 
ItemHelper(Item) - Constructor for class org.dspace.xoai.dataprovider.handlers.helpers.ItemHelper
 
ItemIdentifier - Interface in org.dspace.xoai.dataprovider.model
Base class for identifying an OAI-PMH records.
ItemIdentifyHelper - Class in org.dspace.xoai.dataprovider.handlers.helpers
 
ItemIdentifyHelper(ItemIdentifier) - Constructor for class org.dspace.xoai.dataprovider.handlers.helpers.ItemIdentifyHelper
 
ItemRepository - Interface in org.dspace.xoai.dataprovider.repository
This class wraps the data source of items.
ItemRepositoryHelper - Class in org.dspace.xoai.dataprovider.handlers.helpers
 
ItemRepositoryHelper(ItemRepository) - Constructor for class org.dspace.xoai.dataprovider.handlers.helpers.ItemRepositoryHelper
 

L

ListIdentifiersHandler - Class in org.dspace.xoai.dataprovider.handlers
 
ListIdentifiersHandler(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.handlers.ListIdentifiersHandler
 
ListItemIdentifiersResult - Class in org.dspace.xoai.dataprovider.handlers.results
 
ListItemIdentifiersResult(boolean, List<ItemIdentifier>) - Constructor for class org.dspace.xoai.dataprovider.handlers.results.ListItemIdentifiersResult
 
ListItemIdentifiersResult(boolean, List<ItemIdentifier>, int) - Constructor for class org.dspace.xoai.dataprovider.handlers.results.ListItemIdentifiersResult
 
ListItemsResults - Class in org.dspace.xoai.dataprovider.handlers.results
 
ListItemsResults(boolean, List<Item>) - Constructor for class org.dspace.xoai.dataprovider.handlers.results.ListItemsResults
 
ListItemsResults(boolean, List<Item>, int) - Constructor for class org.dspace.xoai.dataprovider.handlers.results.ListItemsResults
 
ListMetadataFormatsHandler - Class in org.dspace.xoai.dataprovider.handlers
 
ListMetadataFormatsHandler(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.handlers.ListMetadataFormatsHandler
 
ListRecordsHandler - Class in org.dspace.xoai.dataprovider.handlers
 
ListRecordsHandler(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.handlers.ListRecordsHandler
 
ListSetsHandler - Class in org.dspace.xoai.dataprovider.handlers
 
ListSetsHandler(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.handlers.ListSetsHandler
 
ListSetsResult - Class in org.dspace.xoai.dataprovider.handlers.results
 
ListSetsResult(boolean, List<Set>) - Constructor for class org.dspace.xoai.dataprovider.handlers.results.ListSetsResult
 
ListSetsResult(boolean, List<Set>, int) - Constructor for class org.dspace.xoai.dataprovider.handlers.results.ListSetsResult
 

M

MarshallingException - Exception in org.dspace.xoai.dataprovider.exceptions
 
MarshallingException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MarshallingException
 
MarshallingException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MarshallingException
 
MarshallingException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MarshallingException
 
MarshallingException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MarshallingException
 
MetadataBindException - Exception in org.dspace.xoai.dataprovider.exceptions
 
MetadataBindException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MetadataBindException
 
MetadataBindException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MetadataBindException
 
MetadataBindException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MetadataBindException
 
MetadataBindException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MetadataBindException
 
MetadataFormat - Class in org.dspace.xoai.dataprovider.model
 
MetadataFormat() - Constructor for class org.dspace.xoai.dataprovider.model.MetadataFormat
 
metadataFormat(String) - Static method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
MetadataFormatDoesNotExistsException - Exception in org.dspace.xoai.dataprovider.exceptions
 
MetadataFormatDoesNotExistsException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MetadataFormatDoesNotExistsException
Creates a new instance of MetadataFormatDoesNotExistsException without detail message.
MetadataFormatDoesNotExistsException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.MetadataFormatDoesNotExistsException
Constructs an instance of MetadataFormatDoesNotExistsException with the specified detail message.

N

NoMatchesException - Exception in org.dspace.xoai.dataprovider.exceptions
 
NoMatchesException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.NoMatchesException
Creates a new instance of NoMatchesException without detail message.
NoMatchesException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.NoMatchesException
Constructs an instance of NoMatchesException with the specified detail message.
NoMetadataFormatsException - Exception in org.dspace.xoai.dataprovider.exceptions
 
NoMetadataFormatsException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.NoMetadataFormatsException
Creates a new instance of NoMetadataFormatsException without detail message.
NoMetadataFormatsException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.NoMetadataFormatsException
Constructs an instance of NoMetadataFormatsException with the specified detail message.

O

OAICompiledRequest - Class in org.dspace.xoai.dataprovider.parameters
 
OAIException - Exception in org.dspace.xoai.dataprovider.exceptions
 
OAIException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.OAIException
Creates a new instance of OAIException without detail message.
OAIException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.OAIException
Constructs an instance of OAIException with the specified detail message.
OAIException(Exception) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.OAIException
 
OAIRequest - Class in org.dspace.xoai.dataprovider.parameters
 
OAIRequest(Map<String, List<String>>) - Constructor for class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
OAIRequest.Parameter - Enum in org.dspace.xoai.dataprovider.parameters
 
OAIRequestParametersBuilder - Class in org.dspace.xoai.dataprovider.builder
 
OAIRequestParametersBuilder() - Constructor for class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
org.dspace.xoai.dataprovider - package org.dspace.xoai.dataprovider
 
org.dspace.xoai.dataprovider.builder - package org.dspace.xoai.dataprovider.builder
 
org.dspace.xoai.dataprovider.exceptions - package org.dspace.xoai.dataprovider.exceptions
 
org.dspace.xoai.dataprovider.filter - package org.dspace.xoai.dataprovider.filter
 
org.dspace.xoai.dataprovider.handlers - package org.dspace.xoai.dataprovider.handlers
 
org.dspace.xoai.dataprovider.handlers.helpers - package org.dspace.xoai.dataprovider.handlers.helpers
 
org.dspace.xoai.dataprovider.handlers.results - package org.dspace.xoai.dataprovider.handlers.results
 
org.dspace.xoai.dataprovider.model - package org.dspace.xoai.dataprovider.model
 
org.dspace.xoai.dataprovider.model.conditions - package org.dspace.xoai.dataprovider.model.conditions
 
org.dspace.xoai.dataprovider.parameters - package org.dspace.xoai.dataprovider.parameters
 
org.dspace.xoai.dataprovider.repository - package org.dspace.xoai.dataprovider.repository
 

P

PreconditionHelper - Class in org.dspace.xoai.dataprovider.handlers.helpers
Helper class used to centralize preconditions for the different handlers.
PreconditionHelper() - Constructor for class org.dspace.xoai.dataprovider.handlers.helpers.PreconditionHelper
 

R

randomItem() - Static method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
Repository - Class in org.dspace.xoai.dataprovider.repository
 
Repository() - Constructor for class org.dspace.xoai.dataprovider.repository.Repository
 
repository() - Static method in class org.dspace.xoai.dataprovider.repository.Repository
 
RepositoryConfiguration - Class in org.dspace.xoai.dataprovider.repository
 
RepositoryConfiguration() - Constructor for class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
resolve(boolean) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ResumptionTokenHelper
 
ResumptionTokenHelper - Class in org.dspace.xoai.dataprovider.handlers.helpers
 
ResumptionTokenHelper(ResumptionToken.Value, long) - Constructor for class org.dspace.xoai.dataprovider.handlers.helpers.ResumptionTokenHelper
 
retrieveSets(int, int) - Method in class org.dspace.xoai.dataprovider.repository.InMemorySetRepository
 
retrieveSets(int, int) - Method in interface org.dspace.xoai.dataprovider.repository.SetRepository
Returns a paged list of sets.

S

Scope - Enum in org.dspace.xoai.dataprovider.filter
 
ScopedFilter - Class in org.dspace.xoai.dataprovider.filter
 
ScopedFilter(Condition, Scope) - Constructor for class org.dspace.xoai.dataprovider.filter.ScopedFilter
 
Set - Class in org.dspace.xoai.dataprovider.model
 
Set(String) - Constructor for class org.dspace.xoai.dataprovider.model.Set
 
set(String) - Static method in class org.dspace.xoai.dataprovider.model.Set
 
SetRepository - Interface in org.dspace.xoai.dataprovider.repository
API for implementing a repository of sets.
SetRepositoryHelper - Class in org.dspace.xoai.dataprovider.handlers.helpers
 
SetRepositoryHelper(SetRepository) - Constructor for class org.dspace.xoai.dataprovider.handlers.helpers.SetRepositoryHelper
 
StaticSetDoesNotExistsException - Exception in org.dspace.xoai.dataprovider.exceptions
 
StaticSetDoesNotExistsException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.StaticSetDoesNotExistsException
Creates a new instance of StaticSetDoesNotExistsException without detail message.
StaticSetDoesNotExistsException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.StaticSetDoesNotExistsException
Constructs an instance of StaticSetDoesNotExistsException with the specified detail message.
supportSets() - Method in class org.dspace.xoai.dataprovider.repository.InMemorySetRepository
 
supportSets() - Method in interface org.dspace.xoai.dataprovider.repository.SetRepository
Checks if the actual data source supports sets.

T

toOAIPMH() - Method in class org.dspace.xoai.dataprovider.model.Set
 
toStream() - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ItemHelper
 
toString() - Method in enum org.dspace.xoai.dataprovider.parameters.OAIRequest.Parameter
 
TransformerDoesNotExistsException - Exception in org.dspace.xoai.dataprovider.exceptions
 
TransformerDoesNotExistsException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.TransformerDoesNotExistsException
Creates a new instance of TransformerDoesNotExistsException without detail message.
TransformerDoesNotExistsException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.TransformerDoesNotExistsException
Constructs an instance of TransformerDoesNotExistsException with the specified detail message.
type - Variable in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 

U

UnknownParameterException - Exception in org.dspace.xoai.dataprovider.exceptions
 
UnknownParameterException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.UnknownParameterException
 
UnknownParameterException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.UnknownParameterException
 
UnknownParameterException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.UnknownParameterException
 
UnknownParameterException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.UnknownParameterException
 

V

validate(OAIRequest.Parameter) - Method in class org.dspace.xoai.dataprovider.parameters.OAIRequest
 
value - Variable in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 
valueOf(String) - Static method in enum org.dspace.xoai.dataprovider.filter.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xoai.dataprovider.parameters.OAIRequest.Parameter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dspace.xoai.dataprovider.filter.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xoai.dataprovider.parameters.OAIRequest.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
VerbHandler<T extends XmlWritable> - Class in org.dspace.xoai.dataprovider.handlers
 
VerbHandler(Context, Repository) - Constructor for class org.dspace.xoai.dataprovider.handlers.VerbHandler
 

W

with(String, String...) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
with(String, Object) - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
withAdminEmail(String) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withAdminEmails(String...) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withBaseUrl(String) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withCompression(String) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withCondition(Condition) - Method in class org.dspace.xoai.dataprovider.model.Context
 
withCondition(Condition) - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
withCondition(Condition) - Method in class org.dspace.xoai.dataprovider.model.Set
 
withConfiguration(RepositoryConfiguration) - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
withDefaults() - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
withDefaults() - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withDeleteMethod(DeletedRecord) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withDescription(XOAIMetadata) - Method in class org.dspace.xoai.dataprovider.model.Set
 
withDescription(String) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withEarliestDate(Date) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withFrom(Date) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
withGranularity(Granularity) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withIdentifier(String) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
withIdentifier(String) - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
withItem(InMemoryItem) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
withItemRepository(ItemRepository) - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
withItems(InMemoryItem...) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
withMaxListIdentifiers(int) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withMaxListRecords(int) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withMaxListSets(int) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withMetadataFormat(MetadataFormat) - Method in class org.dspace.xoai.dataprovider.model.Context
 
withMetadataFormat(String, Transformer) - Method in class org.dspace.xoai.dataprovider.model.Context
 
withMetadataFormat(String, Transformer, Condition) - Method in class org.dspace.xoai.dataprovider.model.Context
 
withMetadataPrefix(String) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
withName(String) - Method in class org.dspace.xoai.dataprovider.model.Set
 
withNamespace(String) - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
withNoItems() - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
withoutMetadataFormats() - Method in class org.dspace.xoai.dataprovider.model.Context
 
withPrefix(String) - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
withRandomItems(int) - Method in class org.dspace.xoai.dataprovider.repository.InMemoryItemRepository
 
withRandomSets(int) - Method in class org.dspace.xoai.dataprovider.repository.InMemorySetRepository
 
withRepositoryName(String) - Method in class org.dspace.xoai.dataprovider.repository.RepositoryConfiguration
 
withResumptionToken(String) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
withResumptionTokenFormatter(ResumptionTokenFormat) - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
withSchemaLocation(String) - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
withSet(String) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
withSet(Set) - Method in class org.dspace.xoai.dataprovider.model.Context
 
withSet(String) - Method in class org.dspace.xoai.dataprovider.model.InMemoryItem
 
withSet(String, String) - Method in class org.dspace.xoai.dataprovider.repository.InMemorySetRepository
 
withSetRepository(SetRepository) - Method in class org.dspace.xoai.dataprovider.repository.Repository
 
withTotalResults(long) - Method in class org.dspace.xoai.dataprovider.handlers.helpers.ResumptionTokenHelper
 
withTransformer(Transformer) - Method in class org.dspace.xoai.dataprovider.model.Context
 
withTransformer(Transformer) - Method in class org.dspace.xoai.dataprovider.model.MetadataFormat
 
withType(String) - Method in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 
withUntil(Date) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
withValue(String) - Method in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 
withVerb(String) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
withVerb(Verb.Type) - Method in class org.dspace.xoai.dataprovider.builder.OAIRequestParametersBuilder
 
write(XmlWriter) - Method in class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 

X

XOAIDescription() - Constructor for class org.dspace.xoai.dataprovider.handlers.IdentifyHandler.XOAIDescription
 
XSLTransformationException - Exception in org.dspace.xoai.dataprovider.exceptions
 
XSLTransformationException() - Constructor for exception org.dspace.xoai.dataprovider.exceptions.XSLTransformationException
 
XSLTransformationException(String, Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.XSLTransformationException
 
XSLTransformationException(String) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.XSLTransformationException
 
XSLTransformationException(Throwable) - Constructor for exception org.dspace.xoai.dataprovider.exceptions.XSLTransformationException
 
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links

Copyright © 2017 DuraSpace. All Rights Reserved.