Uses of Interface
de.espirit.firstspirit.access.store.mediastore.Picture
Package
Description
-
Uses of Picture in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionBinaryMedium.getPicture()
Returns the picture of the binary medium. -
Uses of Picture in de.espirit.firstspirit.access.store.mediastore
Modifier and TypeMethodDescription@Nullable Picture
Media.getPicture
(@Nullable Language language) Get the given media as aPicture
object in the language provided. -
Uses of Picture in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeMethodDescription@Nullable Picture
PageLangSpec.getSiteMapPicture()
Gets the sitemap picture of this pageref.Modifier and TypeMethodDescriptionvoid
PageLangSpec.setSiteMapPicture
(@Nullable Picture picture) Sets the sitemap picture for this pagereference. -
Uses of Picture in de.espirit.firstspirit.service.mediamanagement
Modifier and TypeMethodDescriptionvoid
UploadHook.postProcess
(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull Picture picture, long length) Hook method will be called on media upload AFTER the uploaded file is transmitted into the FirstSpirit-Server-Repository.void
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.