Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.connect.client.we
Class DownloadHandler

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
      extended by org.nuxeo.ecm.webengine.model.impl.DefaultObject
          extended by org.nuxeo.connect.client.we.DownloadHandler
All Implemented Interfaces:
Resource, Adaptable

public class DownloadHandler
extends DefaultObject

Provides REST binding for Package download management

Author:
Thierry Delprat

Constructor Summary
DownloadHandler()
           
 
Method Summary
 String getDownloadProgress(String pkgId)
           
 Object getDownloadProgressPage(String pkgId, String source, Boolean install, Boolean depCheck)
           
 Object startDownload(String pkgId, String source, Boolean install, Boolean depCheck)
           
 
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, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadHandler

public DownloadHandler()
Method Detail

getDownloadProgress

public String getDownloadProgress(String pkgId)

getDownloadProgressPage

public Object getDownloadProgressPage(String pkgId,
                                      String source,
                                      Boolean install,
                                      Boolean depCheck)

startDownload

public Object startDownload(String pkgId,
                            String source,
                            Boolean install,
                            Boolean depCheck)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.