Skip navigation links
C D F G M R T V 

C

changeType - Variable in class com.github.cafdataprocessing.entity.fields.FieldChangeRecord
 
changeValues - Variable in class com.github.cafdataprocessing.entity.fields.FieldChangeRecord
 
checkObjectInitialized() - Static method in class com.github.cafdataprocessing.entity.fields.printer.FieldChangeRecordPrinter
 
com.github.cafdataprocessing.entity.fields - package com.github.cafdataprocessing.entity.fields
 
com.github.cafdataprocessing.entity.fields.accessor - package com.github.cafdataprocessing.entity.fields.accessor
 
com.github.cafdataprocessing.entity.fields.exceptions - package com.github.cafdataprocessing.entity.fields.exceptions
 
com.github.cafdataprocessing.entity.fields.factory - package com.github.cafdataprocessing.entity.fields.factory
 
com.github.cafdataprocessing.entity.fields.printer - package com.github.cafdataprocessing.entity.fields.printer
 
create(FieldChangeType, String) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldChangeRecordFactory
 
create(FieldChangeType, Collection<?>) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldChangeRecordFactory
 
create(String) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldValueFactory
Factory method to create a fieldValue from a string.
create(ReferencedData) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldValueFactory
Factory method to create a fieldValue from a ReferencedData object.
create(String, FieldEncoding) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldValueFactory
Factory method to create a fieldValue from a string, defaults to utf8 encoding.
create(Object) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldValueFactory
Factory method to create a fieldValue from an object.
create(Collection<?>) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldValueFactory
 
createReferencedDataFromFieldValue(FieldValue) - Static method in class com.github.cafdataprocessing.entity.fields.accessor.FieldValueAccessor
create a ReferencedData representation from the FieldValue supplied ( decoded value is returned.
createStringFromFieldValue(FieldValue) - Static method in class com.github.cafdataprocessing.entity.fields.accessor.FieldValueAccessor
create a string representation from the FieldValue supplied ( decoded value is returned.

D

DocumentProcessingRecord - Class in com.github.cafdataprocessing.entity.fields
Defines the information which has been changed on a document during DataProcessing.
DocumentProcessingRecord() - Constructor for class com.github.cafdataprocessing.entity.fields.DocumentProcessingRecord
 

F

FieldChangeRecord - Class in com.github.cafdataprocessing.entity.fields
Contract definition which makes up a FieldChangeRecord.
FieldChangeRecord() - Constructor for class com.github.cafdataprocessing.entity.fields.FieldChangeRecord
 
FieldChangeRecordFactory - Class in com.github.cafdataprocessing.entity.fields.factory
 
FieldChangeRecordFactory() - Constructor for class com.github.cafdataprocessing.entity.fields.factory.FieldChangeRecordFactory
 
FieldChangeRecordPrinter - Class in com.github.cafdataprocessing.entity.fields.printer
Gets the fieldChangeRecord in a more userfriendly / readible format, for logging / printing.
FieldChangeRecordPrinter() - Constructor for class com.github.cafdataprocessing.entity.fields.printer.FieldChangeRecordPrinter
 
FieldChangeType - Enum in com.github.cafdataprocessing.entity.fields
Enumeration to describe how a field has been changed, so that a field change record can be used to return a field back to its original value.
FieldChangeTypeException - Exception in com.github.cafdataprocessing.entity.fields.exceptions
Useful to find out if the fieldChangeRecord has something wrong during its creationg, usually due to the FieldChangeRecord->changeType being invalid.
FieldChangeTypeException(String) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldChangeTypeException
 
FieldChangeTypeException(String, Throwable) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldChangeTypeException
 
FieldEncoding - Enum in com.github.cafdataprocessing.entity.fields
Encodings used with our FieldValue object, this informs the consumer how the value field is encoded.
FieldValue - Class in com.github.cafdataprocessing.entity.fields
Allows a field value to represented in various different ways.
FieldValue() - Constructor for class com.github.cafdataprocessing.entity.fields.FieldValue
 
FieldValueAccessor - Class in com.github.cafdataprocessing.entity.fields.accessor
utility class, to enable user friendly access to the entity-field called FieldValue.
FieldValueAccessor() - Constructor for class com.github.cafdataprocessing.entity.fields.accessor.FieldValueAccessor
 
FieldValueAccessorException - Exception in com.github.cafdataprocessing.entity.fields.exceptions
Exception definition which is thrown with more information from a FieldValueAccessor.
FieldValueAccessorException(String) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldValueAccessorException
 
FieldValueAccessorException(String, Throwable) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldValueAccessorException
 
FieldValueFactory - Class in com.github.cafdataprocessing.entity.fields.factory
Factory methods, to create the FieldValue object using different encodings.

G

getByteArrayFromString(String) - Static method in class com.github.cafdataprocessing.entity.fields.factory.FieldValueFactory
Get byte array from a string value - this is the encoding used for raw bytes within our referenced data blob.

M

metadataChanges - Variable in class com.github.cafdataprocessing.entity.fields.DocumentProcessingRecord
Changes made on a document to either metadata or metadataReferences

R

referenceChange - Variable in class com.github.cafdataprocessing.entity.fields.DocumentProcessingRecord
Changes made to a document reference.

T

toFormattedString(FieldChangeRecord) - Static method in class com.github.cafdataprocessing.entity.fields.printer.FieldChangeRecordPrinter
Utility method, to output the object, it the format used for serialization.
toString(FieldChangeRecord) - Static method in class com.github.cafdataprocessing.entity.fields.printer.FieldChangeRecordPrinter
simple toString on an existing fieldChangeRecord, for text only logging

V

value - Variable in class com.github.cafdataprocessing.entity.fields.FieldValue
 
valueEncoding - Variable in class com.github.cafdataprocessing.entity.fields.FieldValue
optional field which specifies the encoding to use when reading the value field.
valueOf(String) - Static method in enum com.github.cafdataprocessing.entity.fields.FieldChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.cafdataprocessing.entity.fields.FieldEncoding
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.cafdataprocessing.entity.fields.FieldChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.cafdataprocessing.entity.fields.FieldEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G M R T V 
Skip navigation links

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