| Modifier and Type | Class and Description |
|---|---|
class |
StreamReadException
Signals that a low-level error occurred reading from a stream.
|
class |
StreamWriteException
Signals a low-level error while writing to a stream.
|
| Modifier and Type | Method and Description |
|---|---|
FieldSearchResult |
FieldSearchSQLImpl.findObjects(String[] resultFields,
int maxResults,
FieldSearchQuery query) |
FieldSearchResult |
FieldSearchSQLImpl.resumeFindObjects(String sessionToken) |
protected void |
FieldSearchResultSQLImpl.step()
Update object with the next chunk of results.
|
| Constructor and Description |
|---|
ObjectFields(String[] fieldNames,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
BackendSecuritySpec |
BackendSecurityDeserializer.deserialize(String inFilePath) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
SimpleDOReader.Export(String format,
String exportContext)
Gets the content of the entire digital object as XML, with public URIs as
references to managed content datastreams under the custodianship of the
repository.
|
InputStream |
SimpleDOReader.ExportObject(String format,
String exportContext)
Deprecated.
in Fedora 3.0, use Export instead
|
InputStream |
SimpleDOReader.GetObjectXML()
Return the object as an XML input stream in the internal serialization
format.
|
DOReader |
DirectoryBasedRepositoryReader.getReader(boolean UseCachedObject,
Context context,
String pid) |
ServiceDefinitionReader |
DirectoryBasedRepositoryReader.getServiceDefinitionReader(boolean UseCachedObject,
Context context,
String pid) |
ServiceDeploymentReader |
DirectoryBasedRepositoryReader.getServiceDeploymentReader(boolean UseCachedObject,
Context context,
String pid) |
| Constructor and Description |
|---|
DirectoryBasedRepositoryReader(File directory,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding)
Initializes the RepositoryReader by looking at all files in the provided
directory and ensuring that they're all serialized digital objects and
that there are no PID conflicts.
|
SimpleDOReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
SimpleServiceAwareReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
SimpleServiceDefinitionReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
SimpleServiceDeploymentReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DOTranslationUtility.appendXMLStream(InputStream in,
PrintWriter writer,
String encoding)
Appends XML to a PrintWriter.
|
void |
METSFedoraExtDODeserializer.deserialize(InputStream in,
DigitalObject obj,
String encoding,
int transContext)
Deserializes the given stream.
|
void |
FOXMLDODeserializer.deserialize(InputStream in,
DigitalObject obj,
String encoding,
int transContext)
Deserializes the given stream.
|
void |
DODeserializer.deserialize(InputStream in,
DigitalObject obj,
String encoding,
int transContext)
Deserializes the given stream.
|
void |
AtomDODeserializer.deserialize(InputStream in,
DigitalObject obj,
String encoding,
int transContext)
Deserializes the given stream.
|
void |
DOTranslatorModule.deserialize(InputStream in,
DigitalObject out,
String format,
String encoding,
int transContext)
Deserializes the given stream.
|
void |
DOTranslatorImpl.deserialize(InputStream in,
DigitalObject obj,
String format,
String encoding,
int transContext)
Deserializes the given stream.
|
void |
DOTranslator.deserialize(InputStream in,
DigitalObject obj,
String format,
String encoding,
int transContext)
Deserializes the given stream.
|
void |
METSFedoraExtDOSerializer.serialize(DigitalObject obj,
OutputStream out,
String encoding,
int transContext)
Serializes the given object.
|
void |
FOXMLDOSerializer.serialize(DigitalObject obj,
OutputStream out,
String encoding,
int transContext)
Serializes the given object.
|
void |
DOSerializer.serialize(DigitalObject obj,
OutputStream out,
String encoding,
int transContext)
Serializes the given object.
|
void |
AtomDOSerializer.serialize(DigitalObject obj,
OutputStream out,
String encoding,
int transContext)
Serializes the given object.
|
void |
DOTranslatorModule.serialize(DigitalObject in,
OutputStream out,
String format,
String encoding,
int transContext)
Serializes the given object.
|
void |
DOTranslatorImpl.serialize(DigitalObject obj,
OutputStream out,
String format,
String encoding,
int transContext)
Serializes the given object.
|
void |
DOTranslator.serialize(DigitalObject obj,
OutputStream out,
String format,
String encoding,
int transContext)
Serializes the given object.
|
protected void |
METSFedoraExtDOSerializer.serializeDatastreamContent(Datastream dsc,
PrintWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
Datastream.getContentStream() |
InputStream |
DatastreamReferencedContent.getContentStream(Context context)
Gets an InputStream to the content of this externally-referenced
datastream.
|
InputStream |
DatastreamManagedContent.getContentStream(Context ctx) |
InputStream |
Datastream.getContentStream(Context context) |
InputStream |
Datastream.getContentStreamForChecksum() |
void |
DatastreamManagedContent.putContentStream(MIMETypedStream stream)
Set the contents of this managed datastream by storing as a temp file.
|
| Constructor and Description |
|---|
DCFields(InputStream in) |
Copyright © 2013 DuraSpace. All Rights Reserved.