Uses of Interface
de.espirit.firstspirit.access.project.Resolution
Package
Description
-
Uses of Resolution in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionUrlCreator.getFilename
(Media media, Language lang, Resolution res) Deprecated.UrlCreator.getUrl
(Media media, Language language, Resolution resolution, int mode) Deprecated.void
GenerationContext.mediaReferenced
(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution) Prints a referenced media to the generation target, if it was not yet printed. -
Uses of Resolution in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionMappingMedium.getResolution()
Provides the medium's resolution.Modifier and TypeMethodDescriptionvoid
MappingMedium.setResolution
(Resolution resolution) Define the resolution to be used for the medium -
Uses of Resolution in de.espirit.firstspirit.access.project
Modifier and TypeMethodDescriptionProject.createResolution
(String name, String description) Create a new resolutionProject.getOriginalResolution()
Provides the resolution definition for requesting images in their original dimensions.@Nullable Resolution
Project.getResolutionByName
(String name) Returns the resolution with the given name ornull
if no resolution exists in this project with the specified name.Modifier and TypeMethodDescriptionvoid
Project.removeResolution
(Resolution resolution) Remove resolutionvoid
Project.setResolutions
(Resolution[] resolutions) Set the Resolutions of this project -
Uses of Resolution in de.espirit.firstspirit.access.store.globalstore
Modifier and TypeMethodDescription@Nullable String
URLProperties.getStoredUrl
(@NotNull Media node, @Nullable Language language, @Nullable Resolution resolution) Get the stored URL for the specified parameter set.void
URLProperties.setStoredUrl
(@Nullable String url, @NotNull Media node, @Nullable Language language, @Nullable Resolution resolution) Set the stored URL for the specified parameter set. -
Uses of Resolution in de.espirit.firstspirit.access.store.mediastore
Modifier and TypeMethodDescriptionPictureResolution.getResolution()
Get the resolution as an object of the current picture resolution.Modifier and TypeMethodDescription@Nullable InputStream
Picture.getInputStream
(Resolution resolution) Get the picture content of the current picture-media as an input stream.@Nullable MediaMetaData
Picture.getPictureMetaData
(Resolution resolution) Return media metadata for explicitly set and automatically generated picture resolutions.@NotNull PictureResolution
Picture.getPictureResolution
(Resolution resolution) Get the picture-resolution childStoreElement
of this picture-media for the given resolution.@Nullable String
Media.getStoredUrl
(@Nullable Language language, @Nullable Resolution resolution) Get the stored URL for this node and the provided combination of language and resolution.void
Picture.removePicture
(Resolution resolution) Remove the picture of the current picture-media for given resolution.void
Picture.setPicture
(Resolution resolution, long length, InputStream pictureStream, @Nullable String extension) Uploads the picture data for the given resolution by reading from the given input stream. -
Uses of Resolution in de.espirit.firstspirit.agency
Modifier and TypeMethodDescriptionResolutionAgent.getOriginalResolution()
Get the resolution defining the original.@Nullable Resolution
UrlAgent.MediaUrlEntry.getResolution()
Returns theresolution
for which this media url entry is specified for.@Nullable Resolution
ResolutionAgent.getResolutionByName
(String resolutionName) Get the resolution having the given symbolic name.Modifier and TypeMethodDescriptionResolutionAgent.getResolutions()
Get an unmodifiable list of available resolutions.@NotNull List<Resolution>
ResolutionAgent.getResolutionsByTag
(@NotNull String... tags) Get an unmodifiable list of available resolutions tagged with one of the given tags.Modifier and TypeMethodDescription@NotNull String
UIAgent.getDescription
(@NotNull Resolution resolution) Provides the description for the given resolution according to the currently set UI language and display mode.@NotNull String
UIAgent.getDisplayName
(@NotNull Resolution resolution) Determines the display name for the given resolution according to the currently set UI language and display mode.void
RenderingAgent.MediaLinkListener.mediaLinked
(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution) CallbackPreviewUrlAgent.MediaPreviewUrlBuilder.resolution
(@Nullable Resolution resolution) Selects an alternative resolution instead of the defaultORIGINAL_RESOLUTION_NAME
for rendering of typeMedia.PICTURE
. -
Uses of Resolution in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescriptionvoid
DataTemplating.ParameterSet.addMedium
(@NotNull String name, @NotNull Media media, @Nullable Resolution resolution) Adds a medium as parameter. -
Uses of Resolution in de.espirit.firstspirit.generate
Modifier and TypeMethodDescriptionFilenameFactory.getFilename
(String url, Media node, @Nullable Language language, @Nullable Resolution resolution) Calculate filename for provided combination of node, language, and resolution.UrlCreator.getFilename
(Media media, Language language, Resolution resolution) The complete file name (relative to content root) where the produced content of the providedmedium
will be stored.UrlCreator.getUrl
(@NotNull Media media, @Nullable Language language, @Nullable Resolution resolution, int mode) Get the url for the specified medium (for the specified language and resolution).@NotNull String
UrlFactory.getUrl
(@NotNull Media node, @NotNull Language language, @Nullable Resolution resolution) Calculate path to provided combination of node, language, and resolution. -
Uses of Resolution in de.espirit.firstspirit.service.mediamanagement
Modifier and TypeMethodDescriptionvoid
UploadHook.preProcess
(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull Picture picture, Resolution resolution, @NotNull InputStream inputStream, long length) Hook method will be called on media upload BEFORE the uploaded file will be transmitted to the FirstSpirit-Server-Repository. -
Uses of Resolution in de.espirit.firstspirit.ui.gadgets.aspects.operations
Modifier and TypeMethodDescription@Nullable Resolution
SelectStoreElementOperation.Selection.getResolution()
The resolution chosen for a picture element, if applicable.Modifier and TypeMethodDescriptionvoid
SelectStoreElementOperation.setPreselection
(@Nullable String projectName, @NotNull IDProvider element, @Nullable Resolution resolution) Sets a preselection. -
Uses of Resolution in de.espirit.firstspirit.webedit.server
Modifier and TypeMethodDescriptionvoid
CropDialogOperation.setResolutions
(List<Resolution> resolutions) Configures theResolution
s, which should be visible and modifiable.