Uses of Class
org.dspace.app.util.DCInputsReaderException

Packages that use DCInputsReaderException
org.dspace.app.util   
org.dspace.search Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. 
 

Uses of DCInputsReaderException in org.dspace.app.util
 

Methods in org.dspace.app.util that throw DCInputsReaderException
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
 DCInputSet DCInputsReader.getInputs(String collectionHandle)
          Returns the set of DC inputs used for a particular collection, or the default set if no inputs defined for the collection
 int DCInputsReader.getNumberInputPages(String collectionHandle)
          Return the number of pages the inputs span for a desginated collection
 

Constructors in org.dspace.app.util that throw DCInputsReaderException
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.search
 

Methods in org.dspace.search that throw DCInputsReaderException
static void DSIndexer.indexContent(Context context, DSpaceObject dso)
          If the handle for the "dso" already exists in the index, and the "dso" has a lastModified timestamp that is newer than the document in the index then it is updated, otherwise a new document is added.
static void DSIndexer.indexContent(Context context, DSpaceObject dso, boolean force)
          If the handle for the "dso" already exists in the index, and the "dso" has a lastModified timestamp that is newer than the document in the index then it is updated, otherwise a new document is added.
 



Copyright © 2012 DuraSpace. All Rights Reserved.