Oracle Content Management SDK

Uses of Interface
oracle.ifs.common.RandomAccessContentInterface

Packages that use RandomAccessContentInterface
oracle.ifs.adk.filesystem   
oracle.ifs.beans   
oracle.ifs.server   
oracle.ifs.server.renderers   
 

Uses of RandomAccessContentInterface in oracle.ifs.adk.filesystem
 

Methods in oracle.ifs.adk.filesystem that return RandomAccessContentInterface
 RandomAccessContentInterface FileManager.getRandomAccessContent(Folder parentFolder, Document doc, boolean canWrite, java.util.Map options)
          Gets a RACI to a documents content.
 

Uses of RandomAccessContentInterface in oracle.ifs.beans
 

Fields in oracle.ifs.beans declared as RandomAccessContentInterface
protected  RandomAccessContentInterface BeanRaci.m_ServerRaci
          This is our internal server-side RACI.
 

Methods in oracle.ifs.beans that return RandomAccessContentInterface
 RandomAccessContentInterface LibraryObject.renderAsRandomAccessContent(java.lang.String rendererType, java.lang.String rendererName, boolean writeable, java.util.Hashtable options)
          Deprecated. iFS 9.0.3 see release notes for more information
 RandomAccessContentInterface Document.getRandomAccessContent(boolean canWrite)
          Gets a RandomAccessContent object that can be used to read/write content "asynchronously".
 RandomAccessContentInterface Document.renderAsRandomAccessContent(java.lang.String rendererType, java.lang.String rendererName, boolean writeable, java.util.Hashtable options)
          Deprecated. iFS 9.0.3 see release notes for more information
 RandomAccessContentInterface ContentObject.getRandomAccessContent(boolean canWrite, LibraryObject refObj)
          Gets a RandomAccessContent object that can be used to read/write content "asynchronously".
protected  RandomAccessContentInterface LibrarySession.DMGetRandomAccessContent(java.lang.Long id, java.lang.Long classId, boolean canWrite, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Invokes the identically-named remote S_LibrarySession method.
protected  RandomAccessContentInterface LibrarySession.DMRenderAsRandomAccessContent(java.lang.Long id, java.lang.Long classId, java.lang.String rendererType, java.lang.String rendererName, boolean writeable, java.util.Hashtable options)
          Deprecated. iFS 9.0.3 see release notes for more information
 

Methods in oracle.ifs.beans with parameters of type RandomAccessContentInterface
protected  void LibrarySession.DMDisposeRandomAccessContent(RandomAccessContentInterface raci)
          Invokes the identically-named remote S_LibrarySession method.
protected  void LibrarySession.DMCloseRandomAccessContent(RandomAccessContentInterface raci)
          Invokes the identically-named remote S_LibrarySession method.
 

Constructors in oracle.ifs.beans with parameters of type RandomAccessContentInterface
BeanRaci(RandomAccessContentInterface serverRaci, LibrarySession session)
          The Contstructor.
 

Uses of RandomAccessContentInterface in oracle.ifs.server
 

Methods in oracle.ifs.server that return RandomAccessContentInterface
 RandomAccessContentInterface S_LibraryObject.renderAsRandomAccessContent(java.lang.String rendererType, java.lang.String rendererName, boolean writeable, java.util.Hashtable options)
          Deprecated. iFS 9.0.3 see release notes for more information
 RandomAccessContentInterface S_ContentObject.getRandomAccessContent(boolean canWrite, S_LibraryObject refObj)
           
protected  RandomAccessContentInterface S_Media.getRandomAccessContent(java.lang.Long id, boolean writeable, S_ContentObject contentObj, S_LibraryObject refObj)
          each subclass can construct an instance of RandomAccessContentInterface
protected  RandomAccessContentInterface S_MediaBlob.getRandomAccessContent(java.lang.Long id, boolean writeable, S_ContentObject contentObj, S_LibraryObject refObj)
          each subclass can construct an instance of RandomAccessContentInterface.
 RandomAccessContentInterface S_LibrarySession.DMRenderAsRandomAccessContent(java.lang.Long id, java.lang.Long classId, java.lang.String rendererType, java.lang.String rendererName, boolean writeable, java.util.Hashtable options)
          Deprecated. iFS 9.0.3 see release notes for more information
 RandomAccessContentInterface S_LibrarySession.DMGetRandomAccessContent(java.lang.Long id, java.lang.Long classId, boolean canWrite, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Gets the content of the specified S_ContentObject as a RandomAccessContentInterface.
 RandomAccessContentInterface S_Document.getRandomAccessContent(boolean canWrite)
           
 RandomAccessContentInterface S_LibrarySessionInterface.DMGetRandomAccessContent(java.lang.Long id, java.lang.Long classId, boolean canWrite, java.lang.Long refObjId, java.lang.Long refObjClassId)
           
 RandomAccessContentInterface S_LibrarySessionInterface.DMRenderAsRandomAccessContent(java.lang.Long id, java.lang.Long classId, java.lang.String rendererType, java.lang.String rendererName, boolean writeable, java.util.Hashtable options)
           
 

Methods in oracle.ifs.server with parameters of type RandomAccessContentInterface
 void S_LibrarySession.DMCloseRandomAccessContent(RandomAccessContentInterface raci)
          Closes the specified RandomAccessContentInterface.
 void S_LibrarySession.DMDisposeRandomAccessContent(RandomAccessContentInterface raci)
          Closes the specified RandomAccessContentInterface.
 void S_LibrarySessionInterface.DMDisposeRandomAccessContent(RandomAccessContentInterface raci)
           
 void S_LibrarySessionInterface.DMCloseRandomAccessContent(RandomAccessContentInterface raci)
           
 

Constructors in oracle.ifs.server with parameters of type RandomAccessContentInterface
RACIInputStream(RandomAccessContentInterface raci, int buffSize)
          Construct a RACIInputStream
 

Uses of RandomAccessContentInterface in oracle.ifs.server.renderers
 

Methods in oracle.ifs.server.renderers that return RandomAccessContentInterface
 RandomAccessContentInterface XmlRenderer.renderAsRandomAccessContent(S_LibraryObject slo, boolean writeable, java.util.Hashtable options)
          Deprecated. Renders the specified LibraryObject as a RandomAccessContent object.
 RandomAccessContentInterface BaseRenderer.renderAsRandomAccessContent(S_LibraryObject slo, boolean writeable, java.util.Hashtable options)
          Deprecated. Renders the specified LibraryObject as a RandomAccessContent object.
 RandomAccessContentInterface Renderer.renderAsRandomAccessContent(S_LibraryObject lo, boolean writeable, java.util.Hashtable options)
          Deprecated. Renders the specified LibraryObject as a RandomAccessContent object.
 RandomAccessContentInterface ThrowExceptionRenderer.renderAsRandomAccessContent(S_LibraryObject lo, boolean writeable, java.util.Hashtable options)
          Deprecated.  
 RandomAccessContentInterface ContentRenderer.renderAsRandomAccessContent(S_LibraryObject slo, boolean writeable, java.util.Hashtable options)
          Deprecated. Renders the specified LibraryObject as a RandomAccessContent object.
 


Oracle Content Management SDK

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