- get(String) - Method in interface com.hpe.caf.worker.document.model.Fields
-
Gets a field object for the specified field.
- getApplication() - Method in interface com.hpe.caf.worker.document.model.DocumentWorkerObject
-
Returns the Application object, which represents the Document Worker itself.
- getBatchSizeController() - Method in interface com.hpe.caf.worker.document.model.Application
-
Returns the batch size controller.
- getCustomData(String) - Method in interface com.hpe.caf.worker.document.model.Document
-
Used to retrieve any custom data that was sent with the document, but which is not technically part of it.
- getDocument() - Method in interface com.hpe.caf.worker.document.model.Field
-
Returns the document that this field is associated with.
- getDocument() - Method in interface com.hpe.caf.worker.document.model.Fields
-
Returns the document that this collection of fields is associated with.
- getField(String) - Method in interface com.hpe.caf.worker.document.model.Document
-
Gets a field object for the specified field.
- getField() - Method in interface com.hpe.caf.worker.document.model.FieldValue
-
Returns the field that this field value is associated with.
- getField() - Method in interface com.hpe.caf.worker.document.model.FieldValues
-
Returns the field that this collection of field values is associated with.
- getFields() - Method in interface com.hpe.caf.worker.document.model.Document
-
Gets the list of fields currently associated with the document.
- getMaximumBatchSize() - Method in interface com.hpe.caf.worker.document.model.BatchSizeController
-
Gets the maximum number of documents that should be included in a batch before it is automatically closed.
- getMaximumBatchTime() - Method in interface com.hpe.caf.worker.document.model.BatchSizeController
-
Gets the maximum length of time (in milliseconds) that a batch should be allowed to build up before it is automatically closed.
- getName() - Method in interface com.hpe.caf.worker.document.model.Field
-
Retrieves the name of the field.
- getReference() - Method in interface com.hpe.caf.worker.document.model.FieldValue
-
If this field value is a reference (i.e.
- getService(Class<S>) - Method in interface com.hpe.caf.worker.document.model.Application
-
Returns the specified service, or null if the service has not been registered.
- getService(Class<S>) - Method in interface com.hpe.caf.worker.document.model.ServiceLocator
-
Returns the specified service, or null if the service has not been registered.
- getServiceLocator() - Method in interface com.hpe.caf.worker.document.model.Application
-
Returns the service locator object.
- getStringValue() - Method in interface com.hpe.caf.worker.document.model.FieldValue
-
Decodes the data assuming that it is a UTF-8 encoded string and returns it.
- getStringValues() - Method in interface com.hpe.caf.worker.document.model.Field
-
Returns all the non-reference field values that contain valid UTF-8 encoded strings.
- getValue() - Method in interface com.hpe.caf.worker.document.model.FieldValue
-
Returns the data if the field value is not a reference (i.e.
- getValues() - Method in interface com.hpe.caf.worker.document.model.Field
-
Returns a collection of all of the values that are currently associated with this field.