Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.script
Class ExprEvalWrapper

java.lang.Object
  extended by org.codehaus.groovy.runtime.wrappers.Wrapper
      extended by org.codehaus.groovy.runtime.wrappers.PojoWrapper
          extended by oracle.jbo.script.ExprEvalWrapper
All Implemented Interfaces:
groovy.lang.GroovyInterceptable, groovy.lang.GroovyObject, ObjectWrapper

Deprecated.

public class ExprEvalWrapper
extends org.codehaus.groovy.runtime.wrappers.PojoWrapper
implements ObjectWrapper, groovy.lang.GroovyInterceptable

For internal use only. Application developers should not use this

Field Summary
 
Fields inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrapper
delegate, wrapped
 
Fields inherited from class org.codehaus.groovy.runtime.wrappers.Wrapper
constrainedType, delegatingMetaClass
 
Constructor Summary
ExprEvalWrapper(java.lang.Object adfObj, ExprTrustSupplier trusted)
          Deprecated.  
ExprEvalWrapper(java.lang.Object adfObj, ExprTrustSupplier trusted, groovy.lang.Binding parentBinding)
          Deprecated.  
 
Method Summary
 java.lang.Object getProperty(java.lang.String property)
          Deprecated.  
 java.lang.Object getPropertyInternal(java.lang.String property, boolean fromBinding)
          Deprecated.  
 java.lang.Object getPropertyInternal(java.lang.String property, boolean fromBinding, boolean checkSecurity)
          Deprecated.  
 java.lang.Object getWrapped()
          Deprecated.  
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object arg)
          Deprecated.  
 void setProperty(java.lang.String property, java.lang.Object newValue)
          Deprecated.  
 java.lang.Object unwrap()
          Deprecated.  
 java.lang.Object unwrapObject()
          Deprecated.  
static java.lang.Object wrapInGroovyObject(java.lang.Object obj, ExprTrustSupplier trusted)
          Deprecated.  
static java.lang.Object wrapInGroovyObject(java.lang.Object obj, ExprTrustSupplier trusted, java.lang.String propertyaccessed)
          Deprecated.  
 
Methods inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrapper
getDelegatedMetaClass, setMetaClass
 
Methods inherited from class org.codehaus.groovy.runtime.wrappers.Wrapper
getMetaClass, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, setMetaClass
 

Constructor Detail

ExprEvalWrapper

public ExprEvalWrapper(java.lang.Object adfObj,
                       ExprTrustSupplier trusted)
Deprecated. 

For internal use only. Application developers should not use this

ExprEvalWrapper

public ExprEvalWrapper(java.lang.Object adfObj,
                       ExprTrustSupplier trusted,
                       groovy.lang.Binding parentBinding)
Deprecated. 

For internal use only. Application developers should not use this
Method Detail

unwrap

public java.lang.Object unwrap()
Deprecated. 

Overrides:
unwrap in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
For internal use only. Application developers should not use this

getWrapped

public java.lang.Object getWrapped()
Deprecated. 

Overrides:
getWrapped in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
For internal use only. Application developers should not use this

unwrapObject

public java.lang.Object unwrapObject()
Deprecated. 

Specified by:
unwrapObject in interface ObjectWrapper
For internal use only. Application developers should not use this

getProperty

public java.lang.Object getProperty(java.lang.String property)
Deprecated. 

*** For internal framework use only ***

Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
For internal use only. Application developers should not use this

getPropertyInternal

public java.lang.Object getPropertyInternal(java.lang.String property,
                                            boolean fromBinding)
Deprecated. 

*** For internal framework use only ***

For internal use only. Application developers should not use this

getPropertyInternal

public java.lang.Object getPropertyInternal(java.lang.String property,
                                            boolean fromBinding,
                                            boolean checkSecurity)
Deprecated. 

*** For internal framework use only ***

For internal use only. Application developers should not use this

setProperty

public void setProperty(java.lang.String property,
                        java.lang.Object newValue)
Deprecated. 

*** For internal framework use only ***

Specified by:
setProperty in interface groovy.lang.GroovyObject
Overrides:
setProperty in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
For internal use only. Application developers should not use this

invokeMethod

public java.lang.Object invokeMethod(java.lang.String name,
                                     java.lang.Object arg)
Deprecated. 

*** For internal framework use only ***

Specified by:
invokeMethod in interface groovy.lang.GroovyObject
Overrides:
invokeMethod in class org.codehaus.groovy.runtime.wrappers.PojoWrapper
For internal use only. Application developers should not use this

wrapInGroovyObject

public static java.lang.Object wrapInGroovyObject(java.lang.Object obj,
                                                  ExprTrustSupplier trusted)
Deprecated. 

For internal use only. Application developers should not use this

wrapInGroovyObject

public static java.lang.Object wrapInGroovyObject(java.lang.Object obj,
                                                  ExprTrustSupplier trusted,
                                                  java.lang.String propertyaccessed)
Deprecated. 

For internal use only. Application developers should not use this

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.