|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DCValue | |
|---|---|
| org.dspace.app.bulkedit | |
| org.dspace.app.itemupdate | |
| org.dspace.browse | Provides classes and mehtods 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. |
| Uses of DCValue in org.dspace.app.bulkedit |
|---|
| Methods in org.dspace.app.bulkedit that return types with arguments of type DCValue | |
|---|---|
ArrayList<DCValue> |
BulkEditChange.getAdds()
Get the list of elements and their values that have been added. |
ArrayList<DCValue> |
BulkEditChange.getComplete()
Get the list of all values |
ArrayList<DCValue> |
BulkEditChange.getConstant()
Get the list of unchanged values |
ArrayList<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.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[] |
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. |
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)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||