Uses of Interface
de.espirit.firstspirit.access.project.Resolution
Packages that use Resolution
Package
Description
-
Uses of Resolution in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.access.editor.value that return ResolutionModifier and TypeMethodDescriptionMappingMedium.getResolution()
Provides the medium's resolution.Methods in de.espirit.firstspirit.access.editor.value with parameters of type ResolutionModifier and TypeMethodDescriptionvoid
MappingMedium.setResolution
(Resolution resolution) Define the resolution to be used for the medium -
Uses of Resolution in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project that return ResolutionModifier 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.Methods in de.espirit.firstspirit.access.project that return types with arguments of type ResolutionMethods in de.espirit.firstspirit.access.project with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.access.store.globalstore with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.access.store.mediastore that return ResolutionModifier and TypeMethodDescriptionPictureResolution.getResolution()
Get the resolution as an object of the current picture resolution.Methods in de.espirit.firstspirit.access.store.mediastore with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.agency that return ResolutionModifier 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.Methods in de.espirit.firstspirit.agency that return types with arguments of type ResolutionModifier 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.Methods in de.espirit.firstspirit.agency with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.generate with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.service.mediamanagement with parameters of type ResolutionModifier 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
Methods in de.espirit.firstspirit.ui.gadgets.aspects.operations that return ResolutionModifier and TypeMethodDescription@Nullable Resolution
SelectStoreElementOperation.Selection.getResolution()
The resolution chosen for a picture element, if applicable.Methods in de.espirit.firstspirit.ui.gadgets.aspects.operations with parameters of type ResolutionModifier 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
Method parameters in de.espirit.firstspirit.webedit.server with type arguments of type ResolutionModifier and TypeMethodDescriptionvoid
CropDialogOperation.setResolutions
(List<Resolution> resolutions) Configures theResolution
s, which should be visible and modifiable.