Index

A C D E F I L M N O P R S T 
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
API_ERROR - Static variable in class org.imixs.archive.documents.TikaService
 

C

CONFIG_ERROR - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
 
CONFIG_ERROR - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 
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.
createXMLDoc(byte[]) - Method in class org.imixs.archive.documents.EInvoiceAdapter
Creates the XML document instance based on a XML content

D

DEFAULT_ENCODING - Static variable in class org.imixs.archive.documents.OCRDocumentService
 
DEFAULT_ENCODING - Static variable in class org.imixs.archive.documents.TikaService
 
detectEInvoice(ItemCollection) - Method in class org.imixs.archive.documents.EInvoiceAdapter
Detects the first e-invoice from the attached files in the workitem.
detectEInvoiceType(FileData) - Static method in class org.imixs.archive.documents.EInvoiceAdapter
This method detects the einvoice.type of a given FileData
DOCUMENT_ERROR - 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

E_INVOICE_ENTITY - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 
EInvoiceAdapter - Class in org.imixs.archive.documents
The EInvoiceAdapter can detect and extract content from e-invoice documents in different formats.
EInvoiceAdapter() - Constructor for class org.imixs.archive.documents.EInvoiceAdapter
 
EInvoiceAutoAdapter - Class in org.imixs.archive.documents
The EInvoiceAutoAdapter can detect and extract content from e-invoice documents in different formats.
EInvoiceAutoAdapter() - Constructor for class org.imixs.archive.documents.EInvoiceAutoAdapter
 
EInvoiceMetaAdapter - Class in org.imixs.archive.documents
The EInvoiceAutoAdapter can detect and extract content from e-invoice documents in different formats.
EInvoiceMetaAdapter() - Constructor for class org.imixs.archive.documents.EInvoiceMetaAdapter
 
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.EInvoiceAdapter
Executes the e-invoice detection process on the given workitem.
execute(ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.EInvoiceAutoAdapter
Executes the e-invoice detection process on the given workitem.
execute(ItemCollection, ItemCollection) - Method in class org.imixs.archive.documents.EInvoiceMetaAdapter
Executes the e-invoice detection process on the given workitem.
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_EINVOICE_TYPE - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 
FILE_ATTRIBUTE_TEXT - Static variable in class org.imixs.archive.documents.TikaService
 
FILE_ATTRIBUTE_XML - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 
FILE_ERROR - Static variable in class org.imixs.archive.documents.DocumentSplitAdapter
 

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
 

N

NAMESPACES - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 

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.EInvoiceAdapter
 
PLUGIN_ERROR - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 
PLUGIN_ERROR - Static variable in class org.imixs.archive.documents.OCRDocumentService
 
PROCESSING_ERROR - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 

R

readItem(ItemCollection, String, String, String) - Method in class org.imixs.archive.documents.EInvoiceAdapter
Reads a single item from an e-invoice document based on a xPathExp
readXMLContent(FileData) - Method in class org.imixs.archive.documents.EInvoiceAdapter
Reads the XML Content from the FileData attribute 'xml'
REPORT_ERROR - Static variable in class org.imixs.archive.documents.EInvoiceAdapter
 
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.

S

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
 
A C D E F I L M N O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values