|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentDefinition | |
oracle.ifs.beans | |
oracle.ifs.beans.parsers |
Uses of DocumentDefinition in oracle.ifs.beans |
Fields in oracle.ifs.beans declared as DocumentDefinition | |
protected DocumentDefinition |
PrintJobDefinition.m_DocDef
|
Methods in oracle.ifs.beans that return DocumentDefinition | |
DocumentDefinition |
PrintJobDefinition.getDocumentDefinition()
Gets the currently allocated DocumentDefinition. |
Methods in oracle.ifs.beans with parameters of type DocumentDefinition | |
void |
Document.setContent(DocumentDefinition def)
Sets the content of this Document. |
void |
PrintJobDefinition.setDocumentDefinition(DocumentDefinition def)
Sets the DocumentDefinition that will be used to store the content of this PrintJob. |
Uses of DocumentDefinition in oracle.ifs.beans.parsers |
Methods in oracle.ifs.beans.parsers that return DocumentDefinition | |
protected DocumentDefinition |
LiteralDocumentParser.getDocDef(Folder parent,
java.io.InputStream in,
java.io.Reader reader,
java.lang.String name,
AccessControlList acl,
boolean takeAclFromParent)
Deprecated. |
protected DocumentDefinition |
ClassSelectionParser.getDocDef(Folder parent,
java.io.InputStream in,
java.lang.String name)
Deprecated. Defines what it means to be a plain non versioned doc |
protected DocumentDefinition |
ClassSelectionParser.getDocDef(Folder parent,
java.io.Reader reader,
java.lang.String name)
Deprecated. Defines what it means to be a plain non versioned doc |
Methods in oracle.ifs.beans.parsers with parameters of type DocumentDefinition | |
protected PublicObject |
ClassSelectionParser.putPublicObjectWithVersioning(Folder parent,
DocumentDefinition def,
java.lang.String name,
java.lang.String classname,
ParserCallback callback)
Deprecated. Encapsulates the ftpish notion of a put given a parent folder, a name, and an stream/reader; will create or update existing PO depending prior existence of an object in parent, if creating an object of class classname is created. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |