|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaRepresentationPart | |
|---|---|
| eu.etaxonomy.cdm.model.media | |
| eu.etaxonomy.cdm.remote.controller | |
| Uses of MediaRepresentationPart in eu.etaxonomy.cdm.model.media |
|---|
| Subclasses of MediaRepresentationPart in eu.etaxonomy.cdm.model.media | |
|---|---|
class |
AudioFile
|
class |
ImageFile
|
class |
MovieFile
|
| Methods in eu.etaxonomy.cdm.model.media with type parameters of type MediaRepresentationPart | ||
|---|---|---|
static
|
MediaRepresentation.NewInstance(String mimeType,
String suffix,
URI uri,
Integer size,
Class<T> clazz)
Factory method which creates a new media representation and adds a media representation part for the uri and the given size. |
|
| Methods in eu.etaxonomy.cdm.model.media that return MediaRepresentationPart | |
|---|---|
static MediaRepresentationPart |
MediaRepresentationPart.NewInstance(URI uri,
Integer size)
Factory method |
| Methods in eu.etaxonomy.cdm.model.media that return types with arguments of type MediaRepresentationPart | |
|---|---|
List<MediaRepresentationPart> |
MediaRepresentation.getParts()
|
| Methods in eu.etaxonomy.cdm.model.media with parameters of type MediaRepresentationPart | |
|---|---|
void |
MediaRepresentation.addRepresentationPart(MediaRepresentationPart mediaRepresentationPart)
|
void |
MediaRepresentation.removeRepresentationPart(MediaRepresentationPart representationPart)
|
| Method parameters in eu.etaxonomy.cdm.model.media with type arguments of type MediaRepresentationPart | |
|---|---|
static MediaRepresentation |
MediaUtils.findBestMatchingRepresentation(Media media,
Class<? extends MediaRepresentationPart> representationPartType,
Integer size,
Integer height,
Integer widthOrDuration,
String[] mimeTypes)
|
static Map<Media,MediaRepresentation> |
MediaUtils.findPreferredMedia(List<Media> mediaList,
Class<? extends MediaRepresentationPart> representationPartType,
String[] mimeTypes,
String[] sizeTokens,
Integer widthOrDuration,
Integer height,
Integer size)
Filters the given List of Media by the supplied filter parameters representationPartType,
mimeTypes, sizeTokens, widthOrDuration, height, size. |
| Uses of MediaRepresentationPart in eu.etaxonomy.cdm.remote.controller |
|---|
| Method parameters in eu.etaxonomy.cdm.remote.controller with type arguments of type MediaRepresentationPart | |
|---|---|
List<Media> |
TaxonPortalController.doGetMedia(UUID uuid,
Class<? extends MediaRepresentationPart> type,
String[] mimeTypes,
UuidList relationshipUuids,
UuidList relationshipInversUuids,
Boolean includeTaxonDescriptions,
Boolean includeOccurrences,
Boolean includeTaxonNameDescriptions,
Integer widthOrDuration,
Integer height,
Integer size,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the Media attached to the Taxon instance
identified by the {taxon-uuid}. |
List<Media> |
TaxonPortalController.doGetSubtreeMedia(UUID uuid,
Class<? extends MediaRepresentationPart> type,
String[] mimeTypes,
UuidList relationshipUuids,
UuidList relationshipInversUuids,
Boolean includeTaxonDescriptions,
Boolean includeOccurrences,
Boolean includeTaxonNameDescriptions,
Integer widthOrDuration,
Integer height,
Integer size,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||