| Package | Description |
|---|---|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataSchema |
MetadataSchema.find(Context context,
int id)
Get the schema corresponding with this numeric ID.
|
static MetadataSchema |
MetadataSchema.find(Context context,
String shortName)
Get the schema corresponding with this short name.
|
static MetadataSchema[] |
MetadataSchema.findAll(Context context)
Return all metadata schemas.
|
static MetadataSchema |
MetadataSchema.findByNamespace(Context context,
String namespace)
Get the schema object corresponding to this namespace URI.
|
| Constructor and Description |
|---|
MetadataField(MetadataSchema schema)
Constructor creating a field within a schema.
|
MetadataField(MetadataSchema schema,
String element,
String qualifier,
String scopeNote)
Full constructor for new metadata field elements.
|
Copyright © 2013 DuraSpace. All Rights Reserved.