Oracle Content Management SDK

Uses of Class
oracle.ifs.common.ContextTheme

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

Uses of ContextTheme in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return ContextTheme
 ContextTheme[] Document.getThemes()
          Gets the Themes for a document, previously generated by a call to generateThemes().
 ContextTheme[] ContentObject.getThemes(LibraryObject refObj)
          Gets the Themes for this content, previously generated by a call to generateThemes().
protected  ContextTheme[] LibrarySession.DMGetThemes(java.lang.Long contentId, java.lang.Long contentClassId, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Invokes the identically-named remote S_LibrarySession method.
 

Uses of ContextTheme in oracle.ifs.server
 

Methods in oracle.ifs.server that return ContextTheme
 ContextTheme[] S_ContentObject.getThemes(S_LibraryObject refObj)
          Gets the Themes for this content, previously generated by a call to generateThemes().
protected  ContextTheme[] S_Media.getThemes(S_ContentObject co)
           
 ContextTheme[] S_LibrarySession.DMGetThemes(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Gets the themes of the specified S_ContentObject.
 ContextTheme[] S_LibrarySessionInterface.DMGetThemes(java.lang.Long contentId, java.lang.Long contentClassId, java.lang.Long refObjId, java.lang.Long refObjClassId)
           
 


Oracle Content Management SDK

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