public class GrooqlBinding extends GroovyScript.HGB
Binding subclass gets a BO set and will
interpret variable references in scripts that use this binding as references
to attributes of that BO first. Only if the BO does
not have an attribute with the requested name it will fallback to the
standard behaviour of getVariable() of
GroovyScript.HGB.
Note: This class is not multithread safe.| Constructor and Description |
|---|
GrooqlBinding() |
GrooqlBinding(GroovyScript.HGB _elter) |
GrooqlBinding(GroovyScript.HGB _elter,
java.util.Map _initialvars) |
| Modifier and Type | Method and Description |
|---|---|
BOI |
getBO() |
java.lang.Object |
getVariable(java.lang.String _name) |
void |
setBO(BOI $1) |
close, getElter, getProperty, getRoot, isIgnoreGlobalsCreation, isReadOnly, setElter, setIgnoreGlobalsCreation, setProperty, setReadOnly, setVariable, setVariable, setVariablepublic GrooqlBinding()
public GrooqlBinding(GroovyScript.HGB _elter)
public GrooqlBinding(GroovyScript.HGB _elter, java.util.Map _initialvars)
public java.lang.Object getVariable(java.lang.String _name)
getVariable in class GroovyScript.HGBpublic BOI getBO()
public void setBO(BOI $1)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.