Package | Description |
---|---|
org.dataone.client | |
org.dataone.client.examples | |
org.dataone.client.impl | |
org.dataone.client.impl.rest | |
org.dataone.client.itk |
Modifier and Type | Method and Description |
---|---|
abstract CNode |
NodeLocator.getCNode()
This method should return the favored CNode, so that a CN can be obtained
without NodeReference or serviceBaseUrl.
|
CNode |
NodeLocator.getCNode(NodeReference nodeReference)
Return a CNode associated with the nodeReference parameter, or
throw a ClientSideException.
|
CNode |
NodeLocator.getCNode(String baseUrl)
Return a CNode associated with the baseUrl parameter, or
throw a ClientSideException
|
Modifier and Type | Method and Description |
---|---|
void |
NodeLocator.putCNode(NodeReference nodeRef,
CNode cnode)
Puts a constructed CNode into the NodeLocator.
|
Modifier and Type | Method and Description |
---|---|
void |
ExampleDataPackageUpload.copyDataPackages(CNode sourceCN,
MNode targetMN,
List<Identifier> oreIdentifiers)
Copy oreIdentifers from sourceCn to targetMN.
|
Modifier and Type | Method and Description |
---|---|
static CNode |
D1NodeFactory.buildCNode(MultipartRestClient mrc,
URI uri)
Instantiate a CNode instance of the right type from the given URI
and the provided MultipartRestClient
|
CNode |
D1NodeFactory.buildCNode(URI uri)
Instantiate a CNode instance of the right type from the given URI
|
CNode |
NodeListNodeLocator.getCNode() |
Modifier and Type | Class and Description |
---|---|
class |
HttpCNode
CNode represents a DataONE Coordinating Node, and allows calling classes to
execute CN services.
|
class |
MultipartCNode
CNode represents a DataONE Coordinating Node, and allows calling classes to
execute CN services.
|
Modifier and Type | Method and Description |
---|---|
static CNode |
D1Client.getCN()
Get the cached CNode object for calling Coordinating Node services.
|
static CNode |
D1Client.getCN(Session session)
Get the cached CNode object for calling Coordinating Node services.
|
static CNode |
D1Client.getCN(String cnBaseUrl)
Returns a Coordinating Node using the base service URL to look up the node
in the existing environment.
|
Copyright © 2014. All Rights Reserved.