Uses of Class
org.dspace.app.util.DCInputsReaderException
-
Packages that use DCInputsReaderException 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 -
-
Uses of DCInputsReaderException in org.dspace.app.util
Methods in org.dspace.app.util that throw DCInputsReaderException Modifier and Type Method Description static List<String>Util. differenceInSubmissionFields(Collection fromCollection, Collection toCollection)List<DCInputSet>DCInputsReader. getAllInputs(Integer limit, Integer offset)Returns all the Input forms with paginationstatic 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.xmlStringDCInputsReader. 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 collectionDCInputSetDCInputsReader. getInputsByFormName(String formName)Returns the set of DC inputs used for a particular input formList<DCInputSet>DCInputsReader. getInputsBySubmissionName(String name)Constructors in org.dspace.app.util that throw DCInputsReaderException Constructor Description DCInputsReader()Parse an XML encoded submission forms template file, and create a hashmap containing all the form information.DCInputsReader(String fileName) -
Uses of DCInputsReaderException in org.dspace.content
Methods in org.dspace.content that throw DCInputsReaderException Modifier and Type Method Description voidWorkspaceItemServiceImpl. move(Context context, WorkspaceItem source, Collection fromCollection, Collection toCollection) -
Uses of DCInputsReaderException in org.dspace.content.service
Methods in org.dspace.content.service that throw DCInputsReaderException Modifier and Type Method Description voidInProgressSubmissionService. move(Context context, T inProgressSubmission, Collection fromCollection, Collection toCollection) -
Uses of DCInputsReaderException in org.dspace.ctask.general
Methods in org.dspace.ctask.general that throw DCInputsReaderException Modifier and Type Method Description protected List<String>RequiredMetadata. getReqList(String handle) -
Uses of DCInputsReaderException in org.dspace.submit.lookup
Methods in org.dspace.submit.lookup that throw DCInputsReaderException Modifier and Type Method Description protected DCInputDSpaceWorkspaceItemOutputGenerator. getDCInput(String formName, String schema, String element, String qualifier)
-