Package org.nuxeo.connect.client.we
Class InstallHandler
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.webengine.model.impl.DefaultObject
org.nuxeo.connect.client.we.InstallHandler
Provides REST bindings for
Package
install management.- Author:
- Thierry Delprat
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clearInstallParameters
(String pkgId) doBulkInstall
(String pkgId, String source, Boolean confirm) getInstallParameters
(String pkgId) protected String
getStorageKey
(String pkgId) processInstallForm
(String pkgId, int formId, String source) showInstallForm
(String pkgId, int formId, String source) showTermsAndConditions
(String pkgId, String source, Boolean depCheck) protected void
storeInstallParameters
(String pkgId, Map<String, String> params) 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
-
Field Details
-
INSTALL_PARAM_MAPS
- See Also:
-
-
Constructor Details
-
InstallHandler
public InstallHandler()
-
-
Method Details
-
getStorageKey
-
getInstallParameters
-
storeInstallParameters
-
clearInstallParameters
-
showTermsAndConditions
-
startInstall
-
showInstallForm
-
processInstallForm
-
doBulkInstall
-
doInstall
-