@Name(value="externalLinkManager") @Scope(value=SESSION) public class ExternalLinkManager extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected AdminViewManager | 
adminViews  | 
protected NavigationContext | 
navigationContext  | 
protected String | 
packageId  | 
protected org.nuxeo.connect.data.DownloadablePackage | 
pkg  | 
protected RepositoryManager | 
repositoryManager  | 
protected org.jboss.seam.contexts.Context | 
sessionContext  | 
protected WebActions | 
webActions  | 
| Constructor and Description | 
|---|
ExternalLinkManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
confirm()  | 
org.nuxeo.connect.data.DownloadablePackage | 
getPkg()  | 
protected static NuxeoPrincipal | 
getUser()  | 
protected void | 
initMinimalContext()  | 
protected void | 
setupCurrentUser()  | 
String | 
startDownload()  | 
protected org.nuxeo.connect.data.DownloadablePackage pkg
@In(create=true,
    required=false)
protected WebActions webActions
@In(create=true,
    required=false)
protected AdminViewManager adminViews
@In protected transient org.jboss.seam.contexts.Context sessionContext
@In(create=true) protected transient NavigationContext navigationContext
@In(create=true) protected transient RepositoryManager repositoryManager
public ExternalLinkManager()
protected static NuxeoPrincipal getUser()
protected void setupCurrentUser()
@Begin(id="#{conversationIdGenerator.nextMainConversationId}",
       join=true)
public String startDownload()
public org.nuxeo.connect.data.DownloadablePackage getPkg()
protected void initMinimalContext()
Copyright © 2019 Nuxeo. All rights reserved.