|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataField | |
|---|---|
| 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. |
| Uses of MetadataField in org.dspace.administer |
|---|
| Constructors in org.dspace.administer with parameters of type MetadataField | |
|---|---|
DCType(Context context,
MetadataField field)
Deprecated. |
|
| Uses of MetadataField in org.dspace.content |
|---|
| Methods in org.dspace.content that return MetadataField | |
|---|---|
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. |
| Constructors in org.dspace.content with parameters of type MetadataField | |
|---|---|
MetadataValue(MetadataField field)
Constructor to create a value for a given field. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||