public class UserValues extends Object
Provides utility methods and constants related to working with users.
| Modifier and Type | Field and Description | 
|---|---|
static StringValue<String> | 
ADDRESS
The user’s address. 
 | 
static BooleanValue<Boolean> | 
ADMIN_USER_VARIABLE
Flag stating whether the user is the automatically created tenant admin user. 
 | 
static ComplexValue<Map<String,Map<String,String>>> | 
CONFIGURATION
<p>The user configuration object of a user. 
 | 
static ComplexValue<List<User.DeputyUser>> | 
DEPUTIES
The users who can act as deputy. 
 | 
static String | 
EDORAS_VIS_CONFIGURATION_KEY
The key where the edoras vis configuration map is stored inside the main  
CONFIGURATION map. | 
static StringValue<String> | 
EMAIL_ADDRESS
The user’s email address. 
 | 
static StringValue<String> | 
FIRST_NAME
The user’s first name. 
 | 
static StringValue<String> | 
HOME_URL
The user’s home url. 
 | 
static StringValue<String> | 
LANGUAGE
The user’s language. 
 | 
static StringValue<String> | 
LAST_NAME
The user’s last name. 
 | 
static BooleanValue<Boolean> | 
LIVE_PREVIEW
The user’s live preview flag. 
 | 
static StringValue<String> | 
LOGIN
The user’s login. 
 | 
static ComplexValue<Set<String>> | 
MEMBER_GROUPS
The IDs of the groups the user is a member of. 
 | 
static StringValue<String> | 
MOBILE_NUMBER
The user’s mobile number. 
 | 
static StringValue<String> | 
NOTES
Additional notes. 
 | 
static BooleanValue<Boolean> | 
NOTIFY_ASSIGNEE_WORK_ITEM_MODIFIED
Flag stating whether to notify the user about modifications of assigned work items. 
 | 
static BooleanValue<Boolean> | 
NOTIFY_NEW_ASSIGNEE_OF_WORK_ITEM
Flag stating whether to notify the user that he/she has been assigned a work item. 
 | 
static BooleanValue<Boolean> | 
NOTIFY_NEW_CANDIDATE_ASSIGNEE_OF_WORK_ITEM
Flag stating whether to notify the user that he/she has been added to the candidate assignee for list of a currently unassigned task. 
 | 
static BooleanValue<Boolean> | 
NOTIFY_OWNER_WORK_ITEM_MODIFIED
Flag stating whether to notify the user about modifications of owned work items. 
 | 
static StringValue<String> | 
PASSWORD
The user’s password. 
 | 
static StringValue<String> | 
PHONE_NUMBER
The user’s phone number. 
 | 
| Constructor and Description | 
|---|
UserValues()  | 
public static final String EDORAS_VIS_CONFIGURATION_KEY
The key where the edoras vis configuration map is stored inside the main CONFIGURATION map.
public static final StringValue<String> FIRST_NAME
The user’s first name.
public static final StringValue<String> LAST_NAME
The user’s last name.
public static final StringValue<String> LOGIN
The user’s login.
public static final StringValue<String> PASSWORD
The user’s password.
public static final StringValue<String> LANGUAGE
The user’s language.
public static final StringValue<String> EMAIL_ADDRESS
The user’s email address.
public static final StringValue<String> PHONE_NUMBER
The user’s phone number.
public static final StringValue<String> MOBILE_NUMBER
The user’s mobile number.
public static final StringValue<String> ADDRESS
The user’s address.
public static final StringValue<String> NOTES
Additional notes.
public static final ComplexValue<Set<String>> MEMBER_GROUPS
The IDs of the groups the user is a member of.
public static final StringValue<String> HOME_URL
The user’s home url.
public static final BooleanValue<Boolean> LIVE_PREVIEW
The user’s live preview flag.
public static final BooleanValue<Boolean> NOTIFY_OWNER_WORK_ITEM_MODIFIED
Flag stating whether to notify the user about modifications of owned work items.
public static final BooleanValue<Boolean> NOTIFY_ASSIGNEE_WORK_ITEM_MODIFIED
Flag stating whether to notify the user about modifications of assigned work items.
public static final BooleanValue<Boolean> NOTIFY_NEW_ASSIGNEE_OF_WORK_ITEM
Flag stating whether to notify the user that he/she has been assigned a work item.
public static final BooleanValue<Boolean> NOTIFY_NEW_CANDIDATE_ASSIGNEE_OF_WORK_ITEM
Flag stating whether to notify the user that he/she has been added to the candidate assignee for list of a currently unassigned task.
public static final BooleanValue<Boolean> ADMIN_USER_VARIABLE
Flag stating whether the user is the automatically created tenant admin user.
public static final ComplexValue<List<User.DeputyUser>> DEPUTIES
The users who can act as deputy.
public static final ComplexValue<Map<String,Map<String,String>>> CONFIGURATION
<p>The user configuration object of a user. The configuration map is structured the following way: </p>
<pre>
{
   "edorasVis": {
       "property1": "value1",
       …
   },
}
</pre>
It is a map of maps which holds the individual configuration maps to separate them from each other. The EDORAS_VIS_CONFIGURATION_KEY is the key for the edoras vis
configuration object.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.