| Package | Description |
|---|---|
| org.dspace.app.util |
Miscellaneous utility classes.
|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.content.service | |
| org.dspace.ctask.general | |
| org.dspace.submit.lookup |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Util.differenceInSubmissionFields(Collection fromCollection,
Collection toCollection) |
List<DCInputSet> |
DCInputsReader.getAllInputs(Integer limit,
Integer offset)
Returns all the Input forms with pagination
|
static List<String> |
Util.getControlledVocabulariesDisplayValueLocalized(Item item,
List<MetadataValue> 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 submission-forms.xml
|
String |
DCInputsReader.getInputFormNameByCollectionAndField(Collection collection,
String field) |
List<DCInputSet> |
DCInputsReader.getInputsByCollectionHandle(String collectionHandle)
Returns the set of DC inputs used for a particular collection, or the
default set if no inputs defined for the collection
|
DCInputSet |
DCInputsReader.getInputsByFormName(String formName)
Returns the set of DC inputs used for a particular input form
|
List<DCInputSet> |
DCInputsReader.getInputsBySubmissionName(String name) |
| Constructor and Description |
|---|
DCInputsReader()
Parse an XML encoded submission forms template file, and create a hashmap
containing all the form information.
|
DCInputsReader(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceItemServiceImpl.move(Context context,
WorkspaceItem source,
Collection fromCollection,
Collection toCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
InProgressSubmissionService.move(Context context,
T inProgressSubmission,
Collection fromCollection,
Collection toCollection) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
RequiredMetadata.getReqList(String handle) |
| Modifier and Type | Method and Description |
|---|---|
protected DCInput |
DSpaceWorkspaceItemOutputGenerator.getDCInput(String formName,
String schema,
String element,
String qualifier) |
Copyright © 2019 DuraSpace. All rights reserved.