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 StringDocumentManager. parseDocument(Document doc, String fileVersion)Retrieves the document's content as a stringStringDocumentManagerImpl. parseDocument(Document doc, String fileVersion)longDocumentManager. reindex(long docId, String content, DocumentHistory transaction)Re-indexes an existing document in the full-text index.longDocumentManagerImpl. 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 voidPDFParser. internalParse(InputStream input, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion, StringBuilder content)StringAbstractParser. parse(File file, String filename, String encoding, Locale locale, String tenant)StringAbstractParser. parse(File file, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion)StringAbstractParser. parse(InputStream input, String filename, String encoding, Locale locale, String tenant)StringAbstractParser. parse(InputStream input, String filename, String encoding, Locale locale, String tenant, Document document, String fileVersion)StringParser. 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.StringParser. 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.StringParser. parse(InputStream input, String filename, String encoding, Locale locale, String tenant)Extracts content for the text content of the given binary document.StringParser. 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 StringParserFactory. 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 voidDocumentService. 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 voidRestDocumentService. 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 voidDocumentService. 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 voidSoapDocumentClient. 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 voidSoapDocumentService. reindex(String sid, long docId, String content)
-