public class UserIdentifier extends java.lang.Object implements java.util.function.Function<UserModel,java.lang.String>
UserModel entities based on the 'usePk' flag.
In case flag is 'true', string representation of PK is used, otherwise - user's UID value| Constructor and Description |
|---|
UserIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
apply(UserModel userModel) |
protected boolean |
isUsePk() |
void |
setUsePk(boolean usePk) |
Copyright © 2018 SAP SE. All Rights Reserved.