Uses of Enum Class
org.emau.icmvc.ttp.epix.common.model.enums.IdentifierDeletionResult
Packages that use IdentifierDeletionResult
-
Uses of IdentifierDeletionResult in org.emau.icmvc.ttp.epix.common.model.enums
Methods in org.emau.icmvc.ttp.epix.common.model.enums that return IdentifierDeletionResultModifier and TypeMethodDescriptionstatic IdentifierDeletionResult
Returns the enum constant of this class with the specified name.static IdentifierDeletionResult[]
IdentifierDeletionResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IdentifierDeletionResult in org.emau.icmvc.ttp.epix.service
Methods in org.emau.icmvc.ttp.epix.service that return types with arguments of type IdentifierDeletionResultModifier and TypeMethodDescriptionEPIXService.removeLocalIdentifier
(String domainName, List<IdentifierDTO> localIds) Removes identifiers in the given domain from the associated persons' identities and from the DB if it is not used in other domains.EPIXServiceWithNotification.removeLocalIdentifier
(String notificationClientID, String domainName, List<IdentifierDTO> localIds) Removes identifiers in the given domain from the associated persons' identities and from the DB if it is not used in other domains.