Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.uicli.mom
Class JUApplicationReference

java.lang.Object
  extended by oracle.jbo.uicli.mom.JUApplicationReference


public class JUApplicationReference
extends java.lang.Object
For internal use only. Application developers should not use this
don't use

Constructor Summary
JUApplicationReference(java.lang.String fullDefName, JUApplicationDefImpl def, JUApplicationDefImpl parentDef)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Collection<DCDataControlReference> getAllDataControlReferences()
           
 java.util.Collection<DCBindingContainerReference> getBindingContainerReferences()
           
 JUApplicationDefImpl getDef(BindingContext ctx)
           
 void updateDefinitionIfchanged(BindingContext ctx)
          Updates the definition if has been updated by MDS.

 

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

 

Constructor Detail

JUApplicationReference

public JUApplicationReference(java.lang.String fullDefName,
                              JUApplicationDefImpl def,
                              JUApplicationDefImpl parentDef)
Parameters:
fullDefName -
def -
For internal use only. Application developers should not use this
For testing use only, creates an already resolved ref

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

updateDefinitionIfchanged

public void updateDefinitionIfchanged(BindingContext ctx)
Updates the definition if has been updated by MDS.

getDef

public JUApplicationDefImpl getDef(BindingContext ctx)

getBindingContainerReferences

public java.util.Collection<DCBindingContainerReference> getBindingContainerReferences()

getAllDataControlReferences

public java.util.Collection<DCDataControlReference> getAllDataControlReferences()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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