Uses of Enum Class
org.nuxeo.ecm.core.io.download.DownloadServiceImpl.Action
Packages that use DownloadServiceImpl.Action
-
Uses of DownloadServiceImpl.Action in org.nuxeo.ecm.core.io.download
Methods in org.nuxeo.ecm.core.io.download that return DownloadServiceImpl.ActionModifier and TypeMethodDescriptionstatic DownloadServiceImpl.ActionReturns the enum constant of this class with the specified name.static DownloadServiceImpl.Action[]DownloadServiceImpl.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuxeo.ecm.core.io.download that return types with arguments of type DownloadServiceImpl.ActionModifier and TypeMethodDescriptionprotected org.apache.commons.lang3.tuple.Pair<String, DownloadServiceImpl.Action> DownloadServiceImpl.getDownloadPathAndAction(String path) Gets the download path and action of the URL to use to download blobs.