Package lumis.portal.monitor.impl
Interface IMonitorUserAttributeValue
-
public interface IMonitorUserAttributeValue
Interface for custom user attribute value - trusted or untrusted.- Since:
- 14.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUserAttributeId()
Returns user attribute identifier.String
getValue()
Returns custom attribute value.void
updateValue(String valueAsString, List<Object> valueAsList)
Update the value.
-