Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addWorkitemRef(String, ItemCollection) - Method in class org.imixs.archive.documents.DocumentSplitAdapter
-
This methods adds a new workItem reference into a workitem
C
- CONFIG_ERROR - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
- copyItemList(String, ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.DocumentSplitAdapter
-
This Method copies the fields defined in 'items' into the targetWorkitem.
- createSubprocesses(List<String>, ItemCollection) - Method in class org.imixs.archive.documents.DocumentSplitAdapter
-
This method expects a list of Subprocess definitions and create for each definition a new subprocess.
D
- DEFAULT_ENCODING - Static variable in class org.imixs.archive.documents.OCRDocumentService
- DEFAULT_ENCODING - Static variable in class org.imixs.archive.documents.TikaService
- DocumentIndexer - Class in org.imixs.archive.documents
-
The DocumentIndexer is a CDI bean reacting on IndexEvents and extends the searchable content of a workitem with the textual data of attached files.
- DocumentIndexer() - Constructor for class org.imixs.archive.documents.DocumentIndexer
- DOCUMENTSPLIT - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
- DocumentSplitAdapter - Class in org.imixs.archive.documents
-
The
1.0.0 100 10 namTeam - DocumentSplitAdapter() - Constructor for class org.imixs.archive.documents.DocumentSplitAdapter
- doORCProcessing(FileData, List<String>, int) - Method in class org.imixs.archive.documents.TikaService
-
This method sends the content of a document to the Tika Rest API for OCR processing.
E
- ENV_OCR_SERVICE_ENDPOINT - Static variable in class org.imixs.archive.documents.TikaService
- ENV_OCR_SERVICE_MAXFILESIZE - Static variable in class org.imixs.archive.documents.TikaService
- ENV_OCR_SERVICE_MODE - Static variable in class org.imixs.archive.documents.TikaService
- ENV_OCR_STRATEGY - Static variable in class org.imixs.archive.documents.TikaService
- execute(ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.DocumentSplitAdapter
-
This method posts a text from an attachment to the Imixs-ML Analyse service endpoint
- execute(ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.OCRDocumentAdapter
-
This method posts a text from an attachment to the Imixs-ML Analyse service endpoint
- extractText(ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.TikaService
-
Extracts the textual information from document attachments.
- extractText(ItemCollection, ItemCollection, String, List<String>, String, int) - Method in class org.imixs.archive.documents.TikaService
-
Extracts the textual information from document attachments.
F
- FILE_ATTRIBUTE_TEXT - Static variable in class org.imixs.archive.documents.TikaService
- FILE_ERROR - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
- FILE_PATTERN_PDF - Static variable in class org.imixs.archive.documents.PDFXMLExtractorPlugin
- FILE_PATTERN_XML - Static variable in class org.imixs.archive.documents.PDFXMLExtractorPlugin
G
- getXMLFile(ItemCollection, String) - Static method in class org.imixs.archive.documents.PDFXMLExtractorPlugin
-
This method searches attached PDF files of a workitem and extracts an embedded XML file.
I
- init(WorkflowContext) - Method in class org.imixs.archive.documents.OCRDocumentPlugin
L
- LINK_PROPERTY - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
M
- MODEL_ERROR - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
O
- OCR_ERROR - Static variable in class org.imixs.archive.documents.OCRDocumentAdapter
- OCR_STRATEGY_AUTO - Static variable in class org.imixs.archive.documents.TikaService
- OCR_STRATEGY_NO_OCR - Static variable in class org.imixs.archive.documents.TikaService
- OCR_STRATEGY_OCR_AND_TEXT_EXTRACTION - Static variable in class org.imixs.archive.documents.TikaService
- OCR_STRATEGY_OCR_ONLY - Static variable in class org.imixs.archive.documents.TikaService
- OCRDocumentAdapter - Class in org.imixs.archive.documents
-
The TikaDocumentAdapter reacts on ProcessingEvent to auto extract the text content.
- OCRDocumentAdapter() - Constructor for class org.imixs.archive.documents.OCRDocumentAdapter
- OCRDocumentPlugin - Class in org.imixs.archive.documents
-
The TikaPlugin extracts the textual information from document attachments.
- OCRDocumentPlugin() - Constructor for class org.imixs.archive.documents.OCRDocumentPlugin
- OCRDocumentService - Class in org.imixs.archive.documents
-
The TikaDocumentService extracts the textual information from document attachments.
- OCRDocumentService() - Constructor for class org.imixs.archive.documents.OCRDocumentService
- onBeforeProcess(ProcessingEvent) - Method in class org.imixs.archive.documents.OCRDocumentService
-
React on the ProcessingEvent.
- onEvent(IndexEvent) - Method in class org.imixs.archive.documents.DocumentIndexer
-
Update the textContent based on the optional content attribute of the FileData.
- org.imixs.archive.documents - package org.imixs.archive.documents
P
- PARSING_EXCEPTION - Static variable in class org.imixs.archive.documents.PDFXMLExtractorPlugin
- PDFXMLEXTRACTOR - Static variable in class org.imixs.archive.documents.PDFXMLExtractorPlugin
- PDFXMLExtractorPlugin - Class in org.imixs.archive.documents
-
The PDFXMLExtractorPlugin extracts embedded XML files from a PDF document and transforms the content into a Imixs XMLDocument.
- PDFXMLExtractorPlugin() - Constructor for class org.imixs.archive.documents.PDFXMLExtractorPlugin
- PLUGIN_ERROR - Static variable in class org.imixs.archive.documents.OCRDocumentService
- PLUGIN_ERROR - Static variable in class org.imixs.archive.documents.PDFXMLExtractorPlugin
- PLUGIN_ERROR - Static variable in class org.imixs.archive.documents.TikaService
R
- REPORT_ERROR - Static variable in class org.imixs.archive.documents.PDFXMLExtractorPlugin
- run(ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.OCRDocumentPlugin
-
This method sends the document content to the tika server and updates the DMS information.
- run(ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.PDFXMLExtractorPlugin
-
This method parses the content of an attached pdf file and extracts an embedded XML file.
S
- streamToByteArray(InputStream) - Static method in class org.imixs.archive.documents.PDFXMLExtractorPlugin
-
This method converts a inputStream into a byte array.
- SUBPROCESS_CREATE - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
T
- TikaService - Class in org.imixs.archive.documents
-
The OCRService extracts the textual information from document attachments of a workitem and stores the data into the $file attribute 'text'.
- TikaService() - Constructor for class org.imixs.archive.documents.TikaService
All Classes and Interfaces|All Packages|Constant Field Values