@Concealed
public class JUApplicationReference
extends java.lang.Object
| Constructor and Description |
|---|
JUApplicationReference(java.lang.String fullDefName,
JUApplicationDefImpl def,
JUApplicationDefImpl parentDef) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Concealed
public JUApplicationReference(java.lang.String fullDefName,
JUApplicationDefImpl def,
JUApplicationDefImpl parentDef)
fullDefName - def - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void updateDefinitionIfchanged(BindingContext ctx)
public JUApplicationDefImpl getDef(BindingContext ctx)
public java.util.Collection<DCBindingContainerReference> getBindingContainerReferences()
public java.util.Collection<DCDataControlReference> getAllDataControlReferences()