|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
oracle.ifs.beans | |
oracle.ifs.beans.parsers | |
oracle.ifs.search |
Uses of Attribute in oracle.ifs.beans |
Methods in oracle.ifs.beans that return Attribute | |
Attribute |
ClassObject.getAttributeFromLabel(java.lang.String label)
returns the Attribute, based on the specified Attribute Label. |
Attribute |
ClassObject.addAttribute(AttributeDefinition def)
Adds an Attribute to this ClassObject. |
Attribute[] |
ClassObject.getEffectiveClassAttributes()
Gets the effective Attributes of this ClassObject. |
Attribute |
ClassObject.getEffectiveClassAttributes(int index)
Gets the specified effective Attribute of this ClassObject. |
Attribute |
ClassObject.getEffectiveClassAttributes(java.lang.String attributeName)
Gets the specified effective Attribute of this ClassObject. |
Attribute[] |
ClassObject.getExtendedClassAttributes()
Gets the extended Attributes of this ClassObject. |
Attribute[] |
ClassObject.getExtendedClassAttributes(ClassObject superclass)
Gets an array of the Attributes that this ClassObject has and that the specified superclass does not have. |
Attribute |
ClassObject.getExtendedClassAttributes(int index)
Gets the specified extended Attribute of this ClassObject. |
Attribute |
ClassObject.getExtendedClassAttributes(java.lang.String attributeName)
Gets the specified extended Attribute of this ClassObject. |
protected static Attribute |
Attribute.constructAttribute(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs an Attribute for the specified data. |
Methods in oracle.ifs.beans with parameters of type Attribute | |
void |
ClassObject.removeAttribute(Attribute attribute)
Removes an Attribute from this ClassObject. |
Uses of Attribute in oracle.ifs.beans.parsers |
Constructors in oracle.ifs.beans.parsers with parameters of type Attribute | |
AttributeDescription(Attribute attribute)
Deprecated. |
Uses of Attribute in oracle.ifs.search |
Fields in oracle.ifs.search declared as Attribute | |
protected Attribute |
ExistenceQualification.m_RightAttributeObject
Holds the actual attribute value representing the right attribute. |
Methods in oracle.ifs.search that return Attribute | |
protected Attribute |
SearchValidator.validateAttribute(ClassObject cls,
java.lang.String name)
|
protected Attribute |
SearchValidator.validateScalarAttribute(ClassObject co,
java.lang.String attributeName)
|
protected Attribute |
ExistenceQualification.getRightAttributeObject()
Returns the actual attribute object of the RHS. |
Methods in oracle.ifs.search with parameters of type Attribute | |
protected void |
SearchValidator.setAttribute(AttributeQualification aq,
Attribute attr)
|
protected void |
ExistenceQualification.setRightAttributeObject(Attribute attr)
Sets the actual attribute corresponding to to the RHS. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |