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_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_ADD_RECORD_FLAGSusage group.SzFlag.SZ_ADD_RECORD_DEFAULT_FLAGSSzFlag.SZ_DELETE_RECORD_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_DELETE_RECORD_FLAGSusage group.SzFlag.SZ_ENTITY_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_ENTITY_FLAGSusage group.SzFlag.SZ_ENTITY_CORE_FLAGSSzFlag.SZ_ENTITY_DEFAULT_FLAGSSzFlag.SZ_EXPORT_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_EXPORT_FLAGSusage group.SzFlag.SZ_EXPORT_DEFAULT_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_FIND_INTERESTING_ENTITIES_FLAGSusage group.SzFlag.SZ_FIND_NETWORK_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_FIND_NETWORK_FLAGSusage group.SzFlag.SZ_FIND_PATH_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_FIND_PATH_FLAGSusage group.SzFlag.SZ_FIND_PATH_DEFAULT_FLAGSSzFlag.SZ_HOW_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_HOW_FLAGSusage group.SzFlag.SZ_HOW_ENTITY_DEFAULT_FLAGSSzFlag.SZ_NO_FLAGSSzFlag.SZ_RECORD_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_RECORD_FLAGSusage group.SzFlag.SZ_RECORD_DEFAULT_FLAGSSzFlag.SZ_RECORD_PREVIEW_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_RECORD_PREVIEW_FLAGSusage group.SzFlag.SZ_REDO_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_REDO_FLAGSusage group.SzFlag.SZ_REDO_DEFAULT_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_REEVALUATE_ENTITY_FLAGSusage group.The unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_REEVALUATE_RECORD_FLAGSusage group.SzFlag.SZ_SEARCH_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_SEARCH_FLAGSusage group.SzFlag.SZ_SEARCH_BY_ATTRIBUTES_ALLSzFlag.SZ_VIRTUAL_ENTITY_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_VIRTUAL_ENTITY_FLAGSusage group.SzFlag.SZ_WHY_ENTITIES_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_WHY_ENTITIES_FLAGSusage group.The unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_WHY_RECORD_IN_ENTITY_FLAGSusage group.SzFlag.SZ_WHY_RECORDS_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_WHY_RECORDS_FLAGSusage group.SzFlag.SZ_WHY_RECORDS_DEFAULT_FLAGSSzFlag.SZ_WHY_SEARCH_ALL_FLAGSThe unmodifiableSetofSzFlaginstances containing allSzFlaginstances belonging to theSzFlagUsageGroup.SZ_WHY_SEARCH_FLAGSusage group.SzFlag.SZ_WHY_SEARCH_DEFAULT_FLAGSSzFlag.SZ_WITH_INFO_FLAGSMethods in com.senzing.sdk that return SzFlagModifier and TypeMethodDescriptionstatic SzFlagReturns 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 aSetofSzFlaginstances representing the flags for the corresponding bit flags in the specifiedlongvalue according to theSzFlaginstances 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.longSzEngine.exportCsvEntityReport(String csvColumnList, Set<SzFlag> flags) Initiates an export report of entity data in CSV format.longSzEngine.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 StringConvenience method for callingSzEngine.findPath(long, long, int, SzEntityIds, Set, Set)usingnullas the value for both the "avoid entity ID's" and the "required data sources" parameters.default StringSzEngine.findPath(SzRecordKey startRecordKey, SzRecordKey endRecordKey, int maxDegrees, Set<SzFlag> flags) Convenience method for callingSzEngine.findPath(SzRecordKey, SzRecordKey, int, SzRecordKeys, Set, Set)usingnullas 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 booleanSzFlag.intersects(Set<SzFlag> set1, Set<SzFlag> set2) Checks if any intersection exists between two sets ofSzFlaginstances.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 StringSzEngine.searchByAttributes(String attributes, Set<SzFlag> flags) Convenience method for callingSzEngine.searchByAttributes(String, String, Set)with anullvalue for the search profile parameter.static longConverts the specifiedEnumSetto its 64-bitlonginteger equivalent representing the bitwise flags.static StringSzEngine.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 StringConvenience method for callingSzEngine.whySearch(String, long, String, Set)with anullvalue for the search profile parameter.