|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DCValue | |
|---|---|
| org.dspace.app.bulkedit | |
| org.dspace.app.itemupdate | |
| org.dspace.app.util | |
| 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. |
| Uses of DCValue in org.dspace.app.bulkedit |
|---|
| Methods in org.dspace.app.bulkedit that return types with arguments of type DCValue | |
|---|---|
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. |
| Methods in org.dspace.app.bulkedit with parameters of type DCValue | |
|---|---|
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 |
| Uses of DCValue in org.dspace.app.itemupdate |
|---|
| Methods in org.dspace.app.itemupdate with parameters of type DCValue | |
|---|---|
static String |
MetadataUtilities.getDCValueString(DCValue dcv)
Get display of DCValue |
| Uses of DCValue in org.dspace.app.util |
|---|
| Methods in org.dspace.app.util with parameters of type DCValue | |
|---|---|
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 |
| Uses of DCValue in org.dspace.browse |
|---|
| Methods in org.dspace.browse that return DCValue | |
|---|---|
DCValue[] |
BrowseItem.getMetadata(String schema,
String element,
String qualifier,
String lang)
Get String array of metadata values matching the given parameters |
DCValue[] |
BrowseItemDAOPostgres.queryMetadata(int itemId,
String schema,
String element,
String qualifier,
String lang)
|
DCValue[] |
BrowseItemDAOOracle.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. |
| Uses of DCValue in org.dspace.content |
|---|
| Methods in org.dspace.content that return DCValue | |
|---|---|
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. |
| Uses of DCValue in org.dspace.content.crosswalk |
|---|
| Methods in org.dspace.content.crosswalk that return DCValue | |
|---|---|
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. |
| Methods in org.dspace.content.crosswalk with parameters of type DCValue | |
|---|---|
static org.jdom.Element |
XSLTDisseminationCrosswalk.createDIM(DSpaceObject dso,
DCValue[] dcvs)
Generate an intermediate representation of a DSpace object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||