Skip navigation links
A B C D E F G H I J L M N O P R S T U V 

A

AbstractFieldValue - Class in com.hpe.caf.worker.document.fieldvalues
 
AbstractFieldValue(ApplicationImpl, Field) - Constructor for class com.hpe.caf.worker.document.fieldvalues.AbstractFieldValue
 
AbstractScriptSpec - Class in com.hpe.caf.worker.document.scripting.specs
 
AbstractScriptSpec(ScriptEngineType) - Constructor for class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
 
AbstractTask - Class in com.hpe.caf.worker.document.tasks
 
AbstractTask(ApplicationImpl, WorkerTaskData, ReadOnlyDocument, Map<String, String>) - Constructor for class com.hpe.caf.worker.document.tasks.AbstractTask
 
AbstractTask(ApplicationImpl, WorkerTaskData, ReadOnlyDocument, Map<String, String>, List<DocumentWorkerScript>) - Constructor for class com.hpe.caf.worker.document.tasks.AbstractTask
 
add(String, String) - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
add(String, String, Throwable) - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
add(String) - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
add(byte[]) - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
add() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
add(int) - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
add(String) - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
addFailure(String, String) - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
addFailure(DocumentWorkerFailure) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
addFailure(DocumentWorkerFailure) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
addFailure(DocumentWorkerFailure) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
addFailures(Iterable<DocumentWorkerFailure>) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
addFailures(Iterable<DocumentWorkerFailure>) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
addFailures(Iterable<DocumentWorkerFailure>) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
addFieldChanges(Map<String, DocumentWorkerFieldChanges>) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
addFieldChanges(Map<String, DocumentWorkerFieldChanges>) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
addFieldChanges(Map<String, DocumentWorkerFieldChanges>) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
addReference(String) - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
addSubdocument(DocumentWorkerDocument) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
addSubdocument(DocumentWorkerDocument) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
addSubdocument(DocumentWorkerDocument) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
application - Variable in class com.hpe.caf.worker.document.DocumentWorkerAdapter
This object stores the global data that was initially passed to the WorkerFactoryProvider when it was called.
application - Variable in class com.hpe.caf.worker.document.impl.DocumentWorkerObjectImpl
 
application - Variable in class com.hpe.caf.worker.document.scripting.events.TaskEventObject
 
ApplicationImpl - Class in com.hpe.caf.worker.document.impl
 
ApplicationImpl(ConfigurationSource, DataStore, Codec) - Constructor for class com.hpe.caf.worker.document.impl.ApplicationImpl
 
asMap() - Method in class com.hpe.caf.worker.document.impl.ResponseCustomDataImpl
 

B

Base64FieldValue - Class in com.hpe.caf.worker.document.fieldvalues
 
Base64FieldValue(ApplicationImpl, Field, String) - Constructor for class com.hpe.caf.worker.document.fieldvalues.Base64FieldValue
 
BatchSizeControllerImpl - Class in com.hpe.caf.worker.document.impl
 
BatchSizeControllerImpl(ApplicationImpl, DocumentWorkerConfiguration) - Constructor for class com.hpe.caf.worker.document.impl.BatchSizeControllerImpl
 
BooleanFunctions - Class in com.hpe.caf.worker.document.util
Boolean-related utility functions.
BulkDocumentMessageProcessor - Class in com.hpe.caf.worker.document
 
BulkDocumentMessageProcessor(ApplicationImpl, BulkDocumentWorker, BulkWorkerRuntime) - Constructor for class com.hpe.caf.worker.document.BulkDocumentMessageProcessor
 
BulkDocumentTask - Class in com.hpe.caf.worker.document
 
BulkDocumentTask(WorkerTask, AbstractTask) - Constructor for class com.hpe.caf.worker.document.BulkDocumentTask
 
BulkDocumentWorkerAdapter - Class in com.hpe.caf.worker.document
This class allows implementations of the BulkDocumentWorker class can be used with the Worker Framework.
BulkDocumentWorkerAdapter(ApplicationImpl, BulkDocumentWorker) - Constructor for class com.hpe.caf.worker.document.BulkDocumentWorkerAdapter
 

C

cancel - Variable in class com.hpe.caf.worker.document.scripting.events.CancelableDocumentEventObject
 
CancelableDocumentEventObject - Class in com.hpe.caf.worker.document.scripting.events
 
CancelableDocumentEventObject(Document) - Constructor for class com.hpe.caf.worker.document.scripting.events.CancelableDocumentEventObject
 
ChangeLogBuilder - Class in com.hpe.caf.worker.document.output
 
ChangeLogBuilder() - Constructor for class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
ChangeLogFunctions - Class in com.hpe.caf.worker.document.changelog
Utility functions related to inspecting the change log.
ChangesJournal - Interface in com.hpe.caf.worker.document.output
 
clear() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
clear() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
coalesce(T, T) - Static method in class com.hpe.caf.worker.document.util.ObjectFunctions
Returns the first parameter if it is not null, or else returns the second parameter.
com.hpe.caf.worker.document - package com.hpe.caf.worker.document
 
com.hpe.caf.worker.document.changelog - package com.hpe.caf.worker.document.changelog
 
com.hpe.caf.worker.document.config - package com.hpe.caf.worker.document.config
 
com.hpe.caf.worker.document.converters - package com.hpe.caf.worker.document.converters
 
com.hpe.caf.worker.document.exceptions - package com.hpe.caf.worker.document.exceptions
 
com.hpe.caf.worker.document.fieldvalues - package com.hpe.caf.worker.document.fieldvalues
 
com.hpe.caf.worker.document.impl - package com.hpe.caf.worker.document.impl
 
com.hpe.caf.worker.document.output - package com.hpe.caf.worker.document.output
 
com.hpe.caf.worker.document.scripting - package com.hpe.caf.worker.document.scripting
 
com.hpe.caf.worker.document.scripting.events - package com.hpe.caf.worker.document.scripting.events
 
com.hpe.caf.worker.document.scripting.specs - package com.hpe.caf.worker.document.scripting.specs
 
com.hpe.caf.worker.document.tasks - package com.hpe.caf.worker.document.tasks
 
com.hpe.caf.worker.document.util - package com.hpe.caf.worker.document.util
 
compile(Compilable) - Method in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
Compiles the script for later execution.
compile(Compilable) - Method in class com.hpe.caf.worker.document.scripting.specs.InlineScriptSpec
 
compile(Compilable) - Method in class com.hpe.caf.worker.document.scripting.specs.NashornUrlScriptSpec
 
compile(Compilable) - Method in class com.hpe.caf.worker.document.scripting.specs.RemoteScriptSpec
Compiles the script for later execution.
convert(Document) - Static method in class com.hpe.caf.worker.document.converters.DocumentConverter
 
copy(List<T>, int) - Static method in class com.hpe.caf.worker.document.util.ListFunctions
Returns a copy of the specified list and leaves the specified extra capacity.
create(ApplicationImpl, Field, ReadOnlyFieldValue) - Static method in class com.hpe.caf.worker.document.fieldvalues.AbstractFieldValue
Constructs the appropriate implementation based on the encoding of the field value.
create(ApplicationImpl, DocumentWorkerScript) - Static method in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
Constructs the appropriate implementation for the specified script data.
create(ApplicationImpl, WorkerTaskData, DocumentWorkerDocumentTask) - Static method in class com.hpe.caf.worker.document.tasks.DocumentTask
 
create(ApplicationImpl, WorkerTaskData, DocumentWorkerTask) - Static method in class com.hpe.caf.worker.document.tasks.FieldEnrichmentTask
 
createNewGlobal() - Method in class com.hpe.caf.worker.document.scripting.JavaScriptEngine
 
createNewGlobal(ScriptEngineType) - Method in class com.hpe.caf.worker.document.scripting.JavaScriptEngineLazy
 
createNewGlobal(ScriptEngineType) - Method in class com.hpe.caf.worker.document.scripting.JavaScriptManager
 
createTask(WorkerTaskData) - Method in class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
Verify that the specified worker task is supported and is a version that can be handled, and de-serialises it if it is.
createWorkerResponse() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
createWorkerResponseImpl() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
createWorkerResponseImpl() - Method in class com.hpe.caf.worker.document.tasks.DocumentTask
 
createWorkerResponseImpl() - Method in class com.hpe.caf.worker.document.tasks.FieldEnrichmentTask
 

D

DataStoreFunctions - Class in com.hpe.caf.worker.document.util
DataStore-related utility functions.
delete() - Method in class com.hpe.caf.worker.document.impl.SubdocumentImpl
 
disable() - Method in class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
document - Variable in class com.hpe.caf.worker.document.scripting.events.DocumentEventObject
 
document - Variable in class com.hpe.caf.worker.document.tasks.AbstractTask
 
DocumentConverter - Class in com.hpe.caf.worker.document.converters
This is a utility class which can be used for constructing DocumentWorkerDocument POJO objects, which can be easily serialised to JSON, from Document object model objects.
DocumentEventObject - Class in com.hpe.caf.worker.document.scripting.events
 
DocumentEventObject(Document) - Constructor for class com.hpe.caf.worker.document.scripting.events.DocumentEventObject
 
DocumentFunctions - Class in com.hpe.caf.worker.document.util
Document-related utility functions.
DocumentImpl - Class in com.hpe.caf.worker.document.impl
 
DocumentImpl(ApplicationImpl, AbstractTask, ReadOnlyDocument) - Constructor for class com.hpe.caf.worker.document.impl.DocumentImpl
 
DocumentMessageProcessor - Class in com.hpe.caf.worker.document
Uses a DocumentWorker implementation process an messages.
DocumentMessageProcessor(ApplicationImpl, DocumentWorker, WorkerTaskData) - Constructor for class com.hpe.caf.worker.document.DocumentMessageProcessor
Constructs the DocumentMessageProcessor object, which is used to process a single worker message.
documentNodes(Document) - Static method in class com.hpe.caf.worker.document.util.DocumentFunctions
Returns a Stream of documents containing the specified document and all of its subdocuments and their subdocuments recursively.
DocumentTask - Class in com.hpe.caf.worker.document.tasks
 
DocumentWorkerAdapter - Class in com.hpe.caf.worker.document
Allows implementations of the DocumentWorker class can be used with the Worker Framework.
DocumentWorkerAdapter(ApplicationImpl, DocumentWorker) - Constructor for class com.hpe.caf.worker.document.DocumentWorkerAdapter
Constructs the DocumentWorkerAdapter object, which adapts the DocumentWorker interface so that objects which implement it can be used with the Worker Framework.
DocumentWorkerConfiguration - Class in com.hpe.caf.worker.document.config
 
DocumentWorkerConfiguration() - Constructor for class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
DocumentWorkerFactoryProvider - Class in com.hpe.caf.worker.document
This is the main entry-point class for this module.
DocumentWorkerFactoryProvider() - Constructor for class com.hpe.caf.worker.document.DocumentWorkerFactoryProvider
 
DocumentWorkerObjectImpl - Class in com.hpe.caf.worker.document.impl
 
DocumentWorkerObjectImpl(ApplicationImpl) - Constructor for class com.hpe.caf.worker.document.impl.DocumentWorkerObjectImpl
 
DocumentWorkerResultBuilder - Class in com.hpe.caf.worker.document.output
 
DocumentWorkerResultBuilder() - Constructor for class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
doWork() - Method in class com.hpe.caf.worker.document.DocumentMessageProcessor
 

E

emptyToNull(List<T>) - Static method in class com.hpe.caf.worker.document.util.ListFunctions
Returns the specified list if is contains any elements, or null if the list is empty.
emptyToNull(Map<K, V>) - Static method in class com.hpe.caf.worker.document.util.MapFunctions
Returns the specified map if is contains any key-value mappings, or null if the map is empty.
engineType - Variable in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
 
equals(Object) - Method in class com.hpe.caf.worker.document.scripting.ScriptCacheKey
 
equals(Object) - Method in class com.hpe.caf.worker.document.scripting.specs.InlineScriptSpec
 
equals(Object) - Method in class com.hpe.caf.worker.document.scripting.specs.NashornUrlScriptSpec
 
equals(Object) - Method in class com.hpe.caf.worker.document.scripting.specs.StorageRefScriptSpec
 
equals(Object) - Method in class com.hpe.caf.worker.document.scripting.specs.UrlScriptSpec
 
equals(String, String) - Static method in class com.hpe.caf.worker.document.util.StringFunctions
Determines whether two specified String objects have the same value.
error - Variable in class com.hpe.caf.worker.document.scripting.events.ErrorEventObject
 
ErrorEventObject - Class in com.hpe.caf.worker.document.scripting.events
 
ErrorEventObject(Task, RuntimeException) - Constructor for class com.hpe.caf.worker.document.scripting.events.ErrorEventObject
 

F

FailureImpl - Class in com.hpe.caf.worker.document.impl
 
FailureImpl(ApplicationImpl, DocumentImpl, ReadOnlyFailure) - Constructor for class com.hpe.caf.worker.document.impl.FailureImpl
 
FailuresImpl - Class in com.hpe.caf.worker.document.impl
 
FailuresImpl(ApplicationImpl, DocumentImpl, List<ReadOnlyFailure>) - Constructor for class com.hpe.caf.worker.document.impl.FailuresImpl
 
FieldEnrichmentTask - Class in com.hpe.caf.worker.document.tasks
 
FieldImpl - Class in com.hpe.caf.worker.document.impl
 
FieldImpl(ApplicationImpl, DocumentImpl, String) - Constructor for class com.hpe.caf.worker.document.impl.FieldImpl
 
FieldsImpl - Class in com.hpe.caf.worker.document.impl
 
FieldsImpl(ApplicationImpl, DocumentImpl) - Constructor for class com.hpe.caf.worker.document.impl.FieldsImpl
 
FieldValuesImpl - Class in com.hpe.caf.worker.document.impl
 
FieldValuesImpl(ApplicationImpl, Field, List<ReadOnlyFieldValue>) - Constructor for class com.hpe.caf.worker.document.impl.FieldValuesImpl
 

G

get(String) - Method in class com.hpe.caf.worker.document.impl.FieldsImpl
 
get(String) - Method in class com.hpe.caf.worker.document.impl.ResponseCustomDataImpl
 
get(int) - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
get(int) - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
getApplication() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getApplication() - Method in class com.hpe.caf.worker.document.impl.DocumentWorkerObjectImpl
 
getBatchSizeController() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getChanges() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
Returns the changes made to the field, or null if no changes have been made.
getChanges() - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
getCodec() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getConfigSource() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getConfiguration() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getCurrentScriptIndex(int, ScriptImpl) - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
A script's position in the list could change if new scripts are inserted before it.
getCustomData(String) - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getCustomData() - Method in class com.hpe.caf.worker.document.impl.ResponseImpl
 
getCustomData(String) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
getDataStore() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getDocument() - Method in class com.hpe.caf.worker.document.impl.FailureImpl
 
getDocument() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
getDocument() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
getDocument() - Method in class com.hpe.caf.worker.document.impl.FieldsImpl
 
getDocument() - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
getDocument() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
getDocuments() - Method in class com.hpe.caf.worker.document.BulkDocumentTask
 
getDocumentTasksAccepted() - Method in class com.hpe.caf.worker.document.config.InputMessageConfiguration
 
getDocumentTasksAccepted() - Method in class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
 
getDocumentWorkerTask() - Method in class com.hpe.caf.worker.document.BulkDocumentTask
 
getDynamicScriptCache() - Method in class com.hpe.caf.worker.document.config.ScriptCachingConfiguration
 
getEnableExceptionOnFailure() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getEngineType() - Method in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
Returns the JavaScript engine to use for the script represented by this specification.
getExpireAfterAccess() - Method in class com.hpe.caf.worker.document.config.ScriptCacheConfiguration
 
getExpireAfterWrite() - Method in class com.hpe.caf.worker.document.config.ScriptCacheConfiguration
 
getFailureId() - Method in class com.hpe.caf.worker.document.impl.FailureImpl
 
getFailureMessage() - Method in class com.hpe.caf.worker.document.impl.FailureImpl
 
getFailureQueue() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getFailureQueue() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getFailureQueue() - Method in class com.hpe.caf.worker.document.impl.ResponseImpl
 
getFailures() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getFailureStack() - Method in class com.hpe.caf.worker.document.impl.FailureImpl
 
getField() - Method in class com.hpe.caf.worker.document.fieldvalues.AbstractFieldValue
 
getField(String) - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getField() - Method in class com.hpe.caf.worker.document.impl.FieldValuesImpl
 
getFieldEnrichmentTasksAccepted() - Method in class com.hpe.caf.worker.document.config.InputMessageConfiguration
 
getFieldEnrichmentTasksAccepted() - Method in class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
 
getFields() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getGeneralFailureResult(Throwable) - Method in class com.hpe.caf.worker.document.DocumentMessageProcessor
 
getHealthResult() - Method in class com.hpe.caf.worker.document.impl.HealthMonitorImpl
 
getIndex() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
getInitialDocument() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getInputMessageProcessing() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getInputMessageProcessor() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getInvalidScript() - Method in exception com.hpe.caf.worker.document.exceptions.InvalidScriptException
 
getInvalidTaskQueue() - Method in class com.hpe.caf.worker.document.DocumentWorkerAdapter
 
getJavaScriptManager() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getMaxBatchSize() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getMaxBatchTime() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getMaximumBatchSize() - Method in class com.hpe.caf.worker.document.impl.BatchSizeControllerImpl
 
getMaximumBatchTime() - Method in class com.hpe.caf.worker.document.impl.BatchSizeControllerImpl
 
getMaximumSize() - Method in class com.hpe.caf.worker.document.config.ScriptCacheConfiguration
 
getName() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getName() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
getName() - Method in class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
getName() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
getName() - Method in class com.hpe.caf.worker.document.scripting.ScriptCacheKey
 
getObject() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
getObjectCode(String, AbstractScriptSpec) - Method in class com.hpe.caf.worker.document.scripting.JavaScriptEngine
 
getObjectCode(String, AbstractScriptSpec) - Method in class com.hpe.caf.worker.document.scripting.JavaScriptEngineLazy
 
getObjectCode(String, AbstractScriptSpec) - Method in class com.hpe.caf.worker.document.scripting.JavaScriptManager
 
getObjectCode(String, AbstractScriptSpec) - Method in interface com.hpe.caf.worker.document.scripting.ObjectCodeProvider
 
getObjectCode(String, AbstractScriptSpec) - Method in class com.hpe.caf.worker.document.scripting.ScriptCache
 
getOriginalReference() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getOutputQueue() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getOutputQueue(boolean) - Method in class com.hpe.caf.worker.document.impl.ResponseImpl
 
getParentDocument() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getParentDocument() - Method in class com.hpe.caf.worker.document.impl.SubdocumentImpl
 
getProcessSubdocumentsSeparately() - Method in class com.hpe.caf.worker.document.config.InputMessageConfiguration
 
getProcessSubdocumentsSeparately() - Method in class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
 
getQueueName() - Method in class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
getReference() - Method in class com.hpe.caf.worker.document.fieldvalues.NonReferenceFieldValue
 
getReference() - Method in class com.hpe.caf.worker.document.fieldvalues.ReferenceFieldValue
 
getReference() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getResponse() - Method in class com.hpe.caf.worker.document.impl.ResponseCustomDataImpl
 
getResponse() - Method in class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
getResponse() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
getRootDocument() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getRootDocument() - Method in class com.hpe.caf.worker.document.impl.SubdocumentImpl
 
getScript() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
getScript() - Method in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
Returns the script represented by this specification.
getScript() - Method in class com.hpe.caf.worker.document.scripting.specs.InlineScriptSpec
 
getScript() - Method in class com.hpe.caf.worker.document.scripting.specs.RemoteScriptSpec
 
getScriptCaching() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getScripts() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
getScriptSpec() - Method in class com.hpe.caf.worker.document.scripting.ScriptCacheKey
 
getService(Class<S>) - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getService(Class<S>) - Method in class com.hpe.caf.worker.document.impl.ServiceLocatorImpl
 
getService(Class<S>) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
getServiceLocator() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getStackTrace(Throwable) - Static method in class com.hpe.caf.worker.document.util.ThrowableFunctions
Returns the specified throwable and its backtrace as a string.
getStaticScriptCache() - Method in class com.hpe.caf.worker.document.config.ScriptCachingConfiguration
 
getStringValue() - Method in class com.hpe.caf.worker.document.fieldvalues.AbstractFieldValue
 
getStringValue() - Method in class com.hpe.caf.worker.document.fieldvalues.StringFieldValue
 
getStringValues() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
getSubdocuments() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getSuccessQueue() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getSuccessQueue() - Method in class com.hpe.caf.worker.document.impl.ResponseImpl
 
getTask() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
getTask() - Method in class com.hpe.caf.worker.document.impl.ResponseImpl
 
getTask() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
getTask() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
getThreads() - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
getValue() - Method in class com.hpe.caf.worker.document.fieldvalues.Base64FieldValue
 
getValue() - Method in class com.hpe.caf.worker.document.fieldvalues.ReferenceFieldValue
 
getValue() - Method in class com.hpe.caf.worker.document.fieldvalues.StringFieldValue
 
getValues() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
getVersion() - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
getWorker(WorkerTaskData) - Method in class com.hpe.caf.worker.document.DocumentWorkerAdapter
 
getWorkerApiVersion() - Method in class com.hpe.caf.worker.document.DocumentMessageProcessor
 
getWorkerConfiguration() - Method in class com.hpe.caf.worker.document.DocumentWorkerAdapter
 
getWorkerFactory(ConfigurationSource, DataStore, Codec) - Method in class com.hpe.caf.worker.document.DocumentWorkerFactoryProvider
 
getWorkerIdentifier() - Method in class com.hpe.caf.worker.document.DocumentMessageProcessor
 
getWorkerTask() - Method in class com.hpe.caf.worker.document.BulkDocumentTask
 
getWorkerThreads() - Method in class com.hpe.caf.worker.document.DocumentWorkerAdapter
 
GraalJSEngine - Class in com.hpe.caf.worker.document.scripting
 
GraalJSEngine() - Constructor for class com.hpe.caf.worker.document.scripting.GraalJSEngine
 

H

handled - Variable in class com.hpe.caf.worker.document.scripting.events.ErrorEventObject
 
handleGeneralFailure(Throwable) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
Returns appropriate WorkerResponse for the task in the event of a general task failure.
handleGeneralFailureImpl(Throwable) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
handleGeneralFailureImpl(Throwable) - Method in class com.hpe.caf.worker.document.tasks.DocumentTask
 
handleGeneralFailureImpl(Throwable) - Method in class com.hpe.caf.worker.document.tasks.FieldEnrichmentTask
 
hasChanges() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
hasChanges() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
hasChanges() - Method in class com.hpe.caf.worker.document.impl.FieldsImpl
 
hasChanges() - Method in class com.hpe.caf.worker.document.impl.SubdocumentImpl
 
hasChanges() - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
hasFailures(List<DocumentWorkerChange>) - Static method in class com.hpe.caf.worker.document.changelog.ChangeLogFunctions
Checks whether the specified changes collectively add up to any new failures to the document or any of its subdocuments.
hashCode() - Method in class com.hpe.caf.worker.document.scripting.ScriptCacheKey
 
hashCode() - Method in class com.hpe.caf.worker.document.scripting.specs.InlineScriptSpec
 
hashCode() - Method in class com.hpe.caf.worker.document.scripting.specs.NashornUrlScriptSpec
 
hashCode() - Method in class com.hpe.caf.worker.document.scripting.specs.StorageRefScriptSpec
 
hashCode() - Method in class com.hpe.caf.worker.document.scripting.specs.UrlScriptSpec
 
hasSubdocuments() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
hasValues() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
healthCheck() - Method in class com.hpe.caf.worker.document.DocumentWorkerAdapter
 
HealthMonitorImpl - Class in com.hpe.caf.worker.document.impl
 
HealthMonitorImpl(ApplicationImpl) - Constructor for class com.hpe.caf.worker.document.impl.HealthMonitorImpl
Constructs an object which receives health reports.

I

InlineScriptSpec - Class in com.hpe.caf.worker.document.scripting.specs
 
InlineScriptSpec(String, ScriptEngineType) - Constructor for class com.hpe.caf.worker.document.scripting.specs.InlineScriptSpec
 
InputMessageConfiguration - Class in com.hpe.caf.worker.document.config
 
InputMessageConfiguration() - Constructor for class com.hpe.caf.worker.document.config.InputMessageConfiguration
 
InputMessageProcessorImpl - Class in com.hpe.caf.worker.document.impl
 
InputMessageProcessorImpl(ApplicationImpl, InputMessageConfiguration) - Constructor for class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
 
install() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
InvalidScriptException - Exception in com.hpe.caf.worker.document.exceptions
 
InvalidScriptException(DocumentWorkerScript, String) - Constructor for exception com.hpe.caf.worker.document.exceptions.InvalidScriptException
 
InvalidScriptException(DocumentWorkerScript, String, Throwable) - Constructor for exception com.hpe.caf.worker.document.exceptions.InvalidScriptException
 
isChanged() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
isDeleted() - Method in class com.hpe.caf.worker.document.impl.SubdocumentImpl
 
isEmpty() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
isEmpty() - Method in class com.hpe.caf.worker.document.impl.FieldValuesImpl
 
isEmpty() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
isEmpty() - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
isEnabled() - Method in class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
isInstalled() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
isLoaded() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
isNullOrEmpty(List<T>) - Static method in class com.hpe.caf.worker.document.util.ListFunctions
Returns true if the specified list is null or contains no elements.
isNullOrEmpty(Map<K, V>) - Static method in class com.hpe.caf.worker.document.util.MapFunctions
Returns true if the specified map is null or contains no key-value mappings.
isReference() - Method in class com.hpe.caf.worker.document.fieldvalues.NonReferenceFieldValue
 
isReference() - Method in class com.hpe.caf.worker.document.fieldvalues.ReferenceFieldValue
 
isStatic() - Method in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
Returns whether the script specification represents a script that is static (i.e.
isStatic() - Method in class com.hpe.caf.worker.document.scripting.specs.InlineScriptSpec
 
isStatic() - Method in class com.hpe.caf.worker.document.scripting.specs.NashornUrlScriptSpec
 
isStatic() - Method in class com.hpe.caf.worker.document.scripting.specs.StorageRefScriptSpec
 
isStatic() - Method in class com.hpe.caf.worker.document.scripting.specs.UrlScriptSpec
 
isStringValue() - Method in class com.hpe.caf.worker.document.fieldvalues.AbstractFieldValue
 
isStringValue() - Method in class com.hpe.caf.worker.document.fieldvalues.StringFieldValue
 
iterator() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
iterator() - Method in class com.hpe.caf.worker.document.impl.FieldsImpl
 
iterator() - Method in class com.hpe.caf.worker.document.impl.FieldValuesImpl
 
iterator() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
iterator() - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 

J

JavaScriptEngine - Class in com.hpe.caf.worker.document.scripting
 
JavaScriptEngine(ScriptEngine) - Constructor for class com.hpe.caf.worker.document.scripting.JavaScriptEngine
 
JavaScriptEngineLazy - Class in com.hpe.caf.worker.document.scripting
 
JavaScriptEngineLazy() - Constructor for class com.hpe.caf.worker.document.scripting.JavaScriptEngineLazy
 
JavaScriptManager - Class in com.hpe.caf.worker.document.scripting
 
JavaScriptManager(ScriptCachingConfiguration) - Constructor for class com.hpe.caf.worker.document.scripting.JavaScriptManager
 

L

ListFunctions - Class in com.hpe.caf.worker.document.util
Utility functions related to list collections.
load() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
loadAll() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
loadScripts() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
Load the customization scripts and if there is an exception then try to determine if it is a transient issue.
loadService(Class<S>) - Static method in class com.hpe.caf.worker.document.util.ServiceFunctions
This method creates a new instance of the specified service type, using the current thread's context class loader.

M

MapFunctions - Class in com.hpe.caf.worker.document.util
Utility functions related to map collections.

N

NashornJSEngine - Class in com.hpe.caf.worker.document.scripting
 
NashornJSEngine() - Constructor for class com.hpe.caf.worker.document.scripting.NashornJSEngine
 
NashornUrlScriptSpec - Class in com.hpe.caf.worker.document.scripting.specs
 
NashornUrlScriptSpec(URL) - Constructor for class com.hpe.caf.worker.document.scripting.specs.NashornUrlScriptSpec
 
NonReferenceFieldValue - Class in com.hpe.caf.worker.document.fieldvalues
 
NonReferenceFieldValue(ApplicationImpl, Field) - Constructor for class com.hpe.caf.worker.document.fieldvalues.NonReferenceFieldValue
 

O

ObjectCodeProvider - Interface in com.hpe.caf.worker.document.scripting
 
ObjectFunctions - Class in com.hpe.caf.worker.document.util
Object-related utility functions.
openInputStream() - Method in class com.hpe.caf.worker.document.fieldvalues.NonReferenceFieldValue
 
openInputStream() - Method in class com.hpe.caf.worker.document.fieldvalues.ReferenceFieldValue
 
openInputStream(DataStore, String) - Static method in class com.hpe.caf.worker.document.util.DataStoreFunctions
Opens an InputStream for reading data from a remote data store.
openReader() - Method in class com.hpe.caf.worker.document.scripting.specs.NashornUrlScriptSpec
 
openReader() - Method in class com.hpe.caf.worker.document.scripting.specs.RemoteScriptSpec
 
openReader() - Method in class com.hpe.caf.worker.document.scripting.specs.StorageRefScriptSpec
 
openReader() - Method in class com.hpe.caf.worker.document.scripting.specs.UrlScriptSpec
 

P

processTasks() - Method in class com.hpe.caf.worker.document.BulkDocumentMessageProcessor
 
processTasks(BulkWorkerRuntime) - Method in class com.hpe.caf.worker.document.BulkDocumentWorkerAdapter
 
put(String, String) - Method in class com.hpe.caf.worker.document.impl.ResponseCustomDataImpl
 
putAll(Map<String, String>) - Method in class com.hpe.caf.worker.document.impl.ResponseCustomDataImpl
 

R

raiseAfterProcessDocumentEvent(Document) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
raiseAfterProcessTaskEvent() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
raiseBeforeProcessDocumentEvent(Document) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
raiseEvent(String, Object...) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
Raises the specified event in this script if it is currently loaded.
raiseEvent(String, boolean, Object...) - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
Raises the specified event in all loaded scripts.
raiseEventUntil(String, boolean, BooleanSupplier, Object...) - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
Raises the specified event in all of the loaded scripts, or until the specified condition is met.
raiseOnErrorEvent(RuntimeException) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
raiseProcessDocumentEvent(Document) - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
raiseProcessTaskEvent() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
recordChanges(ChangesJournal) - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
recordChanges(ChangesJournal) - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
recordChanges(ChangesJournal) - Method in class com.hpe.caf.worker.document.impl.FieldsImpl
Records any field changes made into the specified journal.
recordChanges(ChangesJournal) - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
ReferenceFieldValue - Class in com.hpe.caf.worker.document.fieldvalues
 
ReferenceFieldValue(ApplicationImpl, Field, String) - Constructor for class com.hpe.caf.worker.document.fieldvalues.ReferenceFieldValue
 
register(Class<S>, S) - Method in class com.hpe.caf.worker.document.impl.ServiceLocatorImpl
 
RemoteScriptSpec - Class in com.hpe.caf.worker.document.scripting.specs
 
RemoteScriptSpec(ScriptEngineType) - Constructor for class com.hpe.caf.worker.document.scripting.specs.RemoteScriptSpec
 
remove(String) - Method in class com.hpe.caf.worker.document.impl.ResponseCustomDataImpl
 
removeSubdocument(int, String) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
removeSubdocument(int, String) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
removeSubdocument(int, String) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
reportUnhealthy(String) - Method in class com.hpe.caf.worker.document.impl.HealthMonitorImpl
 
reset() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
reset() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
reset() - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
reset() - Method in class com.hpe.caf.worker.document.impl.FieldsImpl
 
reset() - Method in class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
reset() - Method in class com.hpe.caf.worker.document.impl.SubdocumentImpl
 
reset() - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
resetReference() - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
response - Variable in class com.hpe.caf.worker.document.tasks.AbstractTask
 
ResponseCustomDataImpl - Class in com.hpe.caf.worker.document.impl
 
ResponseCustomDataImpl(ApplicationImpl, ResponseImpl) - Constructor for class com.hpe.caf.worker.document.impl.ResponseCustomDataImpl
 
ResponseImpl - Class in com.hpe.caf.worker.document.impl
 
ResponseImpl(ApplicationImpl, AbstractTask) - Constructor for class com.hpe.caf.worker.document.impl.ResponseImpl
 
ResponseQueueImpl - Class in com.hpe.caf.worker.document.impl
 
ResponseQueueImpl(ApplicationImpl, ResponseImpl, String) - Constructor for class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
rootDocument - Variable in class com.hpe.caf.worker.document.scripting.events.TaskEventObject
 

S

ScriptCache - Class in com.hpe.caf.worker.document.scripting
 
ScriptCache(ScriptCacheConfiguration, ScriptCacheConfiguration, ObjectCodeProvider) - Constructor for class com.hpe.caf.worker.document.scripting.ScriptCache
 
ScriptCacheConfiguration - Class in com.hpe.caf.worker.document.config
 
ScriptCacheConfiguration() - Constructor for class com.hpe.caf.worker.document.config.ScriptCacheConfiguration
 
ScriptCacheKey - Class in com.hpe.caf.worker.document.scripting
 
ScriptCacheKey(String, AbstractScriptSpec) - Constructor for class com.hpe.caf.worker.document.scripting.ScriptCacheKey
 
ScriptCachingConfiguration - Class in com.hpe.caf.worker.document.config
 
ScriptCachingConfiguration() - Constructor for class com.hpe.caf.worker.document.config.ScriptCachingConfiguration
 
ScriptImpl - Class in com.hpe.caf.worker.document.impl
 
ScriptImpl(ApplicationImpl, AbstractTask) - Constructor for class com.hpe.caf.worker.document.impl.ScriptImpl
 
ScriptImpl(ApplicationImpl, AbstractTask, DocumentWorkerScript) - Constructor for class com.hpe.caf.worker.document.impl.ScriptImpl
 
scripts - Variable in class com.hpe.caf.worker.document.tasks.AbstractTask
 
ScriptsImpl - Class in com.hpe.caf.worker.document.impl
 
ScriptsImpl(ApplicationImpl, AbstractTask) - Constructor for class com.hpe.caf.worker.document.impl.ScriptsImpl
 
ScriptsImpl(ApplicationImpl, AbstractTask, List<DocumentWorkerScript>) - Constructor for class com.hpe.caf.worker.document.impl.ScriptsImpl
 
serialiseResult(T) - Method in class com.hpe.caf.worker.document.impl.ApplicationImpl
 
ServiceFunctions - Class in com.hpe.caf.worker.document.util
Utility functions related to dynamically using services.
ServiceLocatorImpl - Class in com.hpe.caf.worker.document.impl
 
ServiceLocatorImpl(ApplicationImpl) - Constructor for class com.hpe.caf.worker.document.impl.ServiceLocatorImpl
 
set(String) - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
set(byte[]) - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
set(String) - Method in class com.hpe.caf.worker.document.impl.ResponseQueueImpl
 
setDocuments(List<Document>) - Method in class com.hpe.caf.worker.document.BulkDocumentTask
 
setDocumentTasksAccepted(Boolean) - Method in class com.hpe.caf.worker.document.config.InputMessageConfiguration
 
setDocumentTasksAccepted(boolean) - Method in class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
 
setDynamicScriptCache(ScriptCacheConfiguration) - Method in class com.hpe.caf.worker.document.config.ScriptCachingConfiguration
 
setEnableExceptionOnFailure(boolean) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
setExpireAfterAccess(Long) - Method in class com.hpe.caf.worker.document.config.ScriptCacheConfiguration
 
setExpireAfterWrite(Long) - Method in class com.hpe.caf.worker.document.config.ScriptCacheConfiguration
 
setFailureQueue(String) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
setFailures(List<DocumentWorkerFailure>) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
setFailures(List<DocumentWorkerFailure>) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
setFailures(List<DocumentWorkerFailure>) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
setFieldEnrichmentTasksAccepted(Boolean) - Method in class com.hpe.caf.worker.document.config.InputMessageConfiguration
 
setFieldEnrichmentTasksAccepted(boolean) - Method in class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
 
setInputMessageProcessing(InputMessageConfiguration) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
setMaxBatchSize(int) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
setMaxBatchTime(long) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
setMaximumBatchSize(int) - Method in class com.hpe.caf.worker.document.impl.BatchSizeControllerImpl
 
setMaximumBatchTime(long) - Method in class com.hpe.caf.worker.document.impl.BatchSizeControllerImpl
 
setMaximumSize(Long) - Method in class com.hpe.caf.worker.document.config.ScriptCacheConfiguration
 
setName(String) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
setOutputQueue(String) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
setProcessSubdocumentsSeparately(Boolean) - Method in class com.hpe.caf.worker.document.config.InputMessageConfiguration
 
setProcessSubdocumentsSeparately(boolean) - Method in class com.hpe.caf.worker.document.impl.InputMessageProcessorImpl
 
setReference(String) - Method in class com.hpe.caf.worker.document.impl.DocumentImpl
 
setReference(String) - Method in class com.hpe.caf.worker.document.impl.FieldImpl
 
setReference(String) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
setReference(String) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
setReference(String) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
setScriptByReference(String) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
setScriptByReference(String, ScriptEngineType) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
setScriptByUrl(URL) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
setScriptByUrl(URL, ScriptEngineType) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
setScriptCaching(ScriptCachingConfiguration) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
setScriptInline(String) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
setScriptInline(String, ScriptEngineType) - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
setScriptSpecField(DocumentWorkerScript) - Method in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
Updates the relevant field in the specified script.
setScriptSpecField(DocumentWorkerScript) - Method in class com.hpe.caf.worker.document.scripting.specs.InlineScriptSpec
 
setScriptSpecField(DocumentWorkerScript) - Method in class com.hpe.caf.worker.document.scripting.specs.NashornUrlScriptSpec
 
setScriptSpecField(DocumentWorkerScript) - Method in class com.hpe.caf.worker.document.scripting.specs.StorageRefScriptSpec
 
setScriptSpecField(DocumentWorkerScript) - Method in class com.hpe.caf.worker.document.scripting.specs.UrlScriptSpec
 
setStaticScriptCache(ScriptCacheConfiguration) - Method in class com.hpe.caf.worker.document.config.ScriptCachingConfiguration
 
setThreads(int) - Method in class com.hpe.caf.worker.document.config.DocumentWorkerConfiguration
 
shouldIncludeInResponse() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
shutdown() - Method in class com.hpe.caf.worker.document.DocumentWorkerAdapter
 
size() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
size() - Method in class com.hpe.caf.worker.document.impl.FieldValuesImpl
 
size() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
size() - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
StorageRefScriptSpec - Class in com.hpe.caf.worker.document.scripting.specs
 
StorageRefScriptSpec(DataStore, String, ScriptEngineType) - Constructor for class com.hpe.caf.worker.document.scripting.specs.StorageRefScriptSpec
 
stream() - Method in class com.hpe.caf.worker.document.impl.FailuresImpl
 
stream() - Method in class com.hpe.caf.worker.document.impl.FieldsImpl
 
stream() - Method in class com.hpe.caf.worker.document.impl.FieldValuesImpl
 
stream() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
stream() - Method in class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 
streamImpls() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
StringFieldValue - Class in com.hpe.caf.worker.document.fieldvalues
 
StringFieldValue(ApplicationImpl, Field, String) - Constructor for class com.hpe.caf.worker.document.fieldvalues.StringFieldValue
 
StringFunctions - Class in com.hpe.caf.worker.document.util
String-related utility functions.
SubdocumentImpl - Class in com.hpe.caf.worker.document.impl
 
SubdocumentImpl(ApplicationImpl, SubdocumentsImpl, ReadOnlyDocument) - Constructor for class com.hpe.caf.worker.document.impl.SubdocumentImpl
 
SubdocumentsImpl - Class in com.hpe.caf.worker.document.impl
 
SubdocumentsImpl(ApplicationImpl, DocumentImpl, List<ReadOnlyDocument>) - Constructor for class com.hpe.caf.worker.document.impl.SubdocumentsImpl
 

T

task - Variable in class com.hpe.caf.worker.document.scripting.events.TaskEventObject
 
TaskEventObject - Class in com.hpe.caf.worker.document.scripting.events
 
TaskEventObject(Task) - Constructor for class com.hpe.caf.worker.document.scripting.events.TaskEventObject
 
ThrowableFunctions - Class in com.hpe.caf.worker.document.util
Utility functions related to Throwable objects.
toDocumentWorkerResult() - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
toDocumentWorkerScript() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
toDocumentWorkerScript(String) - Method in class com.hpe.caf.worker.document.scripting.specs.AbstractScriptSpec
Creates a new DocumentWorkerScript for the script specification.

U

uninstall() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
uninstallAll() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
unload() - Method in class com.hpe.caf.worker.document.impl.ScriptImpl
 
unloadAll() - Method in class com.hpe.caf.worker.document.impl.ScriptsImpl
 
unloadScripts() - Method in class com.hpe.caf.worker.document.tasks.AbstractTask
 
updateSubdocument(int, String) - Method in class com.hpe.caf.worker.document.output.ChangeLogBuilder
 
updateSubdocument(int, String) - Method in interface com.hpe.caf.worker.document.output.ChangesJournal
 
updateSubdocument(int, String) - Method in class com.hpe.caf.worker.document.output.DocumentWorkerResultBuilder
 
UrlScriptSpec - Class in com.hpe.caf.worker.document.scripting.specs
 
UrlScriptSpec(URL, ScriptEngineType) - Constructor for class com.hpe.caf.worker.document.scripting.specs.UrlScriptSpec
 

V

valueOf(Boolean, boolean) - Static method in class com.hpe.caf.worker.document.util.BooleanFunctions
Returns the value of the specified Boolean if it is non-null, or the specified default value if it is null.
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links

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