Uses of Interface
org.dspace.app.mediafilter.FormatFilter
Packages that use FormatFilter
-
Uses of FormatFilter in org.dspace.app.mediafilter
Classes in org.dspace.app.mediafilter that implement FormatFilterModifier and TypeClassDescriptionclassFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classclassFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classFilter video bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classAbstract class which defines the default settings for a *simple* Media or Format Filter.classCreate JPEG thumbnails from PDF cover page using PDFBox.classText Extraction media filter which uses Apache Tika to extract text from a large number of file formats (including all Microsoft formats, PDF, HTML, Text, etc).Fields in org.dspace.app.mediafilter with type parameters of type FormatFilterModifier and TypeFieldDescriptionprotected List<FormatFilter>MediaFilterServiceImpl.filterClassesMethods in org.dspace.app.mediafilter with parameters of type FormatFilterModifier and TypeMethodDescriptionbooleanMediaFilterServiceImpl.processBitstream(Context context, Item item, Bitstream source, FormatFilter formatFilter) Method parameters in org.dspace.app.mediafilter with type arguments of type FormatFilterModifier and TypeMethodDescriptionvoidMediaFilterServiceImpl.setFilterClasses(List<FormatFilter> filterClasses) -
Uses of FormatFilter in org.dspace.app.mediafilter.service
Methods in org.dspace.app.mediafilter.service with parameters of type FormatFilterModifier and TypeMethodDescriptionbooleanMediaFilterService.processBitstream(Context context, Item item, Bitstream source, FormatFilter formatFilter) A utility class that calls the virtual methods from the current MediaFilter class.Method parameters in org.dspace.app.mediafilter.service with type arguments of type FormatFilterModifier and TypeMethodDescriptionvoidMediaFilterService.setFilterClasses(List<FormatFilter> filterClasses)