Oracle Content Management SDK

Uses of Interface
oracle.ifs.common.ContentStreamSerializer

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

Uses of ContentStreamSerializer in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return ContentStreamSerializer
 ContentStreamSerializer LibrarySession.newContentStreamSerializer()
          Return the Content stream serializer.
protected  ContentStreamSerializer LibrarySession.DMGetContentStream(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Invokes the identically-named remote S_LibrarySession method.
protected  ContentStreamSerializer LibrarySession.DMGetContentReader(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Invokes the identically-named remote S_LibrarySession method.
protected  ContentStreamSerializer LibrarySession.DMNewContentStreamSerializer()
          Invokes the identically-named remote S_LibrarySession method.
protected  ContentStreamSerializer LibrarySession.DMRender(java.lang.Long id, java.lang.Long classId, java.lang.String rendererType, java.lang.String rendererName, java.util.Hashtable options, boolean reader)
          Deprecated. iFS 9.0.3 see release notes for more information
protected  ContentStreamSerializer LibrarySession.DMGetSummary(java.lang.Long contentId, java.lang.Long contentClassId, java.lang.String pointOfView, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Invokes the identically-named remote S_LibrarySession method.
protected  ContentStreamSerializer LibrarySession.DMGetFilteredContent(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 ContentStreamSerializer in oracle.ifs.server
 

Methods in oracle.ifs.server that return ContentStreamSerializer
protected static ContentStreamSerializer S_LibraryService.newContentStreamSerializer()
          Constructs and returns a ContentStreamSerializer appropriate to the runtime process model.
 ContentStreamSerializer S_LibrarySession.DMRender(java.lang.Long id, java.lang.Long classId, java.lang.String rendererType, java.lang.String rendererName, java.util.Hashtable options, boolean reader)
          Deprecated. iFS 9.0.3 see release notes for more information
 ContentStreamSerializer S_LibrarySession.DMGetContentStream(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Gets the content of the specified S_ContentObject as a stream.
 ContentStreamSerializer S_LibrarySession.DMNewContentStreamSerializer()
          Constructs and returns a ContentStreamSerializer appropriate to the runtime process model.
 ContentStreamSerializer S_LibrarySession.newContentStreamSerializer()
          Constructs and returns a ContentStreamSerializer appropriate to the runtime process model.
 ContentStreamSerializer S_LibrarySession.DMGetContentReader(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Gets the content of the specified S_ContentObject as a reader.
 ContentStreamSerializer S_LibrarySession.DMGetFilteredContent(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Gets the filtered content for the specified S_ContentObject as as reader.
 ContentStreamSerializer S_LibrarySession.DMGetSummary(java.lang.Long id, java.lang.Long classId, java.lang.String pointOfView, java.lang.Long refObjId, java.lang.Long refObjClassId)
          Gets the summary of the specified S_ContentObject as as reader.
 ContentStreamSerializer S_LibrarySessionInterface.DMGetContentStream(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
           
 ContentStreamSerializer S_LibrarySessionInterface.DMGetContentReader(java.lang.Long id, java.lang.Long classId, java.lang.Long refObjId, java.lang.Long refObjClassId)
           
 ContentStreamSerializer S_LibrarySessionInterface.DMNewContentStreamSerializer()
           
 ContentStreamSerializer S_LibrarySessionInterface.DMRender(java.lang.Long id, java.lang.Long classId, java.lang.String rendererType, java.lang.String rendererName, java.util.Hashtable options, boolean reader)
           
 ContentStreamSerializer S_LibrarySessionInterface.DMGetSummary(java.lang.Long contentId, java.lang.Long contentClassId, java.lang.String pointOfView, java.lang.Long refObjId, java.lang.Long refObjClassId)
           
 ContentStreamSerializer S_LibrarySessionInterface.DMGetFilteredContent(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.