Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.ContentObject

Packages that use ContentObject
oracle.ifs.beans   
 

Uses of ContentObject in oracle.ifs.beans
 

Subclasses of ContentObject in oracle.ifs.beans
 class TieContentObject
          TieContentObject allows the Oracle-defined behavior of the CONTENTOBJECT classobject (and its subclasses) to be extended or overridden.
 

Fields in oracle.ifs.beans declared as ContentObject
protected  ContentObject DocumentDefinition.m_ContentObject
           
 

Methods in oracle.ifs.beans that return ContentObject
 ContentObject Document.getContentObject()
          Gets the content for this Document.
protected  ContentObject Document.verifyContentObject()
          Verifies the ContentObject of this Document is set.
protected static ContentObject ContentObject.constructContentObject(LibrarySession sess, S_LibraryObjectData data)
          Constructs a ContentObject object from the S_LibraryObjectData object.
protected static ContentObject[] ContentObject.vectorToContentObjectArray(java.util.Vector vector)
          Constructs an array of ContentObject objects from a Vector.
protected static ContentObject ContentObject.vectorContentObjectElement(java.util.Vector vector, int index)
          Returns a ContentObject element from the Vector of ContentObject objects at the specified index.
 ContentObject DocumentDefinition.getSharedContentObject()
          Gets the existing ContentObject with which this Document will share content.
 

Methods in oracle.ifs.beans with parameters of type ContentObject
 void DocumentDefinition.setSharedContentObject(ContentObject contentObject, LibraryObject refObj)
          Shares the content of an existing object.
 


Oracle Content Management SDK

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