Uses of Enum Class
org.nuxeo.ecm.core.io.download.DownloadServiceImpl.Action
-
Uses of DownloadServiceImpl.Action in org.nuxeo.ecm.core.io.download
Modifier and TypeMethodDescriptionstatic DownloadServiceImpl.Action
Returns 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.Modifier 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.