|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S_AttributeData | |
oracle.ifs.beans | |
oracle.ifs.server |
Uses of S_AttributeData in oracle.ifs.beans |
Constructors in oracle.ifs.beans with parameters of type S_AttributeData | |
Attribute(LibrarySession session,
java.lang.Long id,
java.lang.Long classId,
S_AttributeData data)
Internal use only: Constructs an Attribute. |
Uses of S_AttributeData in oracle.ifs.server |
Methods in oracle.ifs.server that return S_AttributeData | |
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(int index,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an S_AttributeData object. |
S_AttributeData |
S_ClassObjectData.getEffectiveClassAttributeData(java.lang.String attributeName,
LibrarySessionInterface session)
Gets the specified effective 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(int index,
LibrarySessionInterface session)
Gets the specified extended attribute of the CLASSOBJECT as an S_AttributeData object. |
S_AttributeData |
S_ClassObjectData.getExtendedClassAttributeData(java.lang.String attributeName,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an S_AttributeData object. |
Methods in oracle.ifs.server with parameters of type S_AttributeData | |
protected S_ValueDefault |
S_LibraryObject.determineValueDefault(S_AttributeData attributeData,
S_LibraryObjectDefinition def)
return the ValueDefault that is in force for the specified Attribute data. |
protected S_ClassDomain |
S_LibraryObject.determineClassDomain(S_AttributeData attributeData,
S_LibraryObjectDefinition def)
return the ClassDomain that is in force for the specified Attribute data. |
Constructors in oracle.ifs.server with parameters of type S_AttributeData | |
S_Attribute(S_LibrarySession ssession,
S_AttributeData data)
Constructs an S_Attribute. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |