public class RemoteContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HttpAutomationClient |
client |
protected Document |
doc |
protected DocumentService |
ds |
protected AutomationFeature |
feature |
protected String |
host |
protected Session |
session |
protected Shell |
shell |
protected List<Document> |
stack |
protected String |
userName |
| Constructor and Description |
|---|
RemoteContext(AutomationFeature feature,
HttpAutomationClient client,
Session session,
String dir) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
HttpAutomationClient |
getClient() |
Document |
getDocument() |
DocumentService |
getDocumentService() |
AutomationFeature |
getFeature() |
String |
getHost() |
Session |
getSession() |
Shell |
getShell() |
List<Document> |
getStack() |
String |
getUserName() |
Document |
peekDocument() |
Document |
popDocument() |
Document |
pushDocument(Document doc) |
Document |
resolveDocument(String path) |
Document |
resolveDocument(String path,
String schemas) |
Path |
resolvePath(String path) |
DocRef |
resolveRef(String path) |
void |
setDocument(Document doc) |
protected Shell shell
protected AutomationFeature feature
protected HttpAutomationClient client
protected Session session
protected DocumentService ds
protected Document doc
protected String userName
protected String host
public RemoteContext(AutomationFeature feature, HttpAutomationClient client, Session session, String dir) throws Exception
Exceptionpublic String getUserName()
public String getHost()
public void dispose()
public Shell getShell()
public AutomationFeature getFeature()
public HttpAutomationClient getClient()
public Session getSession()
public Document getDocument()
public void setDocument(Document doc)
public Document peekDocument()
public Document popDocument()
public DocumentService getDocumentService()
Copyright © 2019 Nuxeo SA. All rights reserved.