Uses of Enum Class
org.emau.icmvc.ganimed.ttp.psn.enums.DeletionResult
Packages that use DeletionResult
Package
Description
-
Uses of DeletionResult in org.emau.icmvc.ganimed.ttp.psn
Methods in org.emau.icmvc.ganimed.ttp.psn that return types with arguments of type DeletionResultModifier and TypeMethodDescriptionPSNManager.deleteAllEntriesForValues(Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND for the values depending on the result of deleting all pseudonyms for each value.PSNManagerWithNotification.deleteAllEntriesForValues(String notificationClientID, Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND for the values depending on the result of deleting all pseudonyms for each value.PSNManager.deleteEntries(Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND, or ERROR for the given values depending on the result of deleting all their pseudonyms.PSNManagerWithNotification.deleteEntries(String notificationClientID, Set<String> values, String domainName) Returns SUCCESS, NOT_FOUND, or ERROR for the given values depending on the result of deleting all their pseudonyms.PSNManager.deletePseudonyms(Set<String> psns, String domainName) Returns SUCCESS or NOT_FOUND for the given pseudonyms depending on the result of deleting pseudonyms.PSNManagerWithNotification.deletePseudonyms(String notificationClientID, Set<String> psns, String domainName) Returns SUCCESS or NOT_FOUND for the given pseudonyms depending on the result of deleting pseudonyms. -
Uses of DeletionResult in org.emau.icmvc.ganimed.ttp.psn.enums
Methods in org.emau.icmvc.ganimed.ttp.psn.enums that return DeletionResultModifier and TypeMethodDescriptionstatic DeletionResultReturns the enum constant of this class with the specified name.static DeletionResult[]DeletionResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeletionResult in org.emau.icmvc.ganimed.ttp.psn.utils
Methods in org.emau.icmvc.ganimed.ttp.psn.utils that return types with arguments of type DeletionResultMethod parameters in org.emau.icmvc.ganimed.ttp.psn.utils with type arguments of type DeletionResultModifier and TypeMethodDescriptionbooleanPSNNotificationSender.sendNotificationForDeleteEntries(String clientId, String domainName, Set<String> values, Map<String, DeletionResult> result) voidPSNNotificationMessage.setDeletionResult(Map<String, DeletionResult> deletionResult)