| Package | Description |
|---|---|
| org.dspace.administer |
Provides classes and methods for administrative functions that fall outside
the regular use of other subsystems.
|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| Constructor and Description |
|---|
DCType(Context context,
MetadataField field)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataField |
MetadataField.find(Context context,
int id)
Find the field corresponding to the given numeric ID.
|
static MetadataField[] |
MetadataField.findAll(Context context)
Retrieve all Dublin Core types from the registry
|
static MetadataField[] |
MetadataField.findAllInSchema(Context context,
int schemaID)
Return all metadata fields that are found in a given schema.
|
static MetadataField |
MetadataField.findByElement(Context context,
int schemaID,
String element,
String qualifier)
Retrieves the metadata field from the database.
|
| Constructor and Description |
|---|
MetadataValue(MetadataField field)
Constructor to create a value for a given field.
|
Copyright © 2015 DuraSpace. All Rights Reserved.