Uses of Class
org.dspace.app.util.DCInputsReaderException
Packages that use DCInputsReaderException
Package
Description
Miscellaneous utility classes.
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of DCInputsReaderException in org.dspace.app.util
Methods in org.dspace.app.util that throw DCInputsReaderExceptionModifier and TypeMethodDescriptionUtil.differenceInSubmissionFields(Collection fromCollection, Collection toCollection) DCInputsReader.getAllInputs(Integer limit, Integer offset) Returns all the Input forms with paginationUtil.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.xmlDCInputsReader.getInputFormNameByCollectionAndField(Collection collection, String field) DCInputsReader.getInputsByCollection(Collection collection) Returns the set of DC inputs used for a particular collection, or the default set if no inputs defined for the collectionDCInputsReader.getInputsByFormName(String formName) Returns the set of DC inputs used for a particular input formDCInputsReader.getInputsBySubmissionName(String name) Constructors in org.dspace.app.util that throw DCInputsReaderExceptionModifierConstructorDescriptionParse 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 DCInputsReaderExceptionModifier and TypeMethodDescriptionvoidWorkspaceItemServiceImpl.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 DCInputsReaderExceptionModifier and TypeMethodDescriptionvoidInProgressSubmissionService.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