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

E10653-05

oracle.jbo
Interface VariableManager

All Known Subinterfaces:
VariableValueManager
All Known Implementing Classes:
ClientVariableValueManager, DCVariableValueManagerImpl, VariableManagerImpl, VariableValueManagerImpl

public interface VariableManager

Manages named variables.

Since:
JDeveloper 10.1.3

Method Summary
 Variable addVariable(java.lang.String name)
           
 void addVariable(Variable var)
           
 void addVariables(Variable[] vars)
           
 void clearVariables()
           
 Variable findDeclaredVariable(java.lang.String name)
           
 Variable findVariable(java.lang.String name)
           
 int getDeclaredVariableCount()
           
 Variable[] getDeclaredVariables()
           
 java.lang.String getName()
           
 int getVariableCount()
           
 Variable[] getVariables()
           
 java.util.Map getVariablesMap()
          Returns a readonly map of all variables in this manager.
 Variable[] getVariablesOfKind(java.lang.String kind)
           
 VariableManagerOwner getVarMgrOwner()
          Deprecated. use getVarMgrOwnerBase() instead.
 VariableManagerOwnerBase getVarMgrOwnerBase()
           
 VariableManager[] getVarMgrParents()
           
 Variable lookupVariable(java.lang.String name)
           
 void mergeVariables(Variable[] vars)
           
 Variable removeVariable(java.lang.String name)
           
 Variable replaceVariable(Variable newVar)
           
 void variableChanged(Variable var)
           
 

Method Detail

getName

java.lang.String getName()

getVarMgrOwner

VariableManagerOwner getVarMgrOwner()
Deprecated. use getVarMgrOwnerBase() instead.


getVarMgrOwnerBase

VariableManagerOwnerBase getVarMgrOwnerBase()

getVarMgrParents

VariableManager[] getVarMgrParents()

getVariables

Variable[] getVariables()

getVariablesMap

java.util.Map getVariablesMap()
Returns a readonly map of all variables in this manager.


getVariablesOfKind

Variable[] getVariablesOfKind(java.lang.String kind)

getVariableCount

int getVariableCount()

getDeclaredVariables

Variable[] getDeclaredVariables()

getDeclaredVariableCount

int getDeclaredVariableCount()

findDeclaredVariable

Variable findDeclaredVariable(java.lang.String name)

findVariable

Variable findVariable(java.lang.String name)

lookupVariable

Variable lookupVariable(java.lang.String name)

addVariable

void addVariable(Variable var)

addVariable

Variable addVariable(java.lang.String name)

replaceVariable

Variable replaceVariable(Variable newVar)

removeVariable

Variable removeVariable(java.lang.String name)

clearVariables

void clearVariables()

addVariables

void addVariables(Variable[] vars)

mergeVariables

void mergeVariables(Variable[] vars)

variableChanged

void variableChanged(Variable var)

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

E10653-05

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