Uses of Class
com.logicaldoc.core.parser.ParseException
-
Packages that use ParseException Package Description com.logicaldoc.core.document com.logicaldoc.core.parser Machinery for parsing different file formats.com.logicaldoc.webservice.rest com.logicaldoc.webservice.rest.endpoint com.logicaldoc.webservice.soap com.logicaldoc.webservice.soap.client com.logicaldoc.webservice.soap.endpoint -
-
Uses of ParseException in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that throw ParseException Modifier and Type Method Description String
DocumentManager. parseDocument(Document doc, String fileVersion)
Retrieves the document's content as a stringString
DocumentManagerImpl. parseDocument(Document doc, String fileVersion)
long
DocumentManager. reindex(long docId, String content, DocumentHistory transaction)
Re-indexes an existing document in the full-text index.long
DocumentManagerImpl. reindex(long docId, String content, DocumentHistory transaction)
-
Uses of ParseException in com.logicaldoc.core.parser
Methods in com.logicaldoc.core.parser that throw ParseException Modifier and Type Method Description void
PDFParser. internalParse(InputStream input, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion, StringBuilder content)
String
AbstractParser. parse(File file, String filename, String encoding, Locale locale, String tenant)
String
AbstractParser. parse(File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion)
String
AbstractParser. parse(InputStream input, String filename, String encoding, Locale locale, String tenant)
String
AbstractParser. parse(InputStream input, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion)
String
Parser. parse(File file, String filename, String encoding, Locale locale, String tenant)
Same asParser.parse(InputStream, String, String, Locale, String)
, use this when you have a file rather than a stream.String
Parser. parse(File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion)
Same asParser.parse(InputStream, String, String, Locale, String, Document, String)
, but use this when you have a file rather than a stream.String
Parser. parse(InputStream input, String filename, String encoding, Locale locale, String tenant)
Extracts content for the text content of the given binary document.String
Parser. parse(InputStream input, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion)
Extracts content for the text content of the given binary document.static String
ParserFactory. parse(InputStream input, String filename, String encoding, Locale locale, long tenantId, Document document, String fileVersion)
Gets the proper parser and parse the given content -
Uses of ParseException in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that throw ParseException Modifier and Type Method Description void
DocumentService. reindex(long docId, String content)
Re-indexes(or indexes from scratch) a document -
Uses of ParseException in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that throw ParseException Modifier and Type Method Description void
RestDocumentService. reindex(long docId, String content)
-
Uses of ParseException in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that throw ParseException Modifier and Type Method Description void
DocumentService. reindex(String sid, long docId, String content)
Re-indexes(or indexes from scratch) a document -
Uses of ParseException in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that throw ParseException Modifier and Type Method Description void
SoapDocumentClient. reindex(String sid, long docId, String content)
-
Uses of ParseException in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that throw ParseException Modifier and Type Method Description void
SoapDocumentService. reindex(String sid, long docId, String content)
-