Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CommandNotAvailable
-
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.commandline.executor.api
Methods in org.nuxeo.ecm.platform.commandline.executor.api that throw CommandNotAvailable Modifier and Type Method Description ExecResult
CommandLineExecutorService. execCommand(String commandName, CmdParameters params)
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.commandline.executor.service
Methods in org.nuxeo.ecm.platform.commandline.executor.service that throw CommandNotAvailable Modifier and Type Method Description ExecResult
CommandLineExecutorComponent. execCommand(String commandName, CmdParameters params)
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.core.im
Methods in org.nuxeo.ecm.platform.picture.core.im that throw CommandNotAvailable Modifier and Type Method Description abstract void
IMImageUtils.ImageMagickCaller. callImageMagick()
protected void
IMImageUtils.ImageMagickCaller. makeFiles(Blob blob, String targetExt)
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.magick
Methods in org.nuxeo.ecm.platform.picture.magick that throw CommandNotAvailable Modifier and Type Method Description protected static ExecResult
MagickExecutor. execCommand(String commandName, CmdParameters params)
Deprecated.Since 7.4. -
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.picture.magick.utils
Methods in org.nuxeo.ecm.platform.picture.magick.utils that throw CommandNotAvailable Modifier and Type Method Description static void
ImageConverter. convert(String inputFilePath, String outputFilePath)
static void
ImageCropper. crop(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY)
static void
ImageCropperAndResizer. cropAndResize(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY, int targetWidth, int targetHeight)
static void
ImageCropperAndResizer. cropAndResize(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY, int targetWidth, int targetHeight, String mapComponents)
static ExecResult
ImageIdentifier. getIdentifyResult(String inputFilePath)
static ImageInfo
ImageIdentifier. getInfo(String inputFilePath)
static ImageInfo
ImageResizer. resize(String inputFile, String outputFile, int targetWidth, int targetHeight, int targetDepth)
static void
ImageRotater. rotate(String inputFile, String outputFile, int angle)
-
Uses of CommandNotAvailable in org.nuxeo.ecm.platform.video.tools.operations
Methods in org.nuxeo.ecm.platform.video.tools.operations that throw CommandNotAvailable Modifier and Type Method Description Blob
ConcatVideos. run(BlobList blobs)
Blob
ConcatVideos. run(DocumentModelList docs)
-