Uses of Class
com.senzing.sdk.SzNotFoundException
Packages that use SzNotFoundException
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
-
Uses of SzNotFoundException in com.senzing.sdk
Methods in com.senzing.sdk that throw SzNotFoundExceptionModifier and TypeMethodDescriptiondefault String
SzEngine.findInterestingEntities
(long entityId) Convenience method for callingSzEngine.findInterestingEntities(long, Set)
withSzFlag.SZ_FIND_INTERESTING_ENTITIES_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.findInterestingEntities
(long entityId, Set<SzFlag> flags) default String
SzEngine.findInterestingEntities
(SzRecordKey recordKey) Convenience method for callingSzEngine.findInterestingEntities(SzRecordKey, Set)
withSzFlag.SZ_FIND_INTERESTING_ENTITIES_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.findInterestingEntities
(SzRecordKey recordKey, Set<SzFlag> flags) An experimental method to obtain interesting entities pertaining to the entity that contains a specific record that is identified by the data source code and record ID associated with the specifiedSzRecordKey
using the specifiedSet
ofSzFlag
instances.default String
SzEngine.findNetwork
(SzEntityIds entityIds, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities) Convenience method for callingSzEngine.findNetwork(SzEntityIds, int, int, int, Set)
withSzFlag.SZ_FIND_NETWORK_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.findNetwork
(SzEntityIds entityIds, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities, Set<SzFlag> flags) Finds a network of entity relationships surrounding the paths between a set of entities identified by one or more entity ID's specified in an instance ofSzEntityIds
-- which is aSet
of non-nullLong
entity ID's.default String
SzEngine.findNetwork
(SzRecordKeys recordKeys, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities) Convenience method for callingSzEngine.findNetwork(SzRecordKeys, int, int, int, Set)
withSzFlag.SZ_FIND_NETWORK_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.findNetwork
(SzRecordKeys recordKeys, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities, Set<SzFlag> flags) Finds a network of entity relationships surrounding the paths between a set of entities having the constituent records identified by the data source code and record ID pairs contained in the specified instance ofSzRecordKeys
-- which is aSet
of one or more non-nullSzRecordKey
instances.default String
SzEngine.findPath
(long startEntityId, long endEntityId, int maxDegrees) Convenience method for callingSzEngine.findPath(long, long, int, SzEntityIds, Set, Set)
usingnull
as the value for both the "avoid entity ID's" and the "required data sources" parameters andSzFlag.SZ_FIND_PATH_DEFAULT_FLAGS
as the value for theflags
parameter.default String
SzEngine.findPath
(long startEntityId, long endEntityId, int maxDegrees, SzEntityIds avoidEntityIds, Set<String> requiredDataSources) Convenience method for callingSzEngine.findPath(long, long, int, SzEntityIds, Set, Set)
usingSzFlag.SZ_FIND_PATH_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.findPath
(long startEntityId, long endEntityId, int maxDegrees, SzEntityIds avoidEntityIds, Set<String> requiredDataSources, Set<SzFlag> flags) Finds a relationship path between two entities identified by their entity ID's.default String
Convenience method for callingSzEngine.findPath(long, long, int, SzEntityIds, Set, Set)
usingnull
as the value for both the "avoid entity ID's" and the "required data sources" parameters.default String
SzEngine.findPath
(SzRecordKey startRecordKey, SzRecordKey endRecordKey, int maxDegrees) Convenience method for callingSzEngine.findPath(SzRecordKey, SzRecordKey, int, SzRecordKeys, Set, Set)
usingnull
as the value for both the "avoid record keys" and the "required data sources" parameters andSzFlag.SZ_FIND_PATH_DEFAULT_FLAGS
as the value for theflags
parameter.default String
SzEngine.findPath
(SzRecordKey startRecordKey, SzRecordKey endRecordKey, int maxDegrees, SzRecordKeys avoidRecordKeys, Set<String> requiredDataSources) Convenience method for callingSzEngine.findPath(SzRecordKey, SzRecordKey, int, SzRecordKeys, Set, Set)
usingSzFlag.SZ_FIND_PATH_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.findPath
(SzRecordKey startRecordKey, SzRecordKey endRecordKey, int maxDegrees, SzRecordKeys avoidRecordKeys, Set<String> requiredDataSources, Set<SzFlag> flags) Finds a relationship path between two entities identified by the data source codes and record ID's of their constituent records given by the specified start and endSzRecordKey
instances.default String
SzEngine.findPath
(SzRecordKey startRecordKey, SzRecordKey endRecordKey, int maxDegrees, Set<SzFlag> flags) Convenience method for callingSzEngine.findPath(SzRecordKey, SzRecordKey, int, SzRecordKeys, Set, Set)
usingnull
as the value for both the "avoid record keys" and the "required data sources" parameters.default String
SzEngine.getEntity
(long entityId) Convenience method for callingSzEngine.getEntity(long,Set)
usingSzFlag.SZ_ENTITY_DEFAULT_FLAGS
as the value for theflags
parameter.This method is used to retrieve information about a specific resolved entity.default String
SzEngine.getEntity
(SzRecordKey recordKey) Convenience method for callingSzEngine.getEntity(SzRecordKey,Set)
usingSzFlag.SZ_ENTITY_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.getEntity
(SzRecordKey recordKey, Set<SzFlag> flags) This method is used to retrieve information about the resolved entity that contains a specific record that is identified by the data source code and record ID associated with the specifiedSzRecordKey
.default String
SzEngine.getRecord
(SzRecordKey recordKey) Convenience method for callingSzEngine.getRecord(SzRecordKey, Set)
usingSzFlag.SZ_RECORD_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.getRecord
(SzRecordKey recordKey, Set<SzFlag> flags) Retrieves the record identified by the data source code and record ID from the specifiedSzRecordKey
.default String
SzEngine.getVirtualEntity
(Set<SzRecordKey> recordKeys) Convenience method for callingSzEngine.getVirtualEntity(Set, Set)
usingSzFlag.SZ_VIRTUAL_ENTITY_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.getVirtualEntity
(Set<SzRecordKey> recordKeys, Set<SzFlag> flags) Describes a hypothetically entity that would be composed of the one or more records identified by the data source code and record ID pairs in the specifiedSet
ofSzRecordKey
instances.default String
SzEngine.howEntity
(long entityId) Convenience method for callingSzEngine.howEntity(long, Set)
usingSzFlags.SZ_HOW_ENTITY_DEFAULT_FLAGS
as the value for theflags
parameter.Determines how an entity identified by the specified entity ID was constructed from its constituent records.default String
SzEngine.whyEntities
(long entityId1, long entityId2) Convenience method for callingSzEngine.whyEntities(long, long, Set)
withSzFlag.SZ_WHY_ENTITIES_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.whyEntities
(long entityId1, long entityId2, Set<SzFlag> flags) Determines the ways in which two entities identified by the specified entity ID's are related to each other.default String
SzEngine.whyRecordInEntity
(SzRecordKey recordKey) Convenience method for callingSzEngine.whyRecordInEntity(SzRecordKey, Set)
withSzFlag.SZ_WHY_RECORD_IN_ENTITY_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.whyRecordInEntity
(SzRecordKey recordKey, Set<SzFlag> flags) Determines why the record identified by the data source code and record ID in the specified in anSzRecordKey
is included in its respective entity.default String
SzEngine.whyRecords
(SzRecordKey recordKey1, SzRecordKey recordKey2) Convenience method for callingSzEngine.whyRecords(SzRecordKey, SzRecordKey, Set)
withSzFlag.SZ_WHY_RECORDS_DEFAULT_FLAGS
as the value for theflags
parameter.SzEngine.whyRecords
(SzRecordKey recordKey1, SzRecordKey recordKey2, Set<SzFlag> flags) Determines ways in which two records identified by the data source code and record ID pairs from the specifiedSzRecordKey
instances are related to each other.default String
Convenience method for callingSzEngine.whySearch(String, long, String, Set)
with anull
value for the search profile parameter andSzFlag.SZ_WHY_SEARCH_DEFAULT_FLAGS
as the value for theflags
parameter.default String
Convenience method for callingSzEngine.whySearch(String, long, String, Set)
usingSzFlag.SZ_WHY_SEARCH_DEFAULT_FLAGS
as the value for theflags
parameter.Compares the specified search attribute criteria against the entity identified by the specified entity ID to determine why that entity was or was not included in the results of a "search by attributes" operation.default String
Convenience method for callingSzEngine.whySearch(String, long, String, Set)
with anull
value for the search profile parameter.