
public class OETLContextWrapper extends Object
| Constructor and Description |
|---|
OETLContextWrapper() |
| Modifier and Type | Method and Description |
|---|---|
com.orientechnologies.orient.core.command.OCommandContext |
getContext() |
static OETLContextWrapper |
getInstance() |
OPluginMessageHandler |
getMessageHandler() |
static OETLContextWrapper |
newInstance() |
void |
setContext(com.orientechnologies.orient.core.command.OCommandContext context) |
void |
setMessageHandler(OPluginMessageHandler messageHandler) |
public static OETLContextWrapper getInstance()
public static OETLContextWrapper newInstance()
public com.orientechnologies.orient.core.command.OCommandContext getContext()
public void setContext(com.orientechnologies.orient.core.command.OCommandContext context)
public OPluginMessageHandler getMessageHandler()
public void setMessageHandler(OPluginMessageHandler messageHandler)
Copyright © 2009–2018 OrientDB. All rights reserved.