AssignPolicy |
Enum AssignPolicy value: MANUAL | AUTO |
manual |
Value : MANUAL
|
auto |
Value : AUTO
|
DataFocusPolicy |
Enum DataFocusPolicy value: MANUAL | AUTO_EMPTY_REQUIRED |
manual |
Value : MANUAL
|
autoRequired |
Value : AUTO_EMPTY_REQUIRED
|
FinishPolicy |
Enum FinishPolicy value: MANUAL | AUTO_NO_DATA |
manual |
Value : MANUAL
|
autoNoData |
Value : AUTO_NO_DATA
|
BooleanFieldValidation |
REQUIRED_TRUE |
Value : requiredTrue
|
REQUIRED |
Value : required
|
BooleanOperator |
Determines the way Predicates are combined together. |
AND |
Value : AND
|
OR |
Value : OR
|
ButtonFieldValidation |
REQUIRED |
Value : required
|
CaseMetaField |
MONGO_ID |
Value : mongoId
|
VISUAL_ID |
Value : visualId
|
TITLE |
Value : title
|
AUTHOR |
Value : author
|
CREATION_DATE |
Value : creationDate
|
Categories |
Represents the available Category classes in a serializable form. |
CASE_AUTHOR |
Value : case_author
|
CASE_CREATION_DATE |
Value : case_creation_date
|
CASE_CREATION_DATE_TIME |
Value : case_creation_date_time
|
CASE_DATASET |
Value : case_dataset
|
CASE_PROCESS |
Value : case_process
|
CASE_ROLE |
Value : case_role
|
CASE_SIMPLE_DATASET |
Value : case_simple_dataset
|
CASE_TASK |
Value : case_task
|
CASE_TITLE |
Value : case_title
|
CASE_VISUAL_ID |
Value : case_visual_id
|
CASE_STRING_ID |
Value : case_string_id
|
TASK_ASSIGNEE |
Value : task_assignee
|
TASK_PROCESS |
Value : task_process
|
TASK_ROLE |
Value : task_role
|
TASK_TASK |
Value : task_task
|
ConfigParams |
PANEL_HEADER |
Value : panelHeader
|
DataGroupAlignment |
Determines the position of the last data field when the number of data fields in a data group is odd. |
START |
Value : start
|
CENTER |
Value : center
|
END |
Value : end
|
DataGroupCompact |
Determines what direction(s) should be used when compacting form layout |
NONE |
Value : none
|
UP |
Value : up
|
DataGroupHideEmptyRows |
Determines which empty rows should be hidden in the final layout |
ALL |
Value : all
|
COMPACTED |
Value : compacted
|
NONE |
Value : none
|
DataGroupLayoutType |
Determines what type of layouting algorithm should be used to position data fields in the data group |
GRID |
Value : grid
|
FLOW |
Value : flow
|
LEGACY |
Value : legacy
|
EnumerationAutocompleteFilterProperty |
PREFIX |
Value : prefix
|
SUBSTRING |
Value : substring
|
EnumerationFieldValidation |
WRONG_VALUE |
Value : wrongValue
|
REQUIRED |
Value : required
|
EventConstants |
CHANGED_FIELDS |
Value : changedFields
|
FRONT_ACTIONS |
Value : frontActions
|
FieldAlignment |
Determines where within its grid tile should a field be aligned vertically |
TOP |
Value : top
|
CENTER |
Value : center
|
BOTTOM |
Value : bottom
|
FileListFieldValidation |
MAX_FILES |
Value : maxFiles
|
FilePreviewType |
Supported types for file preview |
jpg |
jpeg |
png |
FilterType |
Determines the type of resource the Filter can search for. See Filter for more information. |
TASK |
Value : Task
|
CASE |
Value : Case
|
HeaderChangeType |
EDIT |
Value : edit
|
MODE_CHANGED |
Value : mode-changed
|
SEARCH |
Value : search
|
SORT |
Value : sort
|
HeaderColumnType |
META |
Value : meta
|
IMMEDIATE |
Value : immediate
|
HeaderMode |
SORT |
Value : sort
|
SEARCH |
Value : search
|
EDIT |
Value : edit
|
HeaderType |
CASE |
Value : case
|
TASK |
Value : task
|
WORKFLOW |
Value : workflow
|
I18nFieldValidation |
TRANSLATION_REQUIRED |
Value : translationRequired
|
TRANSLATION_ONLY |
Value : translationOnly
|
REQUIRED_I18N |
Value : requiredI18n
|
IconType |
MATERIAL |
Value : material
|
SVG |
Value : svg
|
LogLevel |
ALL |
Value : 0
|
DEBUG |
Value : 1
|
INFO |
Value : 2
|
WARN |
Value : 3
|
ERROR |
Value : 4
|
OFF |
Value : 6
|
LogLevel |
ALL |
Value : 0
|
DEBUG |
Value : 1
|
INFO |
Value : 2
|
WARN |
Value : 3
|
ERROR |
Value : 4
|
OFF |
Value : 6
|
MaterialAppearance |
Appearance of rendered material form field. See Material documentation for more information. |
LEGACY |
Value : legacy
|
STANDARD |
Value : standard
|
FILL |
Value : fill
|
OUTLINE |
Value : outline
|
MenuOrder |
Ascending |
Descending |
MergeOperator |
Determines whether the combination of Filters is an union (AND) or an intersection (OR). See MergedFilter for more information. |
AND |
Value : AND
|
OR |
Value : OR
|
MultichoiceAutocompleteFilterProperty |
PREFIX |
Value : prefix
|
SUBSTRING |
Value : substring
|
Operators |
Represents the available Operator classes in a serializable form. |
EQUALS |
Value : equals
|
EQUALS_DATE |
Value : equals_date
|
EQUALS_DATE_TIME |
Value : equals_date_time
|
IN_RANGE |
Value : in_range
|
IN_RANGE_DATE |
Value : in_range_date
|
IN_RANGE_DATE_TIME |
Value : in_range_date_time
|
IS_NULL |
Value : is_null
|
LESS_THAN |
Value : less_than
|
LESS_THAN_DATE |
Value : less_than_date
|
LESS_THAN_DATE_TIME |
Value : less_than_date_time
|
LESS_THAN_EQUAL |
Value : less_than_equal
|
LESS_THAN_EQUAL_DATE |
Value : less_than_equal_date
|
LESS_THAN_EQUAL_DATE_TIME |
Value : less_than_equal_date_time
|
LIKE |
Value : like
|
MORE_THAN |
Value : more_than
|
MORE_THAN_DATE |
Value : more_than_date
|
MORE_THAN_DATE_TIME |
Value : more_than_date_time
|
MORE_THAN_EQUAL |
Value : more_than_equal
|
MORE_THAN_EQUAL_DATE |
Value : more_than_equal_date
|
MORE_THAN_EQUAL_DATE_TIME |
Value : more_than_equal_date_time
|
NOT_EQUALS |
Value : not_equals
|
NOT_EQUALS_DATE |
Value : not_equals_date
|
NOT_EQUALS_DATE_TIME |
Value : not_equals_date_time
|
SUBSTRING |
Value : substring
|
OperatorTemplatePartType |
Type of a processed operator template part/segment. |
INPUT |
Value : input
|
TEXT |
Value : text
|
PaginationParams |
Constants for pagination configuration of HTTP requests. |
PAGE_SIZE |
Value : size
|
PAGE_NUMBER |
Value : page
|
PAGE_SORT |
Value : sort
|
PaginationSort |
Constants for use with the |
ASCENDING |
Value : asc
|
DESCENDING |
Value : desc
|
PermissionType |
CREATE |
Value : create
|
DELETE |
Value : delete
|
VIEW |
Value : view
|
ASSIGN |
Value : assign
|
CANCEL |
Value : cancel
|
FINISH |
Value : finish
|
DELEGATE |
Value : delegate
|
SET |
Value : set
|
ProgressType |
UPLOAD |
Value : upload
|
DOWNLOAD |
Value : download
|
SearchMode |
Search component search mode |
FULLTEXT |
ADVANCED |
SideMenuSize |
SMALL |
Value : side-menu-width-small
|
MEDIUM |
Value : side-menu-width-medium
|
LARGE |
Value : side-menu-width-large
|
XL |
Value : side-menu-width-xl
|
SnackBarHorizontalPosition |
LEFT |
Value : left
|
CENTER |
Value : center
|
RIGHT |
Value : right
|
SnackBarVerticalPosition |
BOTTOM |
Value : bottom
|
TOP |
Value : top
|
TaskElementType |
Contains types of elements that are used to construct task content, but are not data fields themselves. |
BLANK |
Value : blank
|
DATA_GROUP_TITLE |
Value : title
|
LOADER |
Value : loader
|
TaskEndpoint |
Used to determine which backend endpoint should be used to request tasks from |
MONGO |
Value : 1
|
ELASTIC |
TaskEvent |
ASSIGN |
Value : assign
|
FINISH |
Value : finish
|
CANCEL |
Value : cancel
|
DELEGATE |
Value : delegate
|
SET_DATA |
Value : set data
|
GET_DATA |
Value : get data
|
TaskMetaField |
CASE |
Value : caseTitleSortable
|
CASE_ID |
Value : caseId
|
TASK_ID |
Value : taskId
|
TITLE |
Value : title
|
PRIORITY |
Value : priority
|
USER |
Value : user
|
ASSIGN_DATE |
Value : assign-date
|
TaskRefComponents |
A collection of Task ref field component names supported by the application engine. |
DASHBOARD |
Value : dashboard
|
TextAreaHeight |
OUTLINE |
Value : 20
|
FILL_STANDARD |
Value : 22
|
TextFieldView |
DEFAULT |
Value : default
|
TEXTAREA |
Value : textarea
|
RICHTEXTAREA |
Value : richtextarea
|
HTMLTEXTAREA |
Value : htmltextarea
|
UpdateStrategy |
CHANGE |
Value : change
|
BLUR |
Value : blur
|
SUBMIT |
Value : submit
|
UriContentType |
PROCESS |
CASE |
WorkflowMetaField |
INITIALS |
Value : initials
|
NET_ID |
Value : netId
|
TITLE |
Value : title
|
VERSION |
Value : version
|
AUTHOR |
Value : author
|
CREATION_DATE |
Value : creationDate
|