Uses of Enum Class
org.emau.icmvc.ganimed.ttp.psn.enums.AnonymisationResult
Packages that use AnonymisationResult
Package
Description
-
Uses of AnonymisationResult in org.emau.icmvc.ganimed.ttp.psn
Methods in org.emau.icmvc.ganimed.ttp.psn that return types with arguments of type AnonymisationResultModifier and TypeMethodDescriptionPSNManager.anonymiseAllEntriesForValues(Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND, ALREADY_ANONYMISED for the values depending on the result of anonymising all pseudonyms for each value.PSNManagerWithNotification.anonymiseAllEntriesForValues(String notificationClientID, Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND, ALREADY_ANONYMISED for the values depending on the result of anonymising all pseudonyms for each value.PSNManager.anonymiseEntries(Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND, ALREADY_ANONYMISED, or ERROR for the values depending on the result of anonymising them (replacing each "value" with "###_anonym_###_randString_###_anonym_###").PSNManagerWithNotification.anonymiseEntries(String notificationClientID, Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND, ALREADY_ANONYMISED, or ERROR for the values depending on the result of anonymising them (replacing each "value" with "###_anonym_###_randString_###_anonym_###").PSNManager.anonymisePseudonyms(Set<String> psns, String domainName) Returns SUCCESS, NOT_FOUND, or ALREADY_ANONYMISED for the pseudonyms depending on the result of anonymising them.PSNManagerWithNotification.anonymisePseudonyms(String notificationClientID, Set<String> psns, String domainName) Returns SUCCESS, NOT_FOUND, or ALREADY_ANONYMISED for the pseudonyms depending on the result of anonymising them. -
Uses of AnonymisationResult in org.emau.icmvc.ganimed.ttp.psn.enums
Methods in org.emau.icmvc.ganimed.ttp.psn.enums that return AnonymisationResultModifier and TypeMethodDescriptionstatic AnonymisationResultReturns the enum constant of this class with the specified name.static AnonymisationResult[]AnonymisationResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AnonymisationResult in org.emau.icmvc.ganimed.ttp.psn.utils
Methods in org.emau.icmvc.ganimed.ttp.psn.utils that return types with arguments of type AnonymisationResultMethod parameters in org.emau.icmvc.ganimed.ttp.psn.utils with type arguments of type AnonymisationResultModifier and TypeMethodDescriptionbooleanPSNNotificationSender.sendNotificationForAnonymiseEntries(String clientId, String domainName, Set<String> values, Map<String, AnonymisationResult> result) voidPSNNotificationMessage.setAnonymisationResult(Map<String, AnonymisationResult> anonymisationResult)