Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_Media

Packages that use S_Media
oracle.ifs.server   
 

Uses of S_Media in oracle.ifs.server
 

Fields in oracle.ifs.server declared as S_Media
(package private)  S_Media BlobOutputStream.m_Media
           
 

Methods in oracle.ifs.server that return S_Media
protected  S_Media S_ContentObject.validateMedia(S_LibraryObjectDefinition def)
          if media is specified in the def, it is validated.
protected  S_Media S_ContentObject.determineMedia(S_LibraryObjectDefinition def)
          If no policy exists to choose a media, then this method is called to choose one.
 S_Media S_ContentObject.determineMediaByFormat(S_LibraryObjectDefinition def)
          This method will try to determine the media given a format
 S_Media S_ContentObject.getMediaObject()
           
protected  S_Media[] S_ContentObject.determineSearchMedia(ContextSearchSpecification csp)
          Determine which media instances to search against.
protected static S_Media S_Media.getDefaultContentMedia(S_LibrarySession sess)
          getDefaultContentMedia - get the default content Media Instance
protected static S_Media S_Media.getSystemMedia(S_LibrarySession sess)
          getDefaultSystemMedia - get the Media Instance used for large amounts of data that is not content ie object references
protected  S_Media[] S_Document.determineSearchMedia(ContextSearchSpecification csp)
          Determine which media instances to search against.
 

Methods in oracle.ifs.server with parameters of type S_Media
protected  java.lang.String S_MediaBlob.getCopyStatementString(S_Media srcMedia)
          Returns the String for a SQL statement to copy an existing BLOB in this Media.
protected  java.lang.String S_MediaTextBlob.getCopyStatementString(S_Media srcMedia)
          Returns the String for a SQL statement to copy an existing BLOB in this Media.
 

Constructors in oracle.ifs.server with parameters of type S_Media
BlobOutputStream(S_Media media, oracle.sql.BLOB blob)
          This constructor allocates a buffer from the provided media.
RandomAccessBlob(S_Media media, java.lang.Long id, boolean canWrite, S_ContentQuota quota, S_ContentObject co, S_LibraryObject refObj)
          This constructor allocates a buffer from the provided media.
 


Oracle Content Management SDK

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