| Package | Description |
|---|---|
| org.dspace.app.bulkedit |
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
|
| org.dspace.app.itemupdate | |
| org.dspace.app.util |
Miscellaneous utility classes.
|
| org.dspace.browse |
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.content.crosswalk |
Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.
|
| Modifier and Type | Method and Description |
|---|---|
List<DCValue> |
BulkEditChange.getAdds()
Get the list of elements and their values that have been added.
|
List<DCValue> |
BulkEditChange.getComplete()
Get the list of all values
|
List<DCValue> |
BulkEditChange.getConstant()
Get the list of unchanged values
|
List<DCValue> |
BulkEditChange.getRemoves()
Get the list of elements and their values that have been removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkEditChange.registerAdd(DCValue dcv)
Add an added metadata value
|
void |
BulkEditChange.registerConstant(DCValue dcv)
Add an unchanged metadata value
|
void |
BulkEditChange.registerRemove(DCValue dcv)
Add a removed metadata value
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MetadataUtilities.getDCValueString(DCValue dcv)
Get display of DCValue
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Util.getControlledVocabulariesDisplayValueLocalized(Item item,
DCValue[] values,
String schema,
String element,
String qualifier,
Locale locale)
Get a list of all the respective "displayed-value(s)" from the given
"stored-value(s)" for a specific metadata field of a DSpace Item, by
reading input-forms.xml
|
| Modifier and Type | Method and Description |
|---|---|
DCValue[] |
BrowseItem.getMetadata(String schema,
String element,
String qualifier,
String lang)
Get String array of metadata values matching the given parameters
|
DCValue[] |
BrowseItemDAOOracle.queryMetadata(int itemId,
String schema,
String element,
String qualifier,
String lang) |
DCValue[] |
BrowseItemDAOPostgres.queryMetadata(int itemId,
String schema,
String element,
String qualifier,
String lang) |
DCValue[] |
BrowseItemDAO.queryMetadata(int itemId,
String schema,
String element,
String qualifier,
String lang)
perform a database query to obtain the string array of values corresponding to
the passed parameters.
|
| Modifier and Type | Method and Description |
|---|---|
DCValue[] |
Item.getDC(String element,
String qualifier,
String lang)
Deprecated.
|
DCValue[] |
Item.getMetadata(String mdString)
Retrieve metadata field values from a given metadata string
of the form
|
DCValue[] |
Item.getMetadata(String schema,
String element,
String qualifier,
String lang)
Get metadata for the item in a chosen schema.
|
| Modifier and Type | Method and Description |
|---|---|
protected DCValue[] |
MODSDisseminationCrosswalk.collection2Metadata(Collection collection)
Generate a list of metadata elements for the given DSpace
collection.
|
protected DCValue[] |
MODSDisseminationCrosswalk.community2Metadata(Community community)
Generate a list of metadata elements for the given DSpace
community.
|
protected DCValue[] |
MODSDisseminationCrosswalk.item2Metadata(Item item)
Generate a list of metadata elements for the given DSpace item.
|
protected DCValue[] |
MODSDisseminationCrosswalk.site2Metadata(Site site)
Generate a list of metadata elements for the given DSpace
site.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jdom.Element |
XSLTDisseminationCrosswalk.createDIM(DSpaceObject dso,
DCValue[] dcvs)
Generate an intermediate representation of a DSpace object.
|
Copyright © 2013 DuraSpace. All Rights Reserved.