Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.Category

Packages that use Category
oracle.ifs.beans   
 

Uses of Category in oracle.ifs.beans
 

Subclasses of Category in oracle.ifs.beans
 class InterMediaAudio
          InterMediaAudio subclass.
 class InterMediaAudioCdTrack
          InterMediaAudioCdTrack subclass.
 class InterMediaImage
          InterMediaImage subclass.
 class InterMediaMovie
          InterMediaMovie subclass.
 class InterMediaSource
          InterMediaSource subclass.
 class InterMediaVideo
          InterMediaVideo subclass.
 class MountPoint
          The MountPoint class is used to identify a Folder as being a 'mountpoint'.
 class TieCategory
          TieCategory allows the Oracle-defined behavior of the CATEGORY classobject (and its subclasses) to be extended or overridden.
 class TieInterMediaAudio
          TieInterMediaAudio allows the Oracle-defined behavior of the INTERMEDIAAUDIO classobject (and its subclasses) to be extended or overridden.
 class TieInterMediaAudioCdTrack
          TieInterMediaAudioCdTrack allows the Oracle-defined behavior of the INTERMEDIAAUDIOCDTRACK classobject (and its subclasses) to be extended or overridden.
 class TieInterMediaImage
          TieInterMediaImage allows the Oracle-defined behavior of the INTERMEDIAIMAGE classobject (and its subclasses) to be extended or overridden.
 class TieInterMediaMovie
          TieInterMediaMovie allows the Oracle-defined behavior of the INTERMEDIAMOVIE classobject (and its subclasses) to be extended or overridden.
 class TieInterMediaSource
          TieInterMediaSource allows the Oracle-defined behavior of the INTERMEDIASOURCE classobject (and its subclasses) to be extended or overridden.
 class TieInterMediaVideo
          TieInterMediaVideo allows the Oracle-defined behavior of the INTERMEDIAVIDEO classobject (and its subclasses) to be extended or overridden.
 class TieMountPoint
          TieMountPoint allows the Oracle-defined behavior of the MOUNTPOINT classobject (and its subclasses) to be extended or overridden.
 

Methods in oracle.ifs.beans that return Category
 Category PublicObject.addCategory(CategoryDefinition catdef)
          Adds a Category associated with this PublicObject.
 Category[] PublicObject.getCategories(SortSpecification sort)
          Returns the associated Category objects.
 Category[] PublicObject.getCategories(ClassObject classobj)
          Returns the associated Category objects that are instances of the ClassObject (or one of its subclasses) specified.
 Category[] PublicObject.getCategories(ClassObject classobj, SortSpecification sort)
          Returns the associated Category objects that are instances of the specified class or a subclass of the specified class.
 Category[] PublicObject.getCategories()
          Returns an array of categories for this PublicObject.
 Category PublicObject.getCategories(int index)
          Returns the Category at specified index in the array of all Categories.
protected static Category Category.constructCategory(LibrarySession sess, S_LibraryObjectData data)
          Returns a Category object from a Category data object.
protected static Category[] Category.constructCategoryArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a Category array from an array of object IDs.
 


Oracle Content Management SDK

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