Package org.nuxeo.connect.client.we
Class DownloadHandler
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.webengine.model.impl.DefaultObject
org.nuxeo.connect.client.we.DownloadHandler
Provides REST binding for
Package
download management.- Author:
- Thierry Delprat
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncancelDownload
(String pkgId, String source) protected org.nuxeo.connect.data.DownloadingPackage
getDownloadingPackage
(String pkgId) getDownloadProgress
(String pkgId) getDownloadProgressPage
(String pkgId, String source, Boolean install, Boolean depCheck, String pkgType, Boolean onlyRemote, Boolean filterOnPlatform) startDownload
(String pkgId, String source, Boolean install, Boolean depCheck, String pkgType, Boolean onlyRemote, Boolean filterOnPlatform) startDownloads
(String pkgList) Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Constructor Details
-
DownloadHandler
public DownloadHandler()
-
-
Method Details
-
getDownloadProgress
-
getDownloadsProgress
-
getDownloadProgressPage
-
getDownloadingPackage
-
startDownload
-
startDownloads
-
cancelDownload
- Since:
- 5.6
-