Interface MigrationContext
public interface MigrationContext
Contains the details of a particular migration
-
Method Summary
Modifier and TypeMethodDescriptiongetMappedUserKey(String userKey) Checks migration mappings and returns a new/replacement user key if one applies to the specified user.
-
Method Details
-
getMappedUserKey
Checks migration mappings and returns a new/replacement user key if one applies to the specified user.- Parameters:
userKey- key of a user- Returns:
- new/replacement userKey, or empty if there are no changes for the user
-