Uses of Class
com.senzing.sdk.SzRecordKeys
Packages that use SzRecordKeys
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
-
Uses of SzRecordKeys in com.senzing.sdk
Methods in com.senzing.sdk that return SzRecordKeysModifier and TypeMethodDescriptionSzRecordKeys.Builder.build()Builds a new instance ofSzRecordKeysusing theSzRecordKeyinstances that were added to this builder instance.static SzRecordKeysSzRecordKeys.of()Constructs an empty instance with noSzRecordKeyelements.static SzRecordKeysSzRecordKeys.of(SzRecordKey key) Constructs an instance with exactly oneSzRecordKey.static SzRecordKeysSzRecordKeys.of(SzRecordKey... keys) Constructs an instance with a variable-argument array ofSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2) Constructs an instance with exactly twoSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3) Constructs an instance with exactly threeSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3, SzRecordKey key4) Constructs an instance with exactly fourSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3, SzRecordKey key4, SzRecordKey key5) Constructs an instance with exactly fiveSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3, SzRecordKey key4, SzRecordKey key5, SzRecordKey key6) Constructs an instance with exactly sixSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3, SzRecordKey key4, SzRecordKey key5, SzRecordKey key6, SzRecordKey key7) Constructs an instance with exactly sevenSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3, SzRecordKey key4, SzRecordKey key5, SzRecordKey key6, SzRecordKey key7, SzRecordKey key8) Constructs an instance with exactly eightSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3, SzRecordKey key4, SzRecordKey key5, SzRecordKey key6, SzRecordKey key7, SzRecordKey key8, SzRecordKey key9) Constructs an instance with exactly nineSzRecordKeyinstances.static SzRecordKeysSzRecordKeys.of(SzRecordKey key1, SzRecordKey key2, SzRecordKey key3, SzRecordKey key4, SzRecordKey key5, SzRecordKey key6, SzRecordKey key7, SzRecordKey key8, SzRecordKey key9, SzRecordKey key10) Constructs an instance with exactly tenSzRecordKeyinstances.static SzRecordKeysConstructs an instance with a variable-argument array ofStringinstances with an even-number length representing pairs of data source codes and record ID's for theSzRecordKeyinstances for this instance.static SzRecordKeysConstructs an instance with exactly oneSzRecordKeyusing the specified data source code and record ID.static SzRecordKeysConstructs an instance with exactly twoSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3) Constructs an instance with exactly threeSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3, String dataSourceCode4, String recordId4) Constructs an instance with exactly fourSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3, String dataSourceCode4, String recordId4, String dataSourceCode5, String recordId5) Constructs an instance with exactly fiveSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3, String dataSourceCode4, String recordId4, String dataSourceCode5, String recordId5, String dataSourceCode6, String recordId6) Constructs an instance with exactly sixSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3, String dataSourceCode4, String recordId4, String dataSourceCode5, String recordId5, String dataSourceCode6, String recordId6, String dataSourceCode7, String recordId7) Constructs an instance with exactly sevenSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3, String dataSourceCode4, String recordId4, String dataSourceCode5, String recordId5, String dataSourceCode6, String recordId6, String dataSourceCode7, String recordId7, String dataSourceCode8, String recordId8) Constructs an instance with exactly eightSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3, String dataSourceCode4, String recordId4, String dataSourceCode5, String recordId5, String dataSourceCode6, String recordId6, String dataSourceCode7, String recordId7, String dataSourceCode8, String recordId8, String dataSourceCode9, String recordId9) Constructs an instance with exactly nineSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(String dataSourceCode1, String recordId1, String dataSourceCode2, String recordId2, String dataSourceCode3, String recordId3, String dataSourceCode4, String recordId4, String dataSourceCode5, String recordId5, String dataSourceCode6, String recordId6, String dataSourceCode7, String recordId7, String dataSourceCode8, String recordId8, String dataSourceCode9, String recordId9, String dataSourceCode10, String recordId10) Constructs an instance with exactly tenSzRecordKeyinstances using the specified pairs of data source codes and record ID's.static SzRecordKeysSzRecordKeys.of(Collection<SzRecordKey> keys) Constructs with the specifiedCollectionof non-nullSzRecordKeyinstances.Methods in com.senzing.sdk with parameters of type SzRecordKeysModifier and TypeMethodDescriptiondefault StringSzEngine.findNetwork(SzRecordKeys recordKeys, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities) Convenience method for callingSzEngine.findNetwork(SzRecordKeys, int, int, int, Set)withSzFlag.SZ_FIND_NETWORK_DEFAULT_FLAGSas the value for theflagsparameter.SzEngine.findNetwork(SzRecordKeys recordKeys, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities, Set<SzFlag> flags) Retrieves a network of relationships among entities, specified by record IDs.default StringSzEngine.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_FLAGSas the value for theflagsparameter.SzEngine.findPath(SzRecordKey startRecordKey, SzRecordKey endRecordKey, int maxDegrees, SzRecordKeys avoidRecordKeys, Set<String> requiredDataSources, Set<SzFlag> flags) Searches for the shortest relationship path between two entities, specified by record IDs.