Class BitstreamSignpostingProcessor
- java.lang.Object
-
- org.dspace.app.rest.signposting.processor.AbstractSignPostingProcessor
-
- org.dspace.app.rest.signposting.processor.bitstream.BitstreamSignpostingProcessor
-
- All Implemented Interfaces:
SignPostingProcessor<Bitstream>
- Direct Known Subclasses:
BitstreamLinksetProcessor,BitstreamParentItemProcessor,BitstreamTypeProcessor
public abstract class BitstreamSignpostingProcessor extends AbstractSignPostingProcessor implements SignPostingProcessor<Bitstream>
An abstract class representsSignPostingProcessorfor a bitstream.- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.com), Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
-
-
Field Summary
Fields Modifier and Type Field Description protected FrontendUrlServicefrontendUrlService
-
Constructor Summary
Constructors Constructor Description BitstreamSignpostingProcessor(FrontendUrlService frontendUrlService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildAnchor(Bitstream bitstream)-
Methods inherited from class org.dspace.app.rest.signposting.processor.AbstractSignPostingProcessor
getMetadataField, getPattern, getRelation, setMetadataField, setPattern, setRelation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.rest.signposting.processor.SignPostingProcessor
addLinkSetNodes
-
-
-
-
Field Detail
-
frontendUrlService
protected final FrontendUrlService frontendUrlService
-
-
Constructor Detail
-
BitstreamSignpostingProcessor
public BitstreamSignpostingProcessor(FrontendUrlService frontendUrlService)
-
-