public class CustomUserInfo extends Object implements BonitaObject
CustomUserInfoDefinition and CustomUserInfoValueCustomUserInfoDefinition,
CustomUserInfoValue,
Serialized Form| Constructor and Description |
|---|
CustomUserInfo(long userId,
CustomUserInfoDefinition definition,
CustomUserInfoValue value)
Creates an instance of
CustomUserInfo based given information |
| Modifier and Type | Method and Description |
|---|---|
CustomUserInfoDefinition |
getDefinition()
Retrieves the
CustomUserInfoDefinition |
long |
getUserId()
Retrieves the
User identifier |
String |
getValue()
Retrieves a
String representing the Custom User Information value. |
public CustomUserInfo(long userId,
CustomUserInfoDefinition definition,
CustomUserInfoValue value)
CustomUserInfo based given informationuserId - the User identifierdefinition - the CustomUserInfoDefinitionvalue - the CustomUserInfoValueUser,
CustomUserInfoDefinition,
CustomUserInfoValuepublic CustomUserInfoDefinition getDefinition()
CustomUserInfoDefinitionCustomUserInfoDefinitionCustomUserInfoDefinitionpublic long getUserId()
User identifierUser identifierUserpublic String getValue()
String representing the Custom User Information value. This is the value of
CustomUserInfoValue.getValue() of
the CustomUserInfoValue related to this CustomUserInfo. If there is not related CustomUserInfoValue, this method will return
null.String representing the Custom User Information value.Copyright © 2018 Bonitasoft S.A.. All rights reserved.