|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
oracle.ifs.beans |
Uses of Property in oracle.ifs.beans |
Subclasses of Property in oracle.ifs.beans | |
class |
TieProperty
A TieProperty allows the Oracle-defined behavior of the PROPERTY classobject (and its subclasses) to be extended or overridden. |
Methods in oracle.ifs.beans that return Property | |
protected static Property[] |
Property.constructPropertyArray(LibrarySession sess,
java.lang.Long[] ids)
Construct a Property array from an array of object IDs. |
protected static Property |
Property.constructProperty(LibrarySession session,
S_LibraryObjectData data)
Constructs a Property from a S_LibraryObjectData. |
protected static Property[] |
Property.vectorToPropertyArray(java.util.Vector vector)
Converts a Vector of Property to an array of Property. |
protected static Property |
Property.vectorPropertyElement(java.util.Vector vector,
int index)
Returns a specific Property from a Vector of Property, at a specified index. |
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(java.lang.String name)
Gets a specified Property by name. |
Property |
PropertyBundle.getPropertyByUpperCaseName(java.lang.String name)
Gets a specified Property by name, where the name must be in all uppercase. |
Property[] |
ServerConfiguration.getEffectiveProperties()
Gets the effective Properties of this ServerConfiguration. |
Property |
ServerConfiguration.getEffectiveProperty(java.lang.String name)
Gets an effective Property specified by name. |
Property |
ServerConfiguration.getEffectivePropertyByUpperCaseName(java.lang.String name)
Gets an effective Property specified by name, where the name must be in all uppercase. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |