Package | Description |
---|---|
org.dataone.client.v1.itk |
Modifier and Type | Method and Description |
---|---|
static D1Object |
D1Object.download(Identifier id)
Contact D1 services to download the systemMetadata and data.
|
D1Object |
DataPackage.get(Identifier id)
Get the D1Object associated with a given Identifier from the local data store.
|
Modifier and Type | Method and Description |
---|---|
void |
DataPackage.addData(D1Object obj)
Puts a D1Object directly to the package's local, temporary data store without
downloading it from a node.
|
static Identifier |
D1Client.archive(Session session,
D1Object d1object)
Perform an archive on an object in DataONE with the given D1Object on the
authoritativeMemberNode contained in its systemMetadata.
|
static Identifier |
D1Client.create(Session session,
D1Object d1object)
Attempts to create the given D1Object on the originMemberNode contained
in its SystemMetadata.
|
static Identifier |
D1Client.update(Session session,
D1Object d1object)
Perform an update an object in DataONE with the given D1Object on the
originMemberNode contained in its systemMetadata.
|
Copyright © 2020. All Rights Reserved.