public class RemoteContext extends Object
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) |
public RemoteContext(AutomationFeature feature, HttpAutomationClient client, Session session, String dir) throws Exception
Exception
public 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 © 2011 Nuxeo SA. All Rights Reserved.