public class InstallHandler extends DefaultObject
Package install management.| Modifier and Type | Field and Description |
|---|---|
protected static String |
INSTALL_PARAM_MAPS |
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
InstallHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearInstallParameters(String pkgId) |
Object |
doBulkInstall(String pkgId,
String source,
Boolean confirm) |
Object |
doInstall(String pkgId,
String source) |
protected Map<String,String> |
getInstallParameters(String pkgId) |
protected String |
getStorageKey(String pkgId) |
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,
Boolean autoMode) |
protected void |
storeInstallParameters(String pkgId,
Map<String,String> params) |
disptachAdapter, isAdaptercheckGuard, 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, toStringprotected static final org.apache.commons.logging.Log log
protected static final String INSTALL_PARAM_MAPS
protected void storeInstallParameters(String pkgId, Map<String,String> params)
protected void clearInstallParameters(String pkgId)
public Object showTermsAndConditions(String pkgId, String source, Boolean depCheck)
public Object startInstall(String pkgId, String source, Boolean acceptedTAC, Boolean depCheck, Boolean autoMode)
Copyright © 2019 Nuxeo SA. All rights reserved.