Package org.bonitasoft.engine.identity
Class CustomUserInfo
java.lang.Object
org.bonitasoft.engine.identity.CustomUserInfo
- All Implemented Interfaces:
Serializable,BonitaObject
Aggregate information of
CustomUserInfoDefinition and CustomUserInfoValue- Since:
- 6.3
- Author:
- Vincent Elcrin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomUserInfo(long userId, CustomUserInfoDefinition definition, CustomUserInfoValue value) Creates an instance ofCustomUserInfobased given information -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theCustomUserInfoDefinitionlongRetrieves theUseridentifiergetValue()Retrieves aStringrepresenting theCustom User Informationvalue.
-
Constructor Details
-
CustomUserInfo
Creates an instance ofCustomUserInfobased given information- Parameters:
userId- theUseridentifierdefinition- theCustomUserInfoDefinitionvalue- theCustomUserInfoValue- See Also:
-
-
Method Details
-
getDefinition
Retrieves theCustomUserInfoDefinition- Returns:
- the
CustomUserInfoDefinition - Since:
- 6.3
- See Also:
-
getUserId
public long getUserId()Retrieves theUseridentifier- Returns:
- the
Useridentifier - Since:
- 6.3
- See Also:
-
getValue
Retrieves aStringrepresenting theCustom User Informationvalue. This is the value ofCustomUserInfoValue.getValue()of theCustomUserInfoValuerelated to thisCustomUserInfo. If there is not relatedCustomUserInfoValue, this method will return null.- Returns:
- a
Stringrepresenting theCustom User Informationvalue. - Since:
- 6.3
-