|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceDocument | |
|---|---|
| org.dspace.sword | |
| org.purl.sword.client | |
| org.purl.sword.server | |
| Uses of ServiceDocument in org.dspace.sword |
|---|
| Methods in org.dspace.sword that return ServiceDocument | |
|---|---|
ServiceDocument |
DSpaceSWORDServer.doServiceDocument(ServiceDocumentRequest request)
|
ServiceDocument |
ServiceDocumentManager.getServiceDocument()
Obtain the service document for the repository based on the DSpace context and the SWORD context which must be set for this object prior to calling this method. |
ServiceDocument |
ServiceDocumentManager.getServiceDocument(String url)
|
| Uses of ServiceDocument in org.purl.sword.client |
|---|
| Methods in org.purl.sword.client that return ServiceDocument | |
|---|---|
ServiceDocument |
Client.getServiceDocument(String url)
Retrieve the service document. |
ServiceDocument |
SWORDClient.getServiceDocument(String url)
Get a service document, specified in the URL. |
ServiceDocument |
Client.getServiceDocument(String url,
String onBehalfOf)
Retrieve the service document. |
ServiceDocument |
SWORDClient.getServiceDocument(String url,
String onBehalfOf)
Get a service document, specified in the URL. |
| Methods in org.purl.sword.client with parameters of type ServiceDocument | |
|---|---|
void |
ServicePanel.processServiceDocument(String url,
ServiceDocument doc)
Process the specified service document. |
| Uses of ServiceDocument in org.purl.sword.server |
|---|
| Methods in org.purl.sword.server that return ServiceDocument | |
|---|---|
ServiceDocument |
SWORDServer.doServiceDocument(ServiceDocumentRequest sdr)
Answer a Service Document request sent on behalf of a user |
ServiceDocument |
DummyServer.doServiceDocument(ServiceDocumentRequest sdr)
Provides a dumb but plausible service document - it contains an anonymous workspace and collection, and one personalised for the onBehalfOf user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||