Skip navigation links
A C D E F G I L O P R S U V W 

A

addDetectedLanguagesToDocument(LanguageDetectorResult, Document) - Static method in class com.hpe.caf.worker.languagedetection.LanguageDetectionUtilities
 
addDetectedLanguagesToDocument(LanguageDetectorResult, Document, String) - Static method in class com.hpe.caf.worker.languagedetection.LanguageDetectionUtilities
 
addDetectedLanguageToDocument(LanguageDetectorResult, Document, Field, LanguageDetectionResultFormat, boolean) - Static method in class com.hpe.caf.worker.languagedetection.LanguageDetectionUtilities
Updates the passed document with the language detection result passed in detectorResult.

C

checkHealth(HealthMonitor) - Method in class com.hpe.caf.worker.languagedetection.LanguageDetectionWorker
This method provides an opportunity for the worker to report if it has any problems which would prevent it processing documents correctly.
checkHealth(HealthMonitor) - Method in class com.hpe.caf.worker.languagedetection.UnhealthyWorker
 
com.hpe.caf.worker.languagedetection - package com.hpe.caf.worker.languagedetection
 
createDocumentWorker(Application) - Method in class com.hpe.caf.worker.languagedetection.LanguageDetectionWorkerFactory
 
CustomData() - Constructor for class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.CustomData
 

D

DETECTED_LANGUAGE_CODE_SUFFIX - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.Fields
 
DETECTED_LANGUAGE_NAME_SUFFIX - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.Fields
 
DETECTED_LANGUAGE_PERCENTAGE_SUFFIX - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.Fields
 
DETECTED_LANGUAGE_PREFIX - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.Fields
 
DETECTED_LANGUAGES_RELIABLERESULT - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.Fields
 
DETECTED_LANGUAGES_STATUS - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.Fields
 

E

EnvironmentVariables() - Constructor for class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.EnvironmentVariables
 
ErrorCodes() - Constructor for class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.ErrorCodes
 

F

FAILED_TO_ACQUIRE_SOURCE_DATA - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.ErrorCodes
Failed to acquire source data from the datastore.
FAILED_TO_DETECT_LANGUAGES - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.ErrorCodes
Language detection failed to detect the languages.
FIELD_SPECS - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.CustomData
 
Fields() - Constructor for class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.Fields
 

G

getFieldValuesAsStreams(Field) - Static method in class com.hpe.caf.worker.languagedetection.LanguageDetectionUtilities
 
getResultFormat() - Method in class com.hpe.caf.worker.languagedetection.LanguageDetectionWorkerConfiguration
Getter for property 'resultFormat' which controls the format that language detection results are output.

I

INVALID_CUSTOM_DATA_VALUES - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.ErrorCodes
Custom data provided has invalid values.
INVALID_RESULT_FORMAT - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.ErrorCodes
Result format provided has invalid value
isComplexFormat(LanguageDetectionResultFormat) - Static method in enum com.hpe.caf.worker.languagedetection.LanguageDetectionResultFormat
 

L

LanguageDetectionConstants - Class in com.hpe.caf.worker.languagedetection
Constants for the Language Detection Worker.
LanguageDetectionConstants.CustomData - Class in com.hpe.caf.worker.languagedetection
Recognized 'customData' property names
LanguageDetectionConstants.EnvironmentVariables - Class in com.hpe.caf.worker.languagedetection
 
LanguageDetectionConstants.ErrorCodes - Class in com.hpe.caf.worker.languagedetection
The following failure identifiers are possible.
LanguageDetectionConstants.Fields - Class in com.hpe.caf.worker.languagedetection
Fields to be added to the document.
LanguageDetectionException - Exception in com.hpe.caf.worker.languagedetection
 
LanguageDetectionException(String, Throwable) - Constructor for exception com.hpe.caf.worker.languagedetection.LanguageDetectionException
 
LanguageDetectionException(String) - Constructor for exception com.hpe.caf.worker.languagedetection.LanguageDetectionException
 
LanguageDetectionResultFormat - Enum in com.hpe.caf.worker.languagedetection
Possible values that describe how the output result should be formatted.
LanguageDetectionUtilities - Class in com.hpe.caf.worker.languagedetection
 
LanguageDetectionWorker - Class in com.hpe.caf.worker.languagedetection
Language Detection Worker.
LanguageDetectionWorker(Application, LanguageDetectionWorkerConfiguration) - Constructor for class com.hpe.caf.worker.languagedetection.LanguageDetectionWorker
 
LanguageDetectionWorkerConfiguration - Class in com.hpe.caf.worker.languagedetection
Language Detection Worker specific configuration.
LanguageDetectionWorkerConfiguration() - Constructor for class com.hpe.caf.worker.languagedetection.LanguageDetectionWorkerConfiguration
 
LanguageDetectionWorkerFactory - Class in com.hpe.caf.worker.languagedetection
Factory for creating an instance of LanguageDetectionWorker.
LanguageDetectionWorkerFactory() - Constructor for class com.hpe.caf.worker.languagedetection.LanguageDetectionWorkerFactory
 

O

outputDocumentFieldValueChanges(Document) - Static method in class com.hpe.caf.worker.languagedetection.LanguageDetectionUtilities
 

P

processDocument(Document) - Method in class com.hpe.caf.worker.languagedetection.LanguageDetectionWorker
Processes a single document.
processDocument(Document) - Method in class com.hpe.caf.worker.languagedetection.UnhealthyWorker
 

R

RESULT_FORMAT - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.CustomData
 

S

setResultFormat(LanguageDetectionResultFormat) - Method in class com.hpe.caf.worker.languagedetection.LanguageDetectionWorkerConfiguration
Setter for property 'resultFormat' which controls the format that langauge detection results are output.

U

UnhealthyWorker - Class in com.hpe.caf.worker.languagedetection
A representation of a worker that cannot handle tasks and thus reports unhealthy and fails when receiving task messages.
UnhealthyWorker(String) - Constructor for class com.hpe.caf.worker.languagedetection.UnhealthyWorker
 

V

valueOf(String) - Static method in enum com.hpe.caf.worker.languagedetection.LanguageDetectionResultFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hpe.caf.worker.languagedetection.LanguageDetectionResultFormat
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKER_LANG_DETECT_SOURCE_FIELD - Static variable in class com.hpe.caf.worker.languagedetection.LanguageDetectionConstants.EnvironmentVariables
Configurable setting to identify which document field corresponds to the source data.
A C D E F G I L O P R S U V W 
Skip navigation links

Copyright © 2015–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.