Skip navigation links

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

E52932-01


oracle.jbo.common
Class BaseOperationsScript

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Script
          extended by oracle.jbo.common.GroovyScriptSupport
              extended by oracle.jbo.common.BaseOperationsScript

All Implemented Interfaces:
groovy.lang.GroovyObject

Deprecated. all scripts now extend BaseGroovyScript directly.

public abstract class BaseOperationsScript
extends GroovyScriptSupport
Since:
release specific (what release of product did this appear in)

Constructor Summary
BaseOperationsScript()
          Deprecated.  

 

Method Summary
protected  java.lang.Object internalInvokeMethod(boolean scriptOnly, java.lang.String name, java.lang.Object[] args)
          Deprecated.  
 java.lang.Object invokeMethod(java.lang.Object binding, java.lang.String name, java.lang.Object[] args)
          Deprecated.  
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
          Deprecated.  

 

Methods inherited from class oracle.jbo.common.GroovyScriptSupport
getCustomGroovy, invokeOperationsMethod, invokeOperationsMethod, wrapInGroovyObject, wrapInGroovyObject

 

Methods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, getProperty, print, printf, printf, println, println, run, run, setBinding, setProperty

 

Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

BaseOperationsScript

public BaseOperationsScript()
Deprecated. 

Method Detail

internalInvokeMethod

protected java.lang.Object internalInvokeMethod(boolean scriptOnly,
                                                java.lang.String name,
                                                java.lang.Object[] args)
Deprecated. 
Invoked by untrusted scripts to perform security checks.
For internal use only. Application developers should not use this

invokeMethod

public java.lang.Object invokeMethod(java.lang.String name,
                                     java.lang.Object args)
Deprecated. 
Specified by:
invokeMethod in interface groovy.lang.GroovyObject
Overrides:
invokeMethod in class groovy.lang.Script

invokeMethod

public java.lang.Object invokeMethod(java.lang.Object binding,
                                     java.lang.String name,
                                     java.lang.Object[] args)
Deprecated. 
Specified by:
invokeMethod in class GroovyScriptSupport

Skip navigation links

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

E52932-01


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