Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.core.util |
Modifier and Type | Class and Description |
---|---|
class |
TieProperty
A TieProperty allows the Oracle-defined behavior of the PROPERTY classobject
(and its subclasses) to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static Property |
Property.constructProperty(LibrarySession session,
S_LibraryObjectData data)
Constructs a Property from a S_LibraryObjectData.
|
protected static Property[] |
Property.constructPropertyArray(LibrarySession sess,
Long[] ids)
Construct a Property array from an array of object IDs.
|
Property[] |
ServerConfiguration.getEffectiveProperties()
Gets the effective Properties of this ServerConfiguration.
|
Property |
ServerConfiguration.getEffectiveProperty(String name)
Gets an effective Property specified by name.
|
Property |
ServerConfiguration.getEffectivePropertyByUpperCaseName(String name)
Gets an effective Property specified by name, where the name must be
in all uppercase.
|
Property[] |
PropertyBundle.getProperties()
Gets all the properties in this PropertyBundle.
|
Property |
PropertyBundle.getProperties(int index)
Gets the Property at the specified index.
|
Property |
PropertyBundle.getProperty(String name)
Gets a specified Property by name.
|
Property |
PropertyBundle.getPropertyByUpperCaseName(String name)
Gets a specified Property by name, where the name must be in all
uppercase.
|
protected static Property |
Property.vectorPropertyElement(Vector vector,
int index)
Returns a specific Property from a Vector of Property, at a specified
index.
|
protected static Property[] |
Property.vectorToPropertyArray(Vector vector)
Converts a Vector of Property to an array of Property.
|
Modifier and Type | Method and Description |
---|---|
static ParameterTable |
PropertyBundle.constructEquivalentParameterTable(LibrarySession session,
Property[] props)
Construct a ParameterTable that is equivalent to the
specified set of properties.
|
Modifier and Type | Method and Description |
---|---|
protected Property |
SearchOperations.MultiValueSearchTest.printSearchResults(Search s) |
Modifier and Type | Method and Description |
---|---|
protected String |
MiscOperations.ServerConfigurationTest.show(Property property)
Gets a String that represents the specified Property.
|
protected void |
MiscOperations.ServerConfigurationTest.sort(Property[] properties)
Y.A.B.S.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeValueTable.put(Property[] props)
Applies values from the specified array of Property objects.
|
Constructor and Description |
---|
AttributeValueTable(Property[] props)
Constructs an AttributeValueTable from an array of Property.
|
Copyright © 2023. All rights reserved.