Skip navigation links
A B C D E G H I M N P S T U X 

A

addProcessedDocumentId(DocumentId) - Method in class de.julielab.jcore.consumer.xmi.XmiDataInserter
 
ANNOTATION_LIST_TABLE - Static variable in class de.julielab.jcore.consumer.xmi.AnnotationTableManager
 
AnnotationTableManager - Class in de.julielab.jcore.consumer.xmi
 
AnnotationTableManager(DataBaseConnector, String, List<String>, String, String, Boolean, Boolean, String) - Constructor for class de.julielab.jcore.consumer.xmi.AnnotationTableManager
 

B

batchProcessComplete() - Method in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 

C

collectionProcessComplete() - Method in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
convertAnnotationTypeToTableName(String, boolean) - Method in class de.julielab.jcore.consumer.xmi.AnnotationTableManager
Normalizes table names by replacing dots "." with underscores "_" and prepending the active data postgres schema ONLY IF the option storeAll is set to FALSE.

D

data - Variable in class de.julielab.jcore.consumer.xmi.XmiData
 
de.julielab.jcore.consumer.xmi - package de.julielab.jcore.consumer.xmi
 
docId - Variable in class de.julielab.jcore.consumer.xmi.XmiData
 
DocumentId - Class in de.julielab.jcore.consumer.xmi
 
DocumentId(String...) - Constructor for class de.julielab.jcore.consumer.xmi.DocumentId
 
DocumentId(DBProcessingMetaData) - Constructor for class de.julielab.jcore.consumer.xmi.DocumentId
 
DocumentXmiData - Class in de.julielab.jcore.consumer.xmi
An extension of XmiData for full documents or the XMI base document.
DocumentXmiData(DocumentId, Object, Integer, Map<Integer, String>) - Constructor for class de.julielab.jcore.consumer.xmi.DocumentXmiData
 

E

equals(Object) - Method in class de.julielab.jcore.consumer.xmi.DocumentId
 

G

getId() - Method in class de.julielab.jcore.consumer.xmi.DocumentId
 

H

handleDataZipping(byte[], String) - Method in class de.julielab.jcore.consumer.xmi.XMIDBWriter
If doGzip is set to true, the dataBytes array will be GZIPed.
hashCode() - Method in class de.julielab.jcore.consumer.xmi.DocumentId
 

I

initialize(UimaContext) - Method in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 

M

MetaTableManager - Class in de.julielab.jcore.consumer.xmi
 
MetaTableManager(DataBaseConnector) - Constructor for class de.julielab.jcore.consumer.xmi.MetaTableManager
 

N

newXmiId - Variable in class de.julielab.jcore.consumer.xmi.DocumentXmiData
 
NS_URI - Static variable in class de.julielab.jcore.consumer.xmi.MetaTableManager
 

P

PARAM_ANNO_STORAGE_PG_SCHEMA - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_ANNOS_TO_STORE - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_ATTRIBUTE_SIZE - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_BASE_DOCUMENT_ANNOTATION_TYPES - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_COMPONENT_DB_NAME - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_COSTOSYS_CONFIG - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_DELETE_OBSOLETE_ANNOTATIONS - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_DO_GZIP - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_STORE_ALL - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_STORE_BASE_DOCUMENT - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_STORE_RECURSIVELY - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_TABLE_DOCUMENT - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_UPDATE_MODE - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PARAM_WRITE_BATCH_SIZE - Static variable in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
PREFIX - Static variable in class de.julielab.jcore.consumer.xmi.MetaTableManager
 
process(JCas) - Method in class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
putXmiIdMapping(DocumentId, Integer) - Method in class de.julielab.jcore.consumer.xmi.XmiDataInserter
 

S

sendXmiDataToDatabase(LinkedHashMap<String, List<XmiData>>, Map<String, List<DocumentId>>, String) - Method in class de.julielab.jcore.consumer.xmi.XmiDataInserter
Constructs row iterators for the different tables (document and annotations) conforming to the expectations of the DataBaseConnector API.
serializedSofaXmiIdMap - Variable in class de.julielab.jcore.consumer.xmi.DocumentXmiData
 
setSofaXmiIdMap(Map<Integer, String>) - Method in class de.julielab.jcore.consumer.xmi.DocumentXmiData
The map is expected in the form of mappings sofaXmiId=sofaID.

T

TABLE_NAME - Static variable in class de.julielab.jcore.consumer.xmi.AnnotationTableManager
 
toString() - Method in class de.julielab.jcore.consumer.xmi.DocumentId
 

U

updateMaxXmiId(Connection) - Method in class de.julielab.jcore.consumer.xmi.XmiDataInserter
Stores the next possible xmi id that can be assigned to new annotations in order to make sure that there aren't any clashes with already existing ids.

X

XMI_NS_TABLE - Static variable in class de.julielab.jcore.consumer.xmi.MetaTableManager
 
XmiData - Class in de.julielab.jcore.consumer.xmi
The minimum of data required to store some portion of XMI data for a document - i.e.
XmiData(DocumentId, Object) - Constructor for class de.julielab.jcore.consumer.xmi.XmiData
 
XmiDataInserter - Class in de.julielab.jcore.consumer.xmi
 
XmiDataInserter(List<String>, String, DataBaseConnector, String, String, Boolean, Boolean, Boolean, String) - Constructor for class de.julielab.jcore.consumer.xmi.XmiDataInserter
 
XmiDataInsertionException - Exception in de.julielab.jcore.consumer.xmi
 
XmiDataInsertionException() - Constructor for exception de.julielab.jcore.consumer.xmi.XmiDataInsertionException
 
XmiDataInsertionException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.jcore.consumer.xmi.XmiDataInsertionException
 
XmiDataInsertionException(String, Throwable) - Constructor for exception de.julielab.jcore.consumer.xmi.XmiDataInsertionException
 
XmiDataInsertionException(String) - Constructor for exception de.julielab.jcore.consumer.xmi.XmiDataInsertionException
 
XmiDataInsertionException(Throwable) - Constructor for exception de.julielab.jcore.consumer.xmi.XmiDataInsertionException
 
XMIDBWriter - Class in de.julielab.jcore.consumer.xmi
 
XMIDBWriter() - Constructor for class de.julielab.jcore.consumer.xmi.XMIDBWriter
 
A B C D E G H I M N P S T U X 
Skip navigation links

Copyright © 2018 JULIE Lab, Germany. All rights reserved.