Uses of Class
com.senzing.sdk.SzEntityIds
Packages that use SzEntityIds
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
-
Uses of SzEntityIds in com.senzing.sdk
Methods in com.senzing.sdk that return SzEntityIdsModifier and TypeMethodDescriptionSzEntityIds.Builder.build()Builds a new instance ofSzEntityIdsusing theLongentity ID instances that were added to this builder instance.static SzEntityIdsSzEntityIds.of()Constructs an empty instance with noLongentity ID elements.static SzEntityIdsSzEntityIds.of(long... entityIds) Constructs an instance with a variable-argument array oflongentity ID instances.static SzEntityIdsConstructs an instance with exactly oneLongentity ID.static SzEntityIdsConstructs an instance with a variable-argument array ofLongentity ID instances.static SzEntityIdsConstructs an instance with exactly two entity ID's.static SzEntityIdsConstructs an instance with exactly three entity ID's.static SzEntityIdsConstructs an instance with exactly four entity ID's.static SzEntityIdsConstructs an instance with exactly five entity ID's.static SzEntityIdsSzEntityIds.of(Long entityId1, Long entityId2, Long entityId3, Long entityId4, Long entityId5, Long entityId6) Constructs an instance with exactly six entity ID's.static SzEntityIdsSzEntityIds.of(Long entityId1, Long entityId2, Long entityId3, Long entityId4, Long entityId5, Long entityId6, Long entityId7) Constructs an instance with exactly seven entity ID's.static SzEntityIdsSzEntityIds.of(Long entityId1, Long entityId2, Long entityId3, Long entityId4, Long entityId5, Long entityId6, Long entityId7, Long entityId8) Constructs an instance with exactly eight entity ID's.static SzEntityIdsSzEntityIds.of(Long entityId1, Long entityId2, Long entityId3, Long entityId4, Long entityId5, Long entityId6, Long entityId7, Long entityId8, Long entityId9) Constructs an instance with exactly nine entity ID's.static SzEntityIdsSzEntityIds.of(Long entityId1, Long entityId2, Long entityId3, Long entityId4, Long entityId5, Long entityId6, Long entityId7, Long entityId8, Long entityId9, Long entityId10) Constructs an instance with exactly ten entity ID's.static SzEntityIdsSzEntityIds.of(Collection<Long> entityIds) Constructs with the specifiedCollectionof non-nullLongentity ID instances.Methods in com.senzing.sdk with parameters of type SzEntityIdsModifier and TypeMethodDescriptiondefault StringSzEngine.findNetwork(SzEntityIds entityIds, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities) Convenience method for callingSzEngine.findNetwork(SzEntityIds, int, int, int, Set)withSzFlag.SZ_FIND_NETWORK_DEFAULT_FLAGSas the value for theflagsparameter.SzEngine.findNetwork(SzEntityIds entityIds, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities, Set<SzFlag> flags) Retrieves a network of relationships among entities, specified by entity IDs.default StringSzEngine.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_FLAGSas the value for theflagsparameter.SzEngine.findPath(long startEntityId, long endEntityId, int maxDegrees, SzEntityIds avoidEntityIds, Set<String> requiredDataSources, Set<SzFlag> flags) Searches for the shortest relationship path between two entities, specified by entity IDs.