Class BitstreamParentItemProcessor
- java.lang.Object
-
- org.dspace.app.rest.signposting.processor.AbstractSignPostingProcessor
-
- org.dspace.app.rest.signposting.processor.bitstream.BitstreamSignpostingProcessor
-
- org.dspace.app.rest.signposting.processor.bitstream.BitstreamParentItemProcessor
-
- All Implemented Interfaces:
SignPostingProcessor<Bitstream>
public class BitstreamParentItemProcessor extends BitstreamSignpostingProcessor
An extension ofBitstreamSignpostingProcessorfor the collection relation. It links the Bitstream to the parent Item.- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.com), Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.signposting.processor.bitstream.BitstreamSignpostingProcessor
frontendUrlService
-
-
Constructor Summary
Constructors Constructor Description BitstreamParentItemProcessor(FrontendUrlService frontendUrlService, BitstreamService bitstreamService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLinkSetNodes(Context context, javax.servlet.http.HttpServletRequest request, Bitstream bitstream, List<LinksetNode> linksetNodes)Method for adding new linkset nodes intolinksetNodes.-
Methods inherited from class org.dspace.app.rest.signposting.processor.bitstream.BitstreamSignpostingProcessor
buildAnchor
-
Methods inherited from class org.dspace.app.rest.signposting.processor.AbstractSignPostingProcessor
getMetadataField, getPattern, getRelation, setMetadataField, setPattern, setRelation
-
-
-
-
Constructor Detail
-
BitstreamParentItemProcessor
public BitstreamParentItemProcessor(FrontendUrlService frontendUrlService, BitstreamService bitstreamService)
-
-
Method Detail
-
addLinkSetNodes
public void addLinkSetNodes(Context context, javax.servlet.http.HttpServletRequest request, Bitstream bitstream, List<LinksetNode> linksetNodes)
Description copied from interface:SignPostingProcessorMethod for adding new linkset nodes intolinksetNodes.- Parameters:
context- contextrequest- requestbitstream- objectlinksetNodes- linkset nodes
-
-