Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.Format

Packages that use Format
oracle.ifs.beans   
 

Uses of Format in oracle.ifs.beans
 

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

Methods in oracle.ifs.beans that return Format
protected static Format Format.constructFormat(LibrarySession sess, S_LibraryObjectData data)
          constructFormat - FixmeJavadocMethod
protected static Format[] Format.vectorToFormatArray(java.util.Vector vector)
          Constructs an array of Format's from a vector of Formats
protected static Format Format.vectorFormatElement(java.util.Vector vector, int index)
          Returns a Format from a vector of Formats
 Format Document.getFormat()
          Gets the format for this Document.
 Format ContentObject.getFormat()
          Gets the Format object.
 Format DocumentDefinition.getFormat(LibrarySession sess)
          Gets the format for this DocumentDefinition.
 Format ContentObjectDefinition.getFormat(LibrarySession sess)
          Returns the Format object representing the format of the content.
 

Methods in oracle.ifs.beans with parameters of type Format
 void Document.setFormat(Format format)
          Sets the format for this Document.
 void DocumentDefinition.setFormat(Format format)
          Sets the format describing the type of content.
 void ContentObjectDefinition.setFormat(Format format)
          Sets the Format object describing the type of content.
 


Oracle Content Management SDK

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