Uses of Class
org.dspace.app.util.DCInputSet
-
Packages that use DCInputSet Package Description org.dspace.app.util Miscellaneous utility classes. -
-
Uses of DCInputSet in org.dspace.app.util
Methods in org.dspace.app.util that return DCInputSet Modifier and Type Method Description DCInputSetDCInputsReader. getInputsByFormName(String formName)Returns the set of DC inputs used for a particular input formMethods in org.dspace.app.util that return types with arguments of type DCInputSet Modifier and Type Method Description List<DCInputSet>DCInputsReader. getAllInputs(Integer limit, Integer offset)Returns all the Input forms with paginationList<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 collectionList<DCInputSet>DCInputsReader. getInputsBySubmissionName(String name)
-