Package | Description |
---|---|
com.yourmediashelf.fedora.client | |
com.yourmediashelf.fedora.client.request |
Modifier and Type | Method and Description |
---|---|
static Ingest |
FedoraClient.ingest()
Ingest request that uses a server-assigned pid
|
static Ingest |
FedoraClient.ingest(String pid) |
Modifier and Type | Method and Description |
---|---|
Ingest |
Ingest.content(File content)
The file to be ingested as a new object.
|
Ingest |
Ingest.content(InputStream content)
The InputStream to be ingested as a new object.
|
Ingest |
Ingest.content(String content)
The XML to be ingested as a new object.
|
Ingest |
Ingest.encoding(String encoding)
The encoding of the XML to be ingested.
|
Ingest |
Ingest.format(String format)
The XML format of the object to be ingested.
|
Ingest |
Ingest.ignoreMime(boolean ignoreMime)
Indicates that the request should not be checked to ensure that the
content is XML prior to attempting an ingest.
|
Ingest |
Ingest.label(String label)
The label of the new object
|
Ingest |
Ingest.logMessage(String logMessage)
A message describing the activity being performed, which will be
recorded in the Fedora server log.
|
Ingest |
Ingest.namespace(String namespace)
The namespace to be used to create a PID for a new empty object;
if object XML is included with the request, the namespace parameter is
ignored.
|
Ingest |
Ingest.ownerId(String ownerId)
The id of the user to be listed at the object owner.
|
Copyright © 2010-2013 MediaShelf. All Rights Reserved.