Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.admin.upgrade.common | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Method and Description |
---|---|
protected ValueDefault |
ValueDefaultAdmin.lookupValueDefault(LibrarySession sess,
String name)
Lookup ValueDefault by name
|
Modifier and Type | Method and Description |
---|---|
protected void |
ValueDefaultAdmin.showValueDefault(LibrarySession sess,
ValueDefault valdft) |
Modifier and Type | Method and Description |
---|---|
protected ValueDefault |
CreateNamedPropertyBundle.createValueDefault(LibrarySession session,
String name,
String description,
AttributeValue value)
Create a ValueDefault
|
protected ValueDefault |
CreateNamedPropertyBundle.createValueDefault(LibrarySession session,
ValueDefaultDefinition def) |
protected ValueDefault |
CreateNamedPropertyBundle.lookupValueDefault(LibrarySession session,
String name)
Find a ValueDefault by name; return null if no ValueDefault
exists with the specified name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CreateNamedPropertyBundle.updateValueDefaultValue(ValueDefault vdef,
AttributeValue value)
Update the value of a ValueDefault.
|
Modifier and Type | Class and Description |
---|---|
class |
TieValueDefault
TieValueDefault allows the Oracle-defined behavior of the
VALUEDEFAULT classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static ValueDefault |
ValueDefault.constructValueDefault(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefault for the specified data.
|
static ValueDefault[] |
ValueDefault.findAll(LibrarySession session)
Returns the set of defined ValueDefaults.
|
static ValueDefault |
ValueDefault.findByName(LibrarySession session,
String name)
Returns the a ValueDefault matching the
specified name.
|
ValueDefault |
Attribute.getValueDefault()
Gets the ValueDefault of this Attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Attribute.setValueDefault(ValueDefault vde)
Sets the ValueDefault of this Attribute.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showValueDefault(Logger logger,
ValueDefault vd,
String prefix)
Show details about a ValueDefault.
|
Copyright © 2023. All rights reserved.