Class AnonymizeDataEntryCommand
-
- All Implemented Interfaces:
public final class AnonymizeDataEntryCommandCommand to anonymize the aggregate.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringentryIdprivate final StringentryTypeprivate final StringanonymizedUsernameprivate final List<String>excludedUsernamesprivate final ModificationanonymizeModificationprivate final StringdataIdentity
-
Constructor Summary
Constructors Constructor Description AnonymizeDataEntryCommand(String entryId, String entryType, String anonymizedUsername, List<String> excludedUsernames, Modification anonymizeModification, String dataIdentity)
-
Method Summary
Modifier and Type Method Description final StringgetEntryId()Entry id. final StringgetEntryType()Entry type. final StringgetAnonymizedUsername()The username that will replace the current username(s) in the protocol of the data entry final List<String>getExcludedUsernames()Usernames that should be excluded from the anonymization. final ModificationgetAnonymizeModification()Modification information. final StringgetDataIdentity()Addressing information. -
-
Method Detail
-
getEntryId
final String getEntryId()
Entry id.
-
getEntryType
final String getEntryType()
Entry type.
-
getAnonymizedUsername
final String getAnonymizedUsername()
The username that will replace the current username(s) in the protocol of the data entry
-
getExcludedUsernames
final List<String> getExcludedUsernames()
Usernames that should be excluded from the anonymization. For example "SYSTEM"
-
getAnonymizeModification
final Modification getAnonymizeModification()
Modification information.
-
getDataIdentity
final String getDataIdentity()
Addressing information.
-
-
-
-