| Constructor and Description |
|---|
FieldSearchResultSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
String[] resultFields,
int maxResults,
int maxSeconds,
FieldSearchQuery query)
Construct a FieldSearchResultSQLImpl object.
|
FieldSearchSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
int maxResults,
int maxSecondsPerSession)
Construct a FieldSearchSQLImpl that indexes DC fields.
|
FieldSearchSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
int maxResults,
int maxSecondsPerSession,
boolean indexDCFields)
Construct a FieldSearchSQLImpl that indexes DC fields only if specified.
|
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryReader |
PolicyLoader.m_repoReader |
| Constructor and Description |
|---|
PolicyLoader(RepositoryReader repoReader) |
| Constructor and Description |
|---|
OverridingPolicyLoader(RepositoryReader repoReader) |
SimplePolicyLoader(RepositoryReader repoReader) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOManager
A RepositoryReader that provides facilities for creating and modifying
objects within the repository, as well as a query facility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDOManager
Manages the reading and writing of digital objects by instantiating an
appropriate object reader or writer.
|
class |
DirectoryBasedRepositoryReader
A RepositoryReader that uses a directory of serialized objects as its working
repository.
|
class |
GSearchDOManager
DefaultDOManager extension that updates a GSearch (Fedora Generic Search)
service as object changes are committed.
|
| Constructor and Description |
|---|
SimpleDOReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
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 encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
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 encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
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 encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
SimpleServiceDeploymentReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
RebuildDOManager
DefaultDOManager subclass for the rebuilder.
|
| Constructor and Description |
|---|
DatastreamValidator(RepositoryReader doMgr) |
EcmValidator(RepositoryReader doMgr,
ExternalContentManager m_exExternalContentManager) |
OwlValidator(RepositoryReader doMgr) |
SchemaValidator.ResourceResolver(Context context,
RepositoryReader doMgr,
DOReader contentmodelReader,
Date asOfDateTime) |
SchemaValidator(RepositoryReader doMgr) |
Copyright © 2013 DuraSpace. All Rights Reserved.