Package | Description |
---|---|
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.value.internal | |
com.edorasware.cloud.core.account | |
com.edorasware.one.app | |
com.edorasware.one.identity.group | |
com.edorasware.one.identity.user | |
com.edorasware.one.workitem.model |
Modifier and Type | Method and Description |
---|---|
static BooleanValue<Boolean> |
WorkObjectValues.newBooleanValue(String name)
Constructs a new boolean value accessor.
|
static <T> BooleanValue<T> |
WorkObjectValues.newBooleanValue(String name,
ValueConverter<T,Boolean> valueConverter)
Constructs a new boolean value accessor.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanValueImpl<T> |
Modifier and Type | Field and Description |
---|---|
static BooleanValue<Boolean> |
CloudAccount.IS_ADMIN_ACCOUNT |
Modifier and Type | Field and Description |
---|---|
static BooleanValue<Boolean> |
AppConstants.APP_MODEL_MODIFIED_VAR |
Modifier and Type | Field and Description |
---|---|
static BooleanValue<Boolean> |
GroupUtils.IS_ADMINISTRATOR_GROUP
The variable that flags whether the associated group work object is the administrator group.
|
static BooleanValue<Boolean> |
GroupUtils.IS_ALL_USERS_GROUP
The variable that flags whether the associated group work object is the all users group.
|
static BooleanValue<Boolean> |
GroupUtils.IS_MANAGER_GROUP
The variable that flags whether the associated group work object is the manager group.
|
static BooleanValue<Boolean> |
GroupUtils.IS_MODELER_GROUP
The variable that flags whether the associated group work object is the modeler group.
|
static BooleanValue<Boolean> |
GroupUtils.IS_SUPERVISOR_GROUP
The variable that flags whether the associated group work object is the supervisor group.
|
static BooleanValue<Boolean> |
GroupUtils.IS_USER_GROUP
The variable that flags whether the associated group work object is the user group.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableMap<BooleanValue<Boolean>,GroupType> |
GroupUtils.SYSTEM_GROUP_VARIABLE_NAME_TO_GROUP_TYPE_MAP
A mapping between the variable names of the system groups and the group types.
|
Modifier and Type | Field and Description |
---|---|
static BooleanValue<Boolean> |
UserUtils.ADMIN_USER_VARIABLE
The variable that holds the flag whether the user is the automatically created system admin user of the tenant.
|
static BooleanValue<Boolean> |
UserValues.ADMIN_USER_VARIABLE
Flag stating whether the user is the automatically created tenant admin user.
|
static BooleanValue<Boolean> |
UserUtils.DEPUTY_ACTIVE |
static BooleanValue<Boolean> |
UserUtils.DEPUTY_NOTIFY |
static BooleanValue<Boolean> |
UserUtils.LIVE_PREVIEW
The variable that holds the live preview flag of the user.
|
static BooleanValue<Boolean> |
UserValues.LIVE_PREVIEW
The user’s live preview flag.
|
static BooleanValue<Boolean> |
UserUtils.NOTIFY_ASSIGNEE_WORK_ITEM_MODIFIED
The variable that holds the flag whether to notify the assignee of a work item about modifications of the work item.
|
static BooleanValue<Boolean> |
UserValues.NOTIFY_ASSIGNEE_WORK_ITEM_MODIFIED
Flag stating whether to notify the user about modifications of assigned work items.
|
static BooleanValue<Boolean> |
UserUtils.NOTIFY_NEW_ASSIGNEE_OF_WORK_ITEM
The variable that holds the flag whether to notify a user that he/she has been assigned a task.
|
static BooleanValue<Boolean> |
UserValues.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> |
UserUtils.NOTIFY_NEW_CANDIDATE_ASSIGNEE_OF_WORK_ITEM
The variable that holds the flag whether to notify a user that he/she is a candidate to become the assignee for a currently unassigned task.
|
static BooleanValue<Boolean> |
UserValues.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> |
UserUtils.NOTIFY_OWNER_WORK_ITEM_MODIFIED
The variable that holds the flag whether to notify the owner of a work item about modifications of the work item.
|
static BooleanValue<Boolean> |
UserValues.NOTIFY_OWNER_WORK_ITEM_MODIFIED
Flag stating whether to notify the user about modifications of owned work items.
|
Modifier and Type | Field and Description |
---|---|
static BooleanValue<Boolean> |
ModelValues.APP_MODEL_MODIFIED
Indicates if the App has been modified.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.