Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.Document

Packages that use Document
oracle.ifs.adk.filesystem   
oracle.ifs.beans   
oracle.ifs.beans.parsers   
 

Uses of Document in oracle.ifs.adk.filesystem
 

Methods in oracle.ifs.adk.filesystem that return Document
 Document FileSystem.createDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document FileSystem.updateDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document FileManager.createDocument(Folder destinationFolder, java.lang.String docName, java.io.InputStream is, java.util.Map options)
          Given a destination Folder a document name and an input stream, create a new document in the parent folder.
 Document FileManager.updateContent(Folder parentFolder, Document doc, java.io.InputStream is, java.util.Map options)
          Given a parent Folder, the name of a document in that folder, and an input stream, update a document's content.
 Document IfsFileSystem.createDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl)
          Create a Document in iFS.
 Document IfsFileSystem.createDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document IfsFileSystem.putDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl)
          Create an iFS Document named name in Folder folder with content as the body.
 Document IfsFileSystem.putDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document IfsFileSystem.updateDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl)
          Update a document in iFS.
 Document IfsFileSystem.updateDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 

Methods in oracle.ifs.adk.filesystem with parameters of type Document
 java.io.InputStream FileSystem.getDocumentContent(Document doc)
          Retrieve the content of a Document as a stream.
 Document FileManager.updateContent(Folder parentFolder, Document doc, java.io.InputStream is, java.util.Map options)
          Given a parent Folder, the name of a document in that folder, and an input stream, update a document's content.
 RandomAccessContentInterface FileManager.getRandomAccessContent(Folder parentFolder, Document doc, boolean canWrite, java.util.Map options)
          Gets a RACI to a documents content.
 java.io.InputStream IfsFileSystem.getDocumentContent(Document doc)
          Retrieve the content of a Document as a stream.
 

Uses of Document in oracle.ifs.beans
 

Subclasses of Document in oracle.ifs.beans
 class TieDocument
          TieDocument allows the Oracle-defined behavior of the DOCUMENT classobject (and its subclasses) to be extended or overridden.
 

Methods in oracle.ifs.beans that return Document
protected static Document Document.constructDocument(LibrarySession sess, S_LibraryObjectData data)
          Constructs a Document object from the S_LibraryObjectData object.
protected static Document[] Document.vectorToDocumentArray(java.util.Vector vector)
          Converts a Vector of Document to an array of DirectoryGroup.
protected static Document Document.vectorDocumentElement(java.util.Vector vector, int index)
          Returns a Document element from the Vector of Document objects at the specified index.
 Document PrintJob.getDocument()
          Get the Document that contains the content of this PrintJob.
 

Uses of Document in oracle.ifs.beans.parsers
 

Methods in oracle.ifs.beans.parsers that return Document
 Document LiteralDocumentParser.updateFolderedPublicObjectWithVersioning(Folder parent, java.io.InputStream in, java.io.Reader reader, java.lang.String name, AccessControlList acl, boolean takeAclFromParent)
          Deprecated.  
 Document LiteralDocumentParser.createDocument(Folder parent, java.io.InputStream in, java.io.Reader reader, java.lang.String name, AccessControlList acl, boolean takeAclFromParent)
          Deprecated.  
protected  Document ClassSelectionParser.updateFolderedPublicObjectWithVersioning(Folder parent, DocumentDefinition def, java.lang.String name, java.lang.String classname, ParserCallback callback)
          Deprecated. encapsulates the item update given a parent folder, a name, and an stream/reader; will update a prior existing object in parent, will throw an IfsException simply because an object doesn't exist in parent
protected  Document ClassSelectionParser.createDocument(Folder parent, DocumentDefinition def, java.lang.String name, java.lang.String classname, ParserCallback callback)
          Deprecated. Encapsulates document creation given a parent folder, a name, Document subclass classname, and an stream/reader; will not update a prior existing object in parent, will throw an IfsException simply because an object already exists in parent with name
 


Oracle Content Management SDK

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