Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.connect.client.we
Class InstallHandler

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.InstallHandler
All Implemented Interfaces:
Resource, Adaptable

public class InstallHandler
extends DefaultObject

Provides REST bindings for Package install management.

Author:
Thierry Delprat

Constructor Summary
InstallHandler()
           
 
Method Summary
 Object doInstall(String pkgId, String source)
           
 Object processInstallForm(String pkgId, int formId, String source)
           
 Object showInstallForm(String pkgId, int formId, String source)
           
 Object showTermsAndConditions(String pkgId, String source, Boolean depCheck)
           
 Object startInstall(String pkgId, String source, Boolean acceptedTAC, 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

InstallHandler

public InstallHandler()
Method Detail

showTermsAndConditions

public Object showTermsAndConditions(String pkgId,
                                     String source,
                                     Boolean depCheck)

startInstall

public Object startInstall(String pkgId,
                           String source,
                           Boolean acceptedTAC,
                           Boolean depCheck)

showInstallForm

public Object showInstallForm(String pkgId,
                              int formId,
                              String source)

processInstallForm

public Object processInstallForm(String pkgId,
                                 int formId,
                                 String source)

doInstall

public Object doInstall(String pkgId,
                        String source)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.