Uses of Class
org.dspace.app.util.SubmissionConfigReaderException
-
Packages that use SubmissionConfigReaderException Package Description org.dspace.app.util Miscellaneous utility classes.org.dspace.content.authority org.dspace.content.authority.service org.dspace.submit.factory org.dspace.submit.service -
-
Uses of SubmissionConfigReaderException in org.dspace.app.util
Methods in org.dspace.app.util that throw SubmissionConfigReaderException Modifier and Type Method Description SubmissionStepConfigSubmissionConfigReader. getStepConfig(String stepID)Returns a particular global step definition based on its ID.voidSubmissionConfigReader. reload()Constructors in org.dspace.app.util that throw SubmissionConfigReaderException Constructor Description SubmissionConfigReader()Load Submission Configuration from the item-submission.xml configuration file -
Uses of SubmissionConfigReaderException in org.dspace.content.authority
Methods in org.dspace.content.authority that throw SubmissionConfigReaderException Modifier and Type Method Description voidChoiceAuthorityServiceImpl. clearCache() -
Uses of SubmissionConfigReaderException in org.dspace.content.authority.service
Methods in org.dspace.content.authority.service that throw SubmissionConfigReaderException Modifier and Type Method Description voidChoiceAuthorityService. clearCache()This method has been created to have a way of clearing the cache kept inside the service -
Uses of SubmissionConfigReaderException in org.dspace.submit.factory
Methods in org.dspace.submit.factory that throw SubmissionConfigReaderException Modifier and Type Method Description abstract SubmissionConfigServiceSubmissionServiceFactory. getSubmissionConfigService()SubmissionConfigServiceSubmissionServiceFactoryImpl. getSubmissionConfigService() -
Uses of SubmissionConfigReaderException in org.dspace.submit.service
Methods in org.dspace.submit.service that throw SubmissionConfigReaderException Modifier and Type Method Description List<Collection>SubmissionConfigService. getCollectionsBySubmissionConfig(Context context, String submitName)SubmissionStepConfigSubmissionConfigService. getStepConfig(String stepID)SubmissionStepConfigSubmissionConfigServiceImpl. getStepConfig(String stepID)voidSubmissionConfigService. reload()voidSubmissionConfigServiceImpl. reload()Constructors in org.dspace.submit.service that throw SubmissionConfigReaderException Constructor Description SubmissionConfigServiceImpl()
-