Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_Attribute

Packages that use S_Attribute
oracle.ifs.search   
oracle.ifs.server   
 

Uses of S_Attribute in oracle.ifs.search
 

Methods in oracle.ifs.search that return S_Attribute
static S_Attribute PropertyQualification.propertyAttribute(S_LibrarySession sess, int attributeDataType)
          Used to get the Attribute on the Property Class for the specified dataType.
 

Uses of S_Attribute in oracle.ifs.server
 

Fields in oracle.ifs.server declared as S_Attribute
protected  S_Attribute S_LibrarySession.m_DirectoryGroupAllMembersAttribute
          The ALLMEMBERS S_Attribute of the DIRECTORYGROUP S_ClassObject.
 

Methods in oracle.ifs.server that return S_Attribute
 S_Attribute[] S_ClassObject.getEffectiveClassAttributes()
          Gets the effective attributes for the class.
 S_Attribute S_ClassObject.getEffectiveClassAttributes(int index)
          Gets the specified effective attribute of the class.
 S_Attribute S_ClassObject.getEffectiveClassAttributes(java.lang.String attributeName)
          Gets the specified effective attribute of the class.
 S_Attribute[] S_ClassObject.getExtendedClassAttributes()
          Gets the extended attributes for the class.
 S_Attribute[] S_ClassObject.getExtendedClassAttributes(S_ClassObject superclass)
          Gets an array of the attributes defined by this class.
 S_Attribute S_ClassObject.getExtendedClassAttributes(int index)
          Gets the specified extended attribute of the class.
 S_Attribute S_ClassObject.getExtendedClassAttributes(java.lang.String attributeName)
          Gets the specified extended attribute of the class.
 S_Attribute S_ClassObject.addAttribute(S_LibraryObjectDefinition def)
          Adds an Attribute to this ClassObject.
protected  S_Attribute S_LibrarySession.getDirectoryGroupAllMembersAttribute()
          Gets the S_Attribute that represents the all members attribute in the directory group classobject.
 

Methods in oracle.ifs.server with parameters of type S_Attribute
protected static void S_LibraryObject.clearArrayTypeAttributeValues(S_Attribute attribute, S_LibrarySession session)
          This variant is used by S_ClassObject.removeAttribute.
 void S_ClassObject.removeAttribute(S_Attribute attribute)
          Removes an Attribute from this ClassObject.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.