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

E10653-08

oracle.jbo.common
Class ExpressionDef

java.lang.Object
  extended by oracle.jbo.common.ExpressionDef
All Implemented Interfaces:
java.io.Serializable

public class ExpressionDef
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class ExpressionDef.OwnerType
          Deprecated.  
 
Field Summary
static int RESERVED_EXPR_PREAMBLE_LINES
          Deprecated.  
 
Constructor Summary
ExpressionDef(NamedObjectImpl parent, ExpressionDef def)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
ExpressionDef(NamedObjectImpl parent, java.lang.String expr)
           
ExpressionDef(NamedObjectImpl parent, java.lang.String expr, java.lang.String name)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
ExpressionDef(NamedObjectImpl parent, java.lang.String expr, java.lang.String name, java.lang.String priv)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
ExpressionDef(NamedObjectImpl parent, java.lang.String expr, java.lang.String name, java.lang.String priv, java.lang.Boolean hasReturn)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
ExpressionDef(java.lang.String name, java.lang.String expr)
          Deprecated. Applications should not be using this class
 
Method Summary
 java.util.LinkedHashMap getAttributesMap()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String getEvalId()
          Deprecated. Internal framework use only.
 ExprEval getEvaluator()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String getExpression()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String getInternalExpression()
          Deprecated. Internal framework use only.
 java.lang.String getName()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 ExprEval.Privilege getPrivilege()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String getPrivilegeString()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 ExprEval.TrustMode getTrustMode()
          Deprecated.  
 java.lang.String getTrustModeString()
          Deprecated.  
 boolean hasReturn()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 void setHasReturn(boolean ret)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 void setOwnerType(ExpressionDef.OwnerType type)
          Deprecated.  
 void setPrivilege(ExprEval.Privilege priv)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 void setTrustMode(ExprEval.TrustMode trusted)
          Deprecated.  
 java.lang.String toString()
           
 void useEvaluator(ExprEval eval)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESERVED_EXPR_PREAMBLE_LINES

public static final int RESERVED_EXPR_PREAMBLE_LINES
Deprecated. 
For internal framework use only

See Also:
Constant Field Values
For internal use only. Application developers should not use this
Constructor Detail

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     java.lang.String expr,
                     java.lang.String name,
                     java.lang.String priv,
                     java.lang.Boolean hasReturn)
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     java.lang.String expr,
                     java.lang.String name,
                     java.lang.String priv)
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     java.lang.String expr,
                     java.lang.String name)
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     ExpressionDef def)
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     java.lang.String expr)
For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(java.lang.String name,
                     java.lang.String expr)
Deprecated. Applications should not be using this class

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

getEvaluator

public ExprEval getEvaluator()
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

useEvaluator

public void useEvaluator(ExprEval eval)
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

getExpression

public java.lang.String getExpression()
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

getInternalExpression

public java.lang.String getInternalExpression()
Deprecated. Internal framework use only.

For internal use only. Application developers should not use this

getEvalId

public java.lang.String getEvalId()
Deprecated. Internal framework use only.

For internal use only. Application developers should not use this

getName

public java.lang.String getName()
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

setHasReturn

public void setHasReturn(boolean ret)
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

hasReturn

public boolean hasReturn()
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

setPrivilege

public void setPrivilege(ExprEval.Privilege priv)
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

getPrivilege

public ExprEval.Privilege getPrivilege()
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

getPrivilegeString

public java.lang.String getPrivilegeString()
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

setTrustMode

public void setTrustMode(ExprEval.TrustMode trusted)
Deprecated. 

For internal use only. Application developers should not use this

getTrustMode

public ExprEval.TrustMode getTrustMode()
Deprecated. 

For internal use only. Application developers should not use this

getTrustModeString

public java.lang.String getTrustModeString()
Deprecated. 

For internal use only. Application developers should not use this

setOwnerType

public void setOwnerType(ExpressionDef.OwnerType type)
Deprecated. 

For internal framework use only.

For internal use only. Application developers should not use this

getAttributesMap

public java.util.LinkedHashMap getAttributesMap()
Deprecated. since 11.1.4.0 Applications should not be using this class.

For internal use only. Application developers should not use this

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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.