Uses of Interface
lumis.portal.user.UserCustomAttributesMap.EntityFactory
-
Packages that use UserCustomAttributesMap.EntityFactory Package Description lumis.portal.user Defines classes and interfaces for the portal's user. -
-
Uses of UserCustomAttributesMap.EntityFactory in lumis.portal.user
Constructors in lumis.portal.user with parameters of type UserCustomAttributesMap.EntityFactory Constructor Description UserCustomAttributesMap(String serviceInstaceId, Map<String,T> storage, UserCustomAttributesMap.EntityFactory<T> attributeEntityFactory, java.util.function.Function<T,String> attributeEntityReader, Runnable modificationCallback)
Creates a new map that reflects view and changes on the given map transforming the values with the given functions.
-