|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataSchema | |
|---|---|
| org.dspace.content | Provides an API for reading and manipulating content in the DSpace system. |
| Uses of MetadataSchema in org.dspace.content |
|---|
| Methods in org.dspace.content that return MetadataSchema | |
|---|---|
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. |
| Constructors in org.dspace.content with parameters of type MetadataSchema | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||