Package | Description |
---|---|
com.edorasware.api.models |
Provides functionality related to Apps and models.
|
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.value.internal | |
com.edorasware.cloud.core.models | |
com.edorasware.cloud.core.util | |
com.edorasware.one.identity.user | |
com.edorasware.one.workitem.model |
Modifier and Type | Field and Description |
---|---|
static ComplexValue<List<String>> |
ModelUtils.MODEL_IDS
Variable that stores a list of design-time model IDs related to a given work object.
|
static ComplexValue<List<String>> |
ModelUtils.RUNTIME_MODEL_IDS
Variable that stores a list of runtime model IDs related to a given work object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListValue<V>
Defines the interface of a number value.
|
Modifier and Type | Method and Description |
---|---|
static <T> ComplexValue<T> |
WorkObjectValues.newComplexValue(String name,
com.google.common.reflect.TypeToken<T> valueTypeToken)
Constructs a new complex value (a list or map).
|
static <T> ComplexValue<T> |
WorkObjectValues.newComplexValue(String name,
ValueConverter<T,?> valueConverter)
Constructs a new complex value accessor for a list or map value.
|
static <T> ComplexValue<Set<T>> |
WorkObjectValues.newSetValue(String name,
Class<T> entryType)
Constructs a new set value accessor with a given entry type.
|
static <T> ComplexValue<Set<T>> |
WorkObjectValues.newSetValue(String name,
ValueConverter<T,?> valueConverter)
Constructs a new set value accessor with a given entry value converter.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexValueImpl<T,U> |
class |
ListValueImpl<T,U> |
Modifier and Type | Field and Description |
---|---|
static ComplexValue<List<Map<String,String>>> |
DocumentModel.PLACEHOLDERS |
static ComplexValue<List<String>> |
AppModel.SECONDARY_LANGUAGES |
Modifier and Type | Field and Description |
---|---|
static ComplexValue<Map<String,Map<String,String>>> |
CloudVariables.I18N |
Modifier and Type | Field and Description |
---|---|
static ComplexValue<Map<String,Map<String,String>>> |
UserValues.CONFIGURATION
<p>The user configuration object of a user.
|
static ComplexValue<Map<String,Map<String,String>>> |
UserUtils.CONFIGURATION
<p>The variable that holds the configuration object of a user.
|
static ComplexValue<List<User.DeputyUser>> |
UserValues.DEPUTIES
The users who can act as deputy.
|
static ComplexValue<List<User.DeputyUser>> |
UserUtils.DEPUTIES |
static ComplexValue<Set<String>> |
UserValues.MEMBER_GROUPS
The IDs of the groups the user is a member of.
|
static ComplexValue<Set<String>> |
UserUtils.MEMBER_GROUPS
The variable that holds the work object ids of the groups the user is a member of.
|
static ComplexValue<List<Map<String,Object>>> |
UserUtils.USERS_TO_IMPERSONATE
The user to impersonante and the origin user variables are not stored on the user object.
|
Modifier and Type | Field and Description |
---|---|
static ComplexValue<List<String>> |
ModelUtils.ADHOC_DOCUMENTS
The variable that holds the document model keys which are allowed to be created in the case.
|
static ComplexValue<List<String>> |
ModelUtils.ADHOC_PROCESSES
The variable that holds the process model keys which are allowed to be created in the case.
|
static ComplexValue<List<String>> |
ModelUtils.ADHOC_TASKS
The variable that holds the task model keys which are allowed to be created in the case.
|
static ComplexValue<List<String>> |
ModelUtils.ALLOWED_ACTIONS
The variable that holds the allowed action ids for the work item, which is created from the model work item.
|
static ComplexValue<List<String>> |
ModelUtils.AUTOSTART_DOCUMENTS
The variable that holds the document model keys which are started when the case is created.
|
static ComplexValue<List<String>> |
ModelUtils.AUTOSTART_PROCESSES
The variable that holds the process model keys which are started when the case is created.
|
static ComplexValue<List<String>> |
ModelUtils.AUTOSTART_TASKS
The variable that holds the task model keys which are started when the case is created.
|
static ComplexValue<List<String>> |
ModelUtils.INITIAL_CANDIDATE_GROUPS
The variable that holds the initial candidate groups ids which are set for the work item, which is created from the model work item.
|
static ComplexValue<Map<String,List<Map<String,Object>>>> |
ModelUtils.MAPPINGS
The property mappings list variable for the static and dynamic app properties.
|
static ComplexValue<List<Map<String,Object>>> |
ModelUtils.PROPERTY_MAPPINGS
The property mappings variable which is a child of the
ModelUtils.MAPPINGS variable. |
static ComplexValue<List<Map<String,Object>>> |
ModelUtils.WORK_ITEM_MAPPINGS
The work item mappings variable which is a child of the
ModelUtils.MAPPINGS variable. |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.