Oracle Content Management SDK

Uses of Class
oracle.ifs.common.ReferenceAttributeValue

Packages that use ReferenceAttributeValue
oracle.ifs.beans   
oracle.ifs.server   
 

Uses of ReferenceAttributeValue in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return ReferenceAttributeValue
 ReferenceAttributeValue LibraryObjectDefinition.getReferenceAttribute(java.lang.String name)
          Return a reference attribute value.
 ReferenceAttributeValue[] LibraryObjectDefinition.getReferenceAttributes()
          Return array of reference attributes.
 

Methods in oracle.ifs.beans with parameters of type ReferenceAttributeValue
 void LibraryObjectDefinition.setReferenceAttribute(java.lang.String name, ReferenceAttributeValue value)
          Set a reference attribute for the new instance.
 void LibraryObjectDefinition.setReferenceAttribute(ReferenceAttributeValue value)
          Set a reference attribute for the new instance.
 

Uses of ReferenceAttributeValue in oracle.ifs.server
 

Methods in oracle.ifs.server that return ReferenceAttributeValue
 ReferenceAttributeValue S_LibraryObjectDefinition.getReferenceAttribute(java.lang.String name)
          return a reference attribute value.
 ReferenceAttributeValue[] S_LibraryObjectDefinition.getReferenceAttributes()
          return array of reference attributes.
 

Methods in oracle.ifs.server with parameters of type ReferenceAttributeValue
protected  void S_LibraryObjectDefinition.setReferenceAttribute(java.lang.String name, ReferenceAttributeValue value)
          set a reference attribute for the new instance.
 void S_LibraryObjectDefinition.setReferenceAttribute(ReferenceAttributeValue value)
          set a reference attribute for the new instance.
 


Oracle Content Management SDK

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