Uses of Class
org.craftercms.studio.api.v1.to.ContentAssetInfoTO
Packages that use ContentAssetInfoTO
-
Uses of ContentAssetInfoTO in org.craftercms.studio.impl.v1.content.pipeline
Methods in org.craftercms.studio.impl.v1.content.pipeline that return ContentAssetInfoTOModifier and TypeMethodDescriptionprotected ContentAssetInfoTOAssetDmContentProcessor.writeContentAsset(PipelineContent content, String site, String user, String path, String assetName, InputStream in, int width, int height, boolean createFolders, boolean isPreview, boolean unlock, boolean isSystemAsset, ResultTO result) upload content asset to the given pathMethods in org.craftercms.studio.impl.v1.content.pipeline with parameters of type ContentAssetInfoTOModifier and TypeMethodDescriptionprotected InputStreamCheckImageSizeProcessor.checkForImageSize(InputStream in, int allowedWidth, int allowedHeight, boolean lessSize, ContentAssetInfoTO assetInfo) check the width and the height of the given image as an inputstream match the width and the height specified