Uses of Enum Class
com.senzing.sdk.SzFlag
Packages that use SzFlag
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
-
Uses of SzFlag in com.senzing.sdk
Fields in com.senzing.sdk with type parameters of type SzFlagModifier and TypeFieldDescriptionSzFlag.SZ_ADD_RECORD_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_ADD_RECORD_FLAGS
usage group.SzFlag.SZ_ADD_RECORD_DEFAULT_FLAGS
SzFlag.SZ_DELETE_RECORD_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_DELETE_RECORD_FLAGS
usage group.SzFlag.SZ_ENTITY_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_ENTITY_FLAGS
usage group.SzFlag.SZ_ENTITY_CORE_FLAGS
SzFlag.SZ_ENTITY_DEFAULT_FLAGS
SzFlag.SZ_EXPORT_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_EXPORT_FLAGS
usage group.SzFlag.SZ_EXPORT_DEFAULT_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_FIND_INTERESTING_ENTITIES_FLAGS
usage group.SzFlag.SZ_FIND_NETWORK_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_FIND_NETWORK_FLAGS
usage group.SzFlag.SZ_FIND_PATH_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_FIND_PATH_FLAGS
usage group.SzFlag.SZ_FIND_PATH_DEFAULT_FLAGS
SzFlag.SZ_HOW_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_HOW_FLAGS
usage group.SzFlag.SZ_HOW_ENTITY_DEFAULT_FLAGS
SzFlag.SZ_NO_FLAGS
SzFlag.SZ_RECORD_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_RECORD_FLAGS
usage group.SzFlag.SZ_RECORD_DEFAULT_FLAGS
SzFlag.SZ_RECORD_PREVIEW_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_RECORD_PREVIEW_FLAGS
usage group.SzFlag.SZ_REDO_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_REDO_FLAGS
usage group.SzFlag.SZ_REDO_DEFAULT_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_REEVALUATE_ENTITY_FLAGS
usage group.The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_REEVALUATE_RECORD_FLAGS
usage group.SzFlag.SZ_SEARCH_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_SEARCH_FLAGS
usage group.SzFlag.SZ_SEARCH_BY_ATTRIBUTES_ALL
SzFlag.SZ_VIRTUAL_ENTITY_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_VIRTUAL_ENTITY_FLAGS
usage group.SzFlag.SZ_WHY_ENTITIES_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_WHY_ENTITIES_FLAGS
usage group.The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_WHY_RECORD_IN_ENTITY_FLAGS
usage group.SzFlag.SZ_WHY_RECORDS_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_WHY_RECORDS_FLAGS
usage group.SzFlag.SZ_WHY_RECORDS_DEFAULT_FLAGS
SzFlag.SZ_WHY_SEARCH_ALL_FLAGS
The unmodifiableSet
ofSzFlag
instances containing allSzFlag
instances belonging to theSzFlagUsageGroup.SZ_WHY_SEARCH_FLAGS
usage group.SzFlag.SZ_WHY_SEARCH_DEFAULT_FLAGS
SzFlag.SZ_WITH_INFO_FLAGS
Methods in com.senzing.sdk that return SzFlagModifier and TypeMethodDescriptionstatic SzFlag
Returns the enum constant of this class with the specified name.static SzFlag[]
SzFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.senzing.sdk that return types with arguments of type SzFlagModifier and TypeMethodDescriptionSzFlagUsageGroup.getFlags()
SzFlagUsageGroup.toFlagSet
(long flagsValue) Creates aSet
ofSzFlag
instances representing the flags for the corresponding bit flags in the specifiedlong
value according to theSzFlag
instances included for thisSzFlagUsageGroup
.Method parameters in com.senzing.sdk with type arguments of type SzFlagModifier and TypeMethodDescriptionSzEngine.addRecord
(SzRecordKey recordKey, String recordDefinition, Set<SzFlag> flags) Loads a record into the repository and performs entity resolution.SzEngine.deleteRecord
(SzRecordKey recordKey, Set<SzFlag> flags) Deletes a record from the repository and performs entity resolution.long
SzEngine.exportCsvEntityReport
(String csvColumnList, Set<SzFlag> flags) Initiates an export report of entity data in CSV format.long
SzEngine.exportJsonEntityReport
(Set<SzFlag> flags) Initiates an export report of entity data in JSON Lines format.SzEngine.findInterestingEntities
(long entityId, Set<SzFlag> flags) Experimental method.SzEngine.findInterestingEntities
(SzRecordKey recordKey, Set<SzFlag> flags) Experimental method.SzEngine.findNetwork
(SzEntityIds entityIds, int maxDegrees, int buildOutDegrees, int buildOutMaxEntities, Set<SzFlag> flags) Retrieves a network of relationships among entities, specified by entity IDs.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 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, 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.Retrieves information about an entity, specified by entity ID.SzEngine.getEntity
(SzRecordKey recordKey, Set<SzFlag> flags) Retrieves information about an entity, specified by record ID.SzEngine.getRecord
(SzRecordKey recordKey, Set<SzFlag> flags) Retrieves information about a record.SzEngine.getRecordPreview
(String recordDefinition, Set<SzFlag> flags) Describes the features resulting from the hypothetical load of a record.Explains how an entity was constructed from its records.static boolean
SzFlag.intersects
(Set<SzFlag> set1, Set<SzFlag> set2) Checks if any intersection exists between two sets ofSzFlag
instances.SzEngine.processRedoRecord
(String redoRecord, Set<SzFlag> flags) Processes the provided redo record.SzEngine.reevaluateEntity
(long entityId, Set<SzFlag> flags) Reevaluates an entity by entity ID.SzEngine.reevaluateRecord
(SzRecordKey recordKey, Set<SzFlag> flags) Reevaluates an entity by record ID.SzEngine.searchByAttributes
(String attributes, String searchProfile, Set<SzFlag> flags) Searches for entities that match or relate to the provided attributes.default String
SzEngine.searchByAttributes
(String attributes, Set<SzFlag> flags) Convenience method for callingSzEngine.searchByAttributes(String, String, Set)
with anull
value for the search profile parameter.static long
Converts the specifiedEnumSet
to its 64-bitlong
integer equivalent representing the bitwise flags.static String
SzEngine.whyEntities
(long entityId1, long entityId2, Set<SzFlag> flags) Describes the ways two entities relate to each other.SzEngine.whyRecordInEntity
(SzRecordKey recordKey, Set<SzFlag> flags) Describes the ways a record relates to the rest of its respective entity.SzEngine.whyRecords
(SzRecordKey recordKey1, SzRecordKey recordKey2, Set<SzFlag> flags) Describes the ways two records relate to each other.Describes the ways a set of search attributes relate to an entity.default String
Convenience method for callingSzEngine.whySearch(String, long, String, Set)
with anull
value for the search profile parameter.