Skip navigation links

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

E10653-11


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

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
static java.lang.String RSI_PREFIX_NAME
           

 

Fields inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrapper
delegate, wrapped

 

Fields inherited from class org.codehaus.groovy.runtime.wrappers.Wrapper
constrainedType

 

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

 

Method Summary
 java.lang.Object getProperty(java.lang.String property)
          *** For internal framework use only ***
 java.lang.Object getPropertyInternal(java.lang.String property, boolean fromBinding)
          *** For internal framework use only ***
 java.lang.Object getPropertyInternal(java.lang.String property, boolean fromBinding, boolean checkSecurity)
          *** For internal framework use only ***
 java.lang.Class getPropertyTypeInternal(java.lang.String property)
          *** For internal framework use only ***
 java.lang.Object getWrapped()
           
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object arg)
          *** For internal framework use only ***
 void setProperty(java.lang.String property, java.lang.Object newValue)
          *** For internal framework use only ***
 java.lang.Object unwrap()
           
 java.lang.Object unwrapObject()
           
static java.lang.Object wrapInGroovyObject(java.lang.Object obj, ExprTrustSupplier trusted)
           
static java.lang.Object wrapInGroovyObject(java.lang.Object obj, ExprTrustSupplier trusted, java.lang.String propertyaccessed)
           

 

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

 

Field Detail

RSI_PREFIX_NAME

public static final java.lang.String RSI_PREFIX_NAME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

Constructor Detail

ExprEvalWrapper

public ExprEvalWrapper(java.lang.Object adfObj,
                       ExprTrustSupplier trusted)
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()
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()
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()
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)
*** 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

getPropertyTypeInternal

public java.lang.Class getPropertyTypeInternal(java.lang.String property)
*** 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)
*** 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)
*** 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)
*** 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)
*** 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)
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)
For internal use only. Application developers should not use this

Skip navigation links

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

E10653-11


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