Uses of Class
org.dspace.app.rest.signposting.model.LinksetNode
Packages that use LinksetNode
Package
Description
-
Uses of LinksetNode in org.dspace.app.rest.signposting.converter
Method parameters in org.dspace.app.rest.signposting.converter with type arguments of type LinksetNodeModifier and TypeMethodDescriptionstatic StringLinksetRestMessageConverter.convert(List<List<LinksetNode>> linksetNodes) Converts list of linkset nodes into string of application/linkset format. -
Uses of LinksetNode in org.dspace.app.rest.signposting.processor
Method parameters in org.dspace.app.rest.signposting.processor with type arguments of type LinksetNodeModifier and TypeMethodDescriptionvoidSignPostingProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, T object, List<LinksetNode> linksetNodes) Method for adding new linkset nodes intolinksetNodes. -
Uses of LinksetNode in org.dspace.app.rest.signposting.processor.bitstream
Method parameters in org.dspace.app.rest.signposting.processor.bitstream with type arguments of type LinksetNodeModifier and TypeMethodDescriptionvoidBitstreamLinksetProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Bitstream bitstream, List<LinksetNode> linksetNodes) voidBitstreamParentItemProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Bitstream bitstream, List<LinksetNode> linksetNodes) voidBitstreamTypeProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Bitstream bitstream, List<LinksetNode> linksetNodes) -
Uses of LinksetNode in org.dspace.app.rest.signposting.processor.item
Method parameters in org.dspace.app.rest.signposting.processor.item with type arguments of type LinksetNodeModifier and TypeMethodDescriptionvoidItemAuthorProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) voidItemContentBitstreamsProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) voidItemDescribedbyProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) voidItemIdentifierProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) voidItemLicenseProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) voidItemLinksetProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) voidItemTypeProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) -
Uses of LinksetNode in org.dspace.app.rest.signposting.processor.metadata
Method parameters in org.dspace.app.rest.signposting.processor.metadata with type arguments of type LinksetNodeModifier and TypeMethodDescriptionvoidMetadataDescribesSignpostingProcessor.addLinkSetNodes(Context context, jakarta.servlet.http.HttpServletRequest request, Item item, List<LinksetNode> linksetNodes) -
Uses of LinksetNode in org.dspace.app.rest.signposting.service
Methods in org.dspace.app.rest.signposting.service that return types with arguments of type LinksetNodeModifier and TypeMethodDescriptionLinksetService.createLinksetNodesForMultipleLinksets(jakarta.servlet.http.HttpServletRequest request, Context context, Item item) Returns list of linkset nodes for multiple linksets.LinksetService.createLinksetNodesForSingleLinkset(jakarta.servlet.http.HttpServletRequest request, Context context, DSpaceObject object) Returns list of linkset nodes for single linkset. -
Uses of LinksetNode in org.dspace.app.rest.signposting.service.impl
Methods in org.dspace.app.rest.signposting.service.impl that return types with arguments of type LinksetNodeModifier and TypeMethodDescriptionLinksetServiceImpl.createLinksetNodesForMultipleLinksets(jakarta.servlet.http.HttpServletRequest request, Context context, Item item) LinksetServiceImpl.createLinksetNodesForSingleLinkset(jakarta.servlet.http.HttpServletRequest request, Context context, DSpaceObject object) -
Uses of LinksetNode in org.dspace.app.rest.signposting.utils
Method parameters in org.dspace.app.rest.signposting.utils with type arguments of type LinksetNodeModifier and TypeMethodDescriptionstatic LinksetLinksetMapper.map(List<LinksetNode> linksetNodes) Converts list of linkset nodes into linkset.