Uses of Class
org.nuxeo.ecm.core.io.download.DownloadServiceImpl.Action
-
Packages that use DownloadServiceImpl.Action Package Description org.nuxeo.ecm.core.io.download -
-
Uses of DownloadServiceImpl.Action in org.nuxeo.ecm.core.io.download
Methods in org.nuxeo.ecm.core.io.download that return DownloadServiceImpl.Action Modifier and Type Method Description static DownloadServiceImpl.Action
DownloadServiceImpl.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static DownloadServiceImpl.Action[]
DownloadServiceImpl.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.core.io.download that return types with arguments of type DownloadServiceImpl.Action Modifier and Type Method Description protected 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.
-