Package | Description |
---|---|
oracle.ifs.beans.parsers | |
oracle.ifs.protocols.commands | |
oracle.ifs.utils.common |
Modifier and Type | Method and Description |
---|---|
protected Document |
ClassSelectionParser.createDocument(Folder parent,
DocumentDefinition def,
String name,
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
|
protected SimpleXmlParserImpl |
IfsSimpleXmlParser.getImplementation(ParserCallback callback,
Hashtable options)
Creates a SimpleXmlParserImpl to parse the document with.
|
LibraryObject |
IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options) |
LibraryObject |
LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options) |
LibraryObject |
XmlParserInterface.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options)
Parses the specified InputStream representing an XML document.
|
LibraryObject |
IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options) |
LibraryObject |
LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options) |
LibraryObject |
XmlParserInterface.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options)
Parses the specified Reader representing an XML document.
|
LibraryObject |
ClassSelectionParser.parse(InputStream stream,
ParserCallback callback,
Hashtable options)
Deprecated.
Use the stream as the content of a Document subclass based on the
Parser.CURRENT_NAME_OPTION.
|
LibraryObject |
IfsXmlParser.parse(InputStream stream,
ParserCallback callback,
Hashtable options)
Inherited from Parser
|
LibraryObject |
Parser.parse(InputStream stream,
ParserCallback callback,
Hashtable options)
Parses the specified InputStream.
|
LibraryObject |
ClassSelectionParser.parse(Reader reader,
ParserCallback callback,
Hashtable options)
Deprecated.
Use the reader as the content of a Document subclass based on the
Parser.CURRENT_NAME_OPTION.
|
LibraryObject |
IfsXmlParser.parse(Reader reader,
ParserCallback callback,
Hashtable options)
Inherited from Parser
|
LibraryObject |
Parser.parse(Reader reader,
ParserCallback callback,
Hashtable options)
Parses the specified Reader.
|
protected PublicObject |
ClassSelectionParser.putPublicObjectWithVersioning(Folder parent,
DocumentDefinition def,
String name,
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 LibraryObject |
IfsSimpleXmlParser.traverseTree(Document doc,
ParserCallback callback,
Hashtable options)
Traverses the DOM tree and creates the appropriate LibraryObjects.
|
protected Document |
ClassSelectionParser.updateFolderedPublicObjectWithVersioning(Folder parent,
DocumentDefinition def,
String name,
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
|
Modifier and Type | Method and Description |
---|---|
ParserCallback |
IfsParseStreamContext.getParserCallback()
Gets the parser callback.
|
ParserCallback |
IfsUploadFileContext.getParserCallback()
Gets the parser callback.
|
ParserCallback |
ParseStreamContext.getParserCallback()
Gets the ParserCallback.
|
ParserCallback |
UploadFileContext.getParserCallback()
Gets the parser callback.
|
Modifier and Type | Method and Description |
---|---|
protected LibraryObject |
IfsUploadFileCommand.runParseStreamCommand(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String characterSet)
Execute an IfsParseStreamCommand.
|
void |
IfsParseStreamContext.setParserCallback(ParserCallback callback)
Sets the parser callback.
|
void |
IfsUploadFileContext.setParserCallback(ParserCallback callback)
Sets the parser callback.
|
void |
ParseStreamContext.setParserCallback(ParserCallback callback)
Sets the ParserCallback.
|
void |
UploadFileContext.setParserCallback(ParserCallback callback)
Sets the parser callback.
|
Constructor and Description |
---|
IfsParseStreamContext(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String charSet)
Constructor which sets up all the required parameters.
|
IfsUploadFileContext(LibrarySession session,
boolean parseFlag,
String name,
InputStream stream,
String folderPath,
AccessControlList acl,
boolean aclFromParent,
ParserCallback callback,
String language,
String charSet)
Constructor which sets up all the required parameters.
|
Modifier and Type | Method and Description |
---|---|
LibraryObject |
ParserHelper.parseExistingDocument(Document doc,
String workingName,
String workingParentFolderPath,
ParserCallback callback,
AccessControlList acl)
Handles the creation of objects given an existing Document.
|
LibraryObject |
ParserHelper.parseStream(InputStream in,
String name,
String parentFolderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String characterSet)
Handles the creation of objects given a Stream and a name
|
Copyright © 2023. All rights reserved.