A B C D G I J L M O Q R S T V W 

A

abortContext(HttpServletRequest) - Static method in class org.dspace.app.util.ContextUtil
 
authenticate(HttpServletRequest, String, String, String) - Static method in class org.dspace.app.util.AuthenticationUtil
Authenticate the current DSpace content based upon given authentication credentials.
authenticateImplicit(HttpServletRequest) - Static method in class org.dspace.app.util.AuthenticationUtil
Perform implicit authentication.
AuthenticationUtil - Class in org.dspace.app.util
Methods for authenticating the user.
AuthenticationUtil() - Constructor for class org.dspace.app.util.AuthenticationUtil
 

B

BINDING - Static variable in interface org.dataone.rest.api.providers.util.JiBXBindingConstants
 

C

completeContext(HttpServletRequest) - Static method in class org.dspace.app.util.ContextUtil
Check if a context exists for this request, if so complete the context.
ContextUtil - Class in org.dspace.app.util
Miscellaneous UI utility methods methods for managing DSpace context.
ContextUtil() - Constructor for class org.dspace.app.util.ContextUtil
 

D

D1BaseExceptionMapper - Class in org.dataone.rest.api.providers.util
Created with IntelliJ IDEA.
D1BaseExceptionMapper() - Constructor for class org.dataone.rest.api.providers.util.D1BaseExceptionMapper
 
D1BaseExceptionWriter - Class in org.dataone.rest.api.providers.util
Created with IntelliJ IDEA.
D1BaseExceptionWriter() - Constructor for class org.dataone.rest.api.providers.util.D1BaseExceptionWriter
 
D1MemberNode - Class in org.dataone.rest.api
DataONE Member Node Services.
D1MemberNode() - Constructor for class org.dataone.rest.api.D1MemberNode
 
D1MemberNodeTest - Class in org.dataone.rest.api
Created with IntelliJ IDEA.
D1MemberNodeTest() - Constructor for class org.dataone.rest.api.D1MemberNodeTest
 
DataOneSolrLogger - Class in org.dspace.dataone.statistics
This class maintains the database of DataOne log events - logging requests as they occur and generating log records when requested.
DataOneSolrLogger() - Constructor for class org.dspace.dataone.statistics.DataOneSolrLogger
 
DATE_PATTERN_1 - Static variable in class org.dataone.rest.api.providers.util.JiBXFactory
 
DATE_PATTERN_2 - Static variable in class org.dataone.rest.api.providers.util.JiBXFactory
 
DATE_PATTERN_3 - Static variable in class org.dataone.rest.api.providers.util.JiBXFactory
 
dateFormat - Static variable in class org.dataone.rest.api.providers.util.JiBXFactory
 
dateFormat2 - Static variable in class org.dataone.rest.api.providers.util.JiBXFactory
 
dateFormat3 - Static variable in class org.dataone.rest.api.providers.util.JiBXFactory
 
DEFAULT_BINDING_NAME - Static variable in interface org.dataone.rest.api.providers.util.JiBXBindingConstants
 
DEFAULT_VERSION_STRING - Static variable in interface org.dataone.rest.api.providers.util.JiBXBindingConstants
 
deserializeCharacter(String) - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
deserializeDate(String) - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
destroy() - Method in class org.dspace.app.util.DSpaceContextServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dspace.app.util.DSpaceContextServletFilter
Before passing off a request to the servlet check to see if there is a request that should be resumed? If so replace the real request with a faked request and pass that off to cocoon.
doPing() - Method in class org.dataone.rest.api.D1MemberNode
 
doRootPing() - Method in class org.dataone.rest.api.D1MemberNode
 
doRootV1Ping() - Method in class org.dataone.rest.api.D1MemberNode
 
doTestInsufficientResources() - Method in class org.dataone.rest.api.D1MemberNodeTest
 
doTestNotImplemented() - Method in class org.dataone.rest.api.D1MemberNodeTest
 
doTestServiceFailure() - Method in class org.dataone.rest.api.D1MemberNodeTest
 
DSPACE_CONTEXT - Static variable in class org.dspace.app.util.ContextUtil
Where the context is stored on an HTTP Request object
DSpaceContextServletFilter - Class in org.dspace.app.util
This is a wrapper filter that assures DSpace ContextUtil.context objects are properly closed
DSpaceContextServletFilter() - Constructor for class org.dspace.app.util.DSpaceContextServletFilter
 
DSpacePropertyPlaceholderConfigurer - Class in org.dspace.app.util
Created by mdiggory on 10/2/14.
DSpacePropertyPlaceholderConfigurer() - Constructor for class org.dspace.app.util.DSpacePropertyPlaceholderConfigurer
 

G

getActualPath() - Method in class org.dspace.app.util.RequestInfo
Return the servlet path that this request is for.
getCapabilities() - Method in class org.dataone.rest.api.D1MemberNode
 
getChecksum(HttpServletRequest, String, String) - Method in class org.dataone.rest.api.D1MemberNode
Represents the value of a computed :term:`checksum` expressed as a hexadecimal formatted version of the message digest.
getDescribeObject(HttpServletRequest, String) - Method in class org.dataone.rest.api.D1MemberNode
This method provides a lighter weight mechanism than MNRead.getSystemMetadata() for a client to determine basic properties of the referenced object.
getFactory(String, Class) - Static method in class org.dataone.rest.api.providers.util.JiBXBodyHandler
 
getFactory(Class) - Static method in class org.dataone.rest.api.providers.util.JiBXBodyHandler
 
getFactory(UriInfo, Class) - Method in class org.dataone.rest.api.providers.util.JiBXBodyHandler
 
getLogRecords(String, String, String, String, Integer, Integer) - Method in class org.dataone.rest.api.D1MemberNode
Represents a collection of :class:`Types.LogEntry` elements, used to transfer log information between DataONE components.
getLogRecords(Date, Date, String, String, int, int) - Method in class org.dspace.dataone.statistics.DataOneSolrLogger
Ideally use the LogEntry class to avoid all these strings
getObject(HttpServletRequest, String) - Method in class org.dataone.rest.api.D1MemberNode
Lookup DSpaceObject and Return in specific format.
getQueryEngineDescription(String) - Method in class org.dataone.rest.api.D1MemberNode
 
getReplica(HttpServletRequest, String) - Method in class org.dataone.rest.api.D1MemberNode
Called by a target Member Node to fullfill the replication request originated by a Coordinating Node calling MNReplication.replicate().
getServletPath() - Method in class org.dspace.app.util.RequestInfo
Return the servlet path that this request is for.
getSize(BaseException, Class<?>, Type, Annotation[], MediaType) - Method in class org.dataone.rest.api.providers.util.D1BaseExceptionWriter
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.dataone.rest.api.providers.util.JiBXBodyWriter
 
getSystemMetadata(HttpServletRequest, String) - Method in class org.dataone.rest.api.D1MemberNode
Describes the object identified by id by returning the associated system metadata object.

I

init(FilterConfig) - Method in class org.dspace.app.util.DSpaceContextServletFilter
Before this servlet will become functional replace
isAuthorized(String, String) - Method in class org.dataone.rest.api.D1MemberNode
 
isLoggedIn(HttpServletRequest) - Static method in class org.dspace.app.util.AuthenticationUtil
Has this user authenticated?
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.dataone.rest.api.providers.util.JiBXBodyReader
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.dataone.rest.api.providers.util.D1BaseExceptionWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.dataone.rest.api.providers.util.JiBXBodyWriter
 

J

JiBXBindingConstants - Interface in org.dataone.rest.api.providers.util
Created with IntelliJ IDEA.
JiBXBodyHandler - Class in org.dataone.rest.api.providers.util
 
JiBXBodyHandler() - Constructor for class org.dataone.rest.api.providers.util.JiBXBodyHandler
 
JiBXBodyReader - Class in org.dataone.rest.api.providers.util
 
JiBXBodyReader() - Constructor for class org.dataone.rest.api.providers.util.JiBXBodyReader
 
JiBXBodyWriter - Class in org.dataone.rest.api.providers.util
 
JiBXBodyWriter() - Constructor for class org.dataone.rest.api.providers.util.JiBXBodyWriter
 
JiBXFactory - Class in org.dataone.rest.api.providers.util
 
JiBXFactory() - Constructor for class org.dataone.rest.api.providers.util.JiBXFactory
 

L

listFactory() - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
listObjects(String, String, String, String, Boolean, Integer, Integer) - Method in class org.dataone.rest.api.D1MemberNode
Retrieve the list of objects present on the MN that match the calling parameters.
listQueryEngines() - Method in class org.dataone.rest.api.D1MemberNode
 
logEvent(HttpServletRequest, String, String, Date, String) - Method in class org.dspace.dataone.statistics.DataOneSolrLogger
Store the DataONE Event into Solr
logIn(HttpServletRequest, EPerson) - Static method in class org.dspace.app.util.AuthenticationUtil
Log the given user in as a real authenticated user.
logOut(Context, HttpServletRequest) - Static method in class org.dspace.app.util.AuthenticationUtil
Log the user out.

M

mapFactory() - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
mergeProperties() - Method in class org.dspace.app.util.DSpacePropertyPlaceholderConfigurer
 

O

obtainContext(HttpServletRequest) - Static method in class org.dspace.app.util.ContextUtil
Obtain a new context object.
org.dataone.rest.api - package org.dataone.rest.api
DSpace DataONE Member Node REST API
org.dataone.rest.api.providers.util - package org.dataone.rest.api.providers.util
 
org.dspace.app.util - package org.dspace.app.util
 
org.dspace.dataone.statistics - package org.dspace.dataone.statistics
 

Q

query(String, String) - Method in class org.dataone.rest.api.D1MemberNode
Submit a query against the specified queryEngine and return the response as formatted by the queryEngine.

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.dataone.rest.api.providers.util.JiBXBodyReader
 
REQUEST_INTERRUPTED - Static variable in class org.dspace.app.util.AuthenticationUtil
Session attribute name for storing the return URL where the user should be redirected too once successfully authenticated.
REQUEST_INTERRUPTED_CHARACTERS - Static variable in class org.dspace.app.util.AuthenticationUtil
 
REQUEST_INTERRUPTED_HEADER - Static variable in class org.dspace.app.util.AuthenticationUtil
These store a message giving a reason for why the request is being interrupted.
REQUEST_INTERRUPTED_MESSAGE - Static variable in class org.dspace.app.util.AuthenticationUtil
 
REQUEST_RESUME - Static variable in class org.dspace.app.util.AuthenticationUtil
 
RequestInfo - Class in org.dspace.app.util
Stores information about an HTTP request.
RequestInfo(HttpServletRequest) - Constructor for class org.dspace.app.util.RequestInfo
Construct a request info object storing information about the given request
resumeLogin(Context, HttpServletRequest) - Static method in class org.dspace.app.util.AuthenticationUtil
Check to see if there are any session attributes indicating a currently authenticated user.
resumeRequest(HttpServletRequest) - Static method in class org.dspace.app.util.AuthenticationUtil
Check to see if this request should be resumed.

S

serializeCharacter(Character) - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
serializeDate(Date) - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
serializeDate2(Date) - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.app.util.DSpacePropertyPlaceholderConfigurer
 
setFactory() - Static method in class org.dataone.rest.api.providers.util.JiBXFactory
 
setNode(Node) - Method in class org.dataone.rest.api.D1MemberNode
 
synchronizationFailed(HttpServletRequest, InputStream) - Method in class org.dataone.rest.api.D1MemberNode
This is a callback method used by a CN to indicate to a MN that it cannot complete synchronization of the science metadata identified by pid.

T

toResponse(BaseException) - Method in class org.dataone.rest.api.providers.util.D1BaseExceptionMapper
Sets Response Status and Response Type, Response is then serialized by the D1BaseExceptionWriter.

V

VERSION - Static variable in interface org.dataone.rest.api.providers.util.JiBXBindingConstants
 

W

wrapRequest(HttpServletRequest) - Method in class org.dspace.app.util.RequestInfo
Wrap an incoming request to make it look like the request that the constructor was called with
writeTo(BaseException, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.dataone.rest.api.providers.util.D1BaseExceptionWriter
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.dataone.rest.api.providers.util.JiBXBodyWriter
 
A B C D G I J L M O Q R S T V W 

Copyright © 2016 DuraSpace. All rights reserved.