Uses of Package
com.senzing.sdk

Packages that use com.senzing.sdk
Package
Description
This package provides the interfaces, utility classes, enumerations, constants and exception types pertaining to the Senzing SDK for Java.
This package provides the "core" implementation of the Senzing SDK for Java defined in the com.senzing.sdk package.
  • Classes in com.senzing.sdk used by com.senzing.sdk
    Class
    Description
    Defines an exceptional condition when an invalid input value is provided to a Senzing operation preventing the successful completion of that operation.
    Defines the Java interface to the Senzing configuration functions.
    Defines the Java interface to the Senzing configuration management functions.
    Defines the Java interface to the Senzing diagnostic functions.
    Defines the Java interface to the Senzing engine functions.
    Provides an unmodifiable runtime-typed Set whose elements are strictly non-null instances of Long entity ID's.
    Provides a builder class for creating instances of SzEntityIds.
    Defines the base exception for Senzing errors.
    Enumerates the Senzing flag values from SzFlags so they can be referred to as objects, used in EnumSet instances and coverted to sensible String's with symbolic names and hexadecimal values.
    Enumerates the various classifications of usage groups for the SzFlag instances.
    Extends SzBadInputException to define an exceptional condition where the provided bad input to a Senzing operation is an identifier that could not be used to successfully locate required data for that operation.
    Defines the Java interface to the Senzing product functions.
    Desribes a key for identifying a record as Java record class containing a data source code and record ID.
    Provides an unmodifiable runtime-typed Set whose elements are strictly non-null instances of SzRecordKey.
    Provides a builder class for creating instances of SzRecordKeys.
    Describes an exceptional condition when an attempt is made to replace a Senzing value with a new value providing it has not not already been changed, however, the current value is no longer the expected value and has therefore already been changed.
    Extends SzBadInputException to define an exceptional condition where a specified data source code is not confifgured in the current active configuration and therefore the data source could not be found.
  • Class
    Description
    Defines an exceptional condition when an invalid input value is provided to a Senzing operation preventing the successful completion of that operation.
    Defines the Java interface to the Senzing configuration functions.
    Defines the Java interface to the Senzing configuration management functions.
    Defines the Java interface to the Senzing diagnostic functions.
    Defines the Java interface to the Senzing engine functions.
    Provides an unmodifiable runtime-typed Set whose elements are strictly non-null instances of Long entity ID's.
    Provides a factory interface for obtaining the references to the Senzing SDK singleton instances that have been initialized.
    Defines the base exception for Senzing errors.
    Enumerates the Senzing flag values from SzFlags so they can be referred to as objects, used in EnumSet instances and coverted to sensible String's with symbolic names and hexadecimal values.
    Extends SzBadInputException to define an exceptional condition where the provided bad input to a Senzing operation is an identifier that could not be used to successfully locate required data for that operation.
    Defines the Java interface to the Senzing product functions.
    Desribes a key for identifying a record as Java record class containing a data source code and record ID.
    Provides an unmodifiable runtime-typed Set whose elements are strictly non-null instances of SzRecordKey.
    Extends SzBadInputException to define an exceptional condition where a specified data source code is not confifgured in the current active configuration and therefore the data source could not be found.