Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.server |
Constructor and Description |
---|
Attribute(LibrarySession session,
Long id,
Long classId,
S_AttributeData data)
Internal use only: Constructs an Attribute.
|
Modifier and Type | Method and Description |
---|---|
S_AttributeData |
S_ClassObjectData.getEffectiveClassAttributeData(int index,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
S_AttributeData object.
|
S_AttributeData[] |
S_ClassObjectData.getEffectiveClassAttributeData(LibrarySessionInterface session)
Gets the effective attributes for the CLASSOBJECT as an array of
S_AttributeData objects.
|
S_AttributeData |
S_ClassObjectData.getEffectiveClassAttributeData(String attributeName,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
S_AttributeData object.
|
S_AttributeData |
S_ClassObjectData.getExtendedClassAttributeData(int index,
LibrarySessionInterface session)
Gets the specified extended attribute of the CLASSOBJECT as an
S_AttributeData object.
|
S_AttributeData[] |
S_ClassObjectData.getExtendedClassAttributeData(LibrarySessionInterface session)
Gets the extended attributes for the CLASSOBJECT as an array of
S_AttributeData objects.
|
S_AttributeData |
S_ClassObjectData.getExtendedClassAttributeData(String attributeName,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
S_AttributeData object.
|
Modifier and Type | Method and Description |
---|---|
protected S_ClassDomain |
S_LibraryObject.determineClassDomain(S_AttributeData attributeData,
S_LibraryObjectDefinition def)
Return the ClassDomain that is in force for the specified
Attribute data.
|
protected S_ValueDefault |
S_LibraryObject.determineValueDefault(S_AttributeData attributeData,
S_LibraryObjectDefinition def)
return the ValueDefault that is in force for the specified
Attribute data.
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long auditid,
long objectId,
S_AttributeData attrData,
S_LibrarySession session)
Deprecated.
9.2.5.0.0 use other variant
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long objectId,
S_AttributeData attrData,
S_LibrarySession session)
Gets the value of the specified select position in a ResultSet.
|
Constructor and Description |
---|
S_Attribute(S_LibrarySession ssession,
S_AttributeData data)
Constructs an S_Attribute.
|
Copyright © 2023. All rights reserved.