public class UserAttributeManager extends Object implements IUserAttributeManagerSPI
IUserAttributeManagerSPI
implementation.Constructor and Description |
---|
UserAttributeManager() |
Modifier and Type | Method and Description |
---|---|
void |
clearAllUserAttributesCache()
Clears internal cache of
UserAttribute maintained by this manager. |
Map<String,? extends UserAttribute> |
getUserAttributesMap()
Returns an unmodifiable map with a unmodifiable implementation of all defined
user
attributes . |
public Map<String,? extends UserAttribute> getUserAttributesMap()
IUserAttributeManagerSPI
user
attributes
. This map may not reflect changes on the current transaction.getUserAttributesMap
in interface IUserAttributeManagerSPI
public void clearAllUserAttributesCache()
IUserAttributeManagerSPI
UserAttribute
maintained by this manager. If there is a transaction active, the
clearing will be applied after its commit.clearAllUserAttributesCache
in interface IUserAttributeManagerSPI
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.