Serialized Form
-
Package io.dialob.compiler
-
Class io.dialob.compiler.DialobProgramBuildException extends RuntimeException implements Serializable
-
Class io.dialob.compiler.DialobProgramErrorsException extends DialobProgramBuildException implements Serializable
-
Serialized Fields
-
errors
List<io.dialob.api.form.FormValidationError> errors
-
-
-
-
Package io.dialob.executor.command
-
Class io.dialob.executor.command.ImmutableAddRow extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableComplete extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableCreateRowGroupFromPrototypeCommand extends Object implements Serializable
-
Serialized Fields
-
itemPrototypeId
ItemId itemPrototypeId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemStates>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableCreateRowGroupItemsFromPrototypeCommand extends Object implements Serializable
-
Serialized Fields
-
itemPrototypeId
ItemId itemPrototypeId
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemStates>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableDeleteRow extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableDynamicTrigger extends Object implements Serializable
-
Serialized Fields
-
eventsProvider
Triggers.EventsProvider<T> eventsProvider
-
when
BiPredicate<T,T> when
-
-
-
Class io.dialob.executor.command.ImmutableErrorLabelUpdateCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ErrorId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ErrorState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableEventMatchers.TargetIdEventMatcher extends Object implements Serializable
-
Serialized Fields
-
targetId
ItemId targetId
-
-
-
Class io.dialob.executor.command.ImmutableGotoPage extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableInitGroupItems extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableInitRowGroupItemsCommand extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableNextPage extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableNopCommand extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutablePrevPage extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableRemoveRowItemsCommand extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableSetAnswer extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableSetLocale extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableSetRows extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableSetVariableFailed extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableSetVariablePending extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableSetVariableValue extends Object implements Serializable
-
Class io.dialob.executor.command.ImmutableStaticTrigger extends Object implements Serializable
-
Serialized Fields
-
allEvents
com.google.common.collect.ImmutableList<Event> allEvents
-
when
BiPredicate<T,T> when
-
-
-
Class io.dialob.executor.command.ImmutableUpdateActivityCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateAllowedActionsCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateAvailableItemsCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateClassNames extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateDescriptionCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateDisabledCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateGroupItems extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateIsInvalidAnswersCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateLabelCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateRequiredCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateValidationCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ErrorId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ErrorState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableUpdateValueSetCommand extends Object implements Serializable
-
Serialized Fields
-
entries
com.google.common.collect.ImmutableList<Value<ValueSet.Entry>> entries
-
targetId
ValueSetId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ValueSetState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableValidationDisabledUpdateCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ErrorId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ErrorState>> triggers
-
-
-
Class io.dialob.executor.command.ImmutableVariableUpdateCommand extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
targetId
ItemId targetId
-
triggers
com.google.common.collect.ImmutableList<Trigger<ItemState>> triggers
-
-
-
-
Package io.dialob.executor.command.event
-
Class io.dialob.executor.command.event.ImmutableActivePageUpdatedEvent extends Object implements Serializable
-
Class io.dialob.executor.command.event.ImmutableActiveUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableAnsweredUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableAnyInvalidAnswersUpdatedEvent extends Object implements Serializable
-
Class io.dialob.executor.command.event.ImmutableAvailableItemsUpdatedEvent extends Object implements Serializable
-
Class io.dialob.executor.command.event.ImmutableDescriptionUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableDisabledUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableErrorActiveUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
errorId
ErrorId errorId
-
-
-
Class io.dialob.executor.command.event.ImmutableItemAddedEvent extends Object implements Serializable
-
Class io.dialob.executor.command.event.ImmutableItemRemovedEvent extends Object implements Serializable
-
Serialized Fields
-
removeItemId
ItemId removeItemId
-
-
-
Class io.dialob.executor.command.event.ImmutableItemsChangedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableLabelUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableProtoTypeItemsAddedEventsProvider extends Object implements Serializable
-
Serialized Fields
-
itemPrototypeIds
com.google.common.collect.ImmutableList<ItemId> itemPrototypeIds
-
-
-
Class io.dialob.executor.command.event.ImmutableRequiredUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableRowGroupItemsInitEvent extends Object implements Serializable
-
Serialized Fields
-
groupId
ItemId groupId
-
prototypeId
ItemId prototypeId
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableRowItemsAddedEventsProvider extends Object implements Serializable
-
Serialized Fields
-
rowProtoTypeId
ItemId rowProtoTypeId
-
-
-
Class io.dialob.executor.command.event.ImmutableRowItemsRemovedEventsProvider extends Object implements Serializable
-
Serialized Fields
-
rowProtoTypeId
ItemId rowProtoTypeId
-
-
-
Class io.dialob.executor.command.event.ImmutableSessionLocaleUpdatedEvent extends Object implements Serializable
-
Class io.dialob.executor.command.event.ImmutableStatusUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
Class io.dialob.executor.command.event.ImmutableTargetEvent extends Object implements Serializable
-
Serialized Fields
-
targetId
ItemId targetId
-
-
-
Class io.dialob.executor.command.event.ImmutableValidUpdatedEvent extends Object implements Serializable
-
Serialized Fields
-
target
TargetEvent target
-
-
-
-
Package io.dialob.executor.model
-
Class io.dialob.executor.model.DialobSession extends Object implements Serializable
- serialVersionUID:
- 1180110179877247767L
-
Serialized Fields
-
asyncUpdateCount
int asyncUpdateCount
-
completed
Date completed
-
errorPrototypes
Map<ErrorId,ErrorState> errorPrototypes
-
errorStates
Map<ErrorId,ErrorState> errorStates
-
id
String id
-
itemPrototypes
Map<ItemId,ItemState> itemPrototypes
-
itemStates
Map<ItemId,ItemState> itemStates
-
language
String language
-
lastUpdate
Date lastUpdate
-
opened
Date opened
-
revision
String revision
-
tenantId
String tenantId
-
valueSetStates
Map<ValueSetId,ValueSetState> valueSetStates
-
-
Class io.dialob.executor.model.ErrorState extends Object implements Serializable
- serialVersionUID:
- -6652593868401573582L
-
Class io.dialob.executor.model.ImmutableErrorId extends Object implements Serializable
-
Class io.dialob.executor.model.ImmutableItemIdPartial extends Object implements Serializable
-
Serialized Fields
-
parent
ItemId parent
-
-
-
Class io.dialob.executor.model.ImmutableItemIndex extends Object implements Serializable
-
Class io.dialob.executor.model.ImmutableItemRef extends Object implements Serializable
-
Class io.dialob.executor.model.ImmutableScope extends Object implements Serializable
-
Class io.dialob.executor.model.ImmutableValueSetId extends Object implements Serializable
-
Serialized Fields
-
valueSetId
String valueSetId
-
-
-
Class io.dialob.executor.model.ItemState extends Object implements Serializable
- serialVersionUID:
- -3974128908954128671L
-
Serialized Fields
-
activePage
ItemId activePage
-
allowedActions
Set<io.dialob.api.proto.Action.Type> allowedActions
-
answer
Object answer
-
availableItems
List<ItemId> availableItems
-
bits
int bits
-
classNames
List<String> classNames
-
defaultValue
Object defaultValue
-
description
String description
-
id
ItemId id
-
items
List<ItemId> items
-
label
String label
-
props
Map<String,Object> props
-
prototypeId
ItemId prototypeId
-
status
ItemState.Status status
-
type
String type
-
value
Object value
-
valueSetId
String valueSetId
-
view
String view
-
-
Class io.dialob.executor.model.ValueSetState extends Object implements Serializable
- serialVersionUID:
- 6040009682715910439L
-
Serialized Fields
-
entries
List<ValueSetState.Entry> entries
-
id
ValueSetId id
-
-
Class io.dialob.executor.model.ValueSetState.Entry extends Object implements Serializable
- serialVersionUID:
- -4632044242844529912L
-
-
Package io.dialob.program
-
Class io.dialob.program.DependencyLoopException extends DialobProgramErrorsException implements Serializable
-
Class io.dialob.program.DialobProgram extends Object implements Serializable
- serialVersionUID:
- 2922819825920407874L
-
Class io.dialob.program.ProgramBuilderException extends RuntimeException implements Serializable
-
Serialized Fields
-
node
NodeBase node
-
-
-
-
Package io.dialob.program.ddrl
-
Class io.dialob.program.ddrl.UnknownValueTypeException extends RuntimeException implements Serializable
-
-
Package io.dialob.program.expr
-
Class io.dialob.program.expr.CannotCoerceTypeException extends ProgramBuilderException implements Serializable
-
Class io.dialob.program.expr.CannotNegateTypeException extends ProgramBuilderException implements Serializable
-
Serialized Fields
-
type
ValueType type
-
-
-
Class io.dialob.program.expr.CannotReduceTypeException extends ProgramBuilderException implements Serializable
-
Serialized Fields
-
valueType
ValueType valueType
-
-
-
Class io.dialob.program.expr.CannotReduceTypeWithOperatorException extends ProgramBuilderException implements Serializable
-
Class io.dialob.program.expr.ImmutableExpressionList extends Object implements Serializable
-
Serialized Fields
-
expressions
com.google.common.collect.ImmutableList<Expression> expressions
-
-
-
Class io.dialob.program.expr.ImmutableNotOnPageExpression extends Object implements Serializable
-
Serialized Fields
-
page
ItemId page
-
-
-
Class io.dialob.program.expr.MatcherRegexErrorException extends ProgramBuilderException implements Serializable
-
Serialized Fields
-
regex
String regex
-
-
-
Class io.dialob.program.expr.TypesDoNotHaveRelationException extends ProgramBuilderException implements Serializable
-
-
Package io.dialob.program.expr.arith
-
Class io.dialob.program.expr.arith.ImmutableArrayReducerOperator extends Object implements Serializable
-
Serialized Fields
-
arrayExpression
Expression arrayExpression
-
placeholderValue
@Nullable Object placeholderValue
-
reducer
BinaryOperator<T> reducer
-
-
-
Class io.dialob.program.expr.arith.ImmutableBinaryOperator extends Object implements Serializable
-
Serialized Fields
-
nodes
com.google.common.collect.ImmutableList<Expression> nodes
-
reducer
Reducer<T> reducer
-
-
-
Class io.dialob.program.expr.arith.ImmutableCoerceToDecimalOperator extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class io.dialob.program.expr.arith.ImmutableCollectRowFieldsOperator extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableConcatOperator extends Object implements Serializable
-
Serialized Fields
-
expressions
com.google.common.collect.ImmutableList<Expression> expressions
-
-
-
Class io.dialob.program.expr.arith.ImmutableConditionalListOperator extends Object implements Serializable
-
Serialized Fields
-
items
com.google.common.collect.ImmutableList<Pair<Expression,T>> items
-
-
-
Class io.dialob.program.expr.arith.ImmutableConstant extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableContextVariableReference extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableCountArrayLengthOperator extends Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
-
-
Class io.dialob.program.expr.arith.ImmutableDateMinusDateOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableDateMinusPeriodOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableDatePlusPeriodOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableEqOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableFormatOperator extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
format
String format
-
-
-
Class io.dialob.program.expr.arith.ImmutableFunctionCallOperator extends Object implements Serializable
-
Serialized Fields
-
args
com.google.common.collect.ImmutableList<Expression> args
-
functionName
String functionName
-
valueType
ValueType valueType
-
-
-
Class io.dialob.program.expr.arith.ImmutableGeOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableGtOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableInOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsActiveOperator extends Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsAnsweredOperator extends Object implements Serializable
-
Serialized Fields
-
questionId
ItemId questionId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsAnyInvalidAnswersOperator extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableIsBlankOperator extends Object implements Serializable
-
Serialized Fields
-
questionId
ItemId questionId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsDisabledOperator extends Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsInactiveOrNullOperator extends Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsInvalidAnswersOnActivePage extends Object implements Serializable
-
Serialized Fields
-
pageContainerId
ItemId pageContainerId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsNullOperator extends Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsOnFirstPage extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableIsOnLastPage extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableIsRequiredOperator extends Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
-
-
Class io.dialob.program.expr.arith.ImmutableIsValidOperator extends Object implements Serializable
-
Serialized Fields
-
itemId
ItemId itemId
-
-
-
Class io.dialob.program.expr.arith.ImmutableLanguageExpression extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableLeOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableLocalizedLabelOperator extends Object implements Serializable
-
Serialized Fields
-
value
com.google.common.collect.ImmutableMap<String,Expression> value
-
-
-
Class io.dialob.program.expr.arith.ImmutableLtOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableMatchesOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableNegOperatorDecimal extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class io.dialob.program.expr.arith.ImmutableNegOperatorNumber extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class io.dialob.program.expr.arith.ImmutableNeOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableNotOperator extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class io.dialob.program.expr.arith.ImmutableNowExpression extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutablePair extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutablePeriodGeOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutablePeriodGtOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutablePeriodLeOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutablePeriodLtOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableRowItemsExpression extends Object implements Serializable
-
Serialized Fields
-
itemIds
com.google.common.collect.ImmutableList<ItemId> itemIds
-
-
-
Class io.dialob.program.expr.arith.ImmutableStringTemplateOperator extends Object implements Serializable
-
Serialized Fields
-
evalRequiredConditions
com.google.common.collect.ImmutableSet<EventMatcher> evalRequiredConditions
-
template
String template
-
-
-
Class io.dialob.program.expr.arith.ImmutableTimeMinusDurationOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableTimeMinusTimeOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableTimePlusDurationOperator extends Object implements Serializable
-
Serialized Fields
-
lhs
Expression lhs
-
rhs
Expression rhs
-
-
-
Class io.dialob.program.expr.arith.ImmutableTodayExpression extends Object implements Serializable
-
Class io.dialob.program.expr.arith.ImmutableToLowerCaseOperator extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class io.dialob.program.expr.arith.ImmutableToStringOperator extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class io.dialob.program.expr.arith.ImmutableToUpperCaseOperator extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class io.dialob.program.expr.arith.ImmutableValueSetEntryToStringOperator extends Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
valueSetId
ValueSetId valueSetId
-
-
-
Class io.dialob.program.expr.arith.ImmutableVariableReference extends Object implements Serializable
-
-
Package io.dialob.program.model
-
Class io.dialob.program.model.ImmutableConditionalValue extends Object implements Serializable
-
Serialized Fields
-
fallbackValue
T fallbackValue
-
value
T value
-
valueType
ValueType valueType
-
when
Expression when
-
-
-
Class io.dialob.program.model.ImmutableConstantValue extends Object implements Serializable
-
Class io.dialob.program.model.ImmutableError extends Object implements Serializable
-
Serialized Fields
-
code
String code
-
disabledExpression
Expression disabledExpression
-
isPrototype
boolean isPrototype
-
itemId
ItemId itemId
-
label
Expression label
-
validationExpression
Expression validationExpression
-
-
-
Class io.dialob.program.model.ImmutableFormItem extends Object implements Serializable
-
Serialized Fields
-
activeExpression
Expression activeExpression
-
className
Expression className
-
defaultValue
Object defaultValue
-
descriptionExpression
Expression descriptionExpression
-
disabledExpression
Expression disabledExpression
-
errors
List<Error> errors
-
id
ItemId id
-
isPrototype
boolean isPrototype
-
labelExpression
Expression labelExpression
-
props
@Nullable Map<String,Object> props
-
requiredExpression
Expression requiredExpression
-
type
String type
-
valueSetId
String valueSetId
-
valueType
ValueType valueType
-
view
@Nullable String view
-
-
-
Class io.dialob.program.model.ImmutableGroup extends Object implements Serializable
-
Serialized Fields
-
activeExpression
Expression activeExpression
-
allowedActionsExpression
Expression allowedActionsExpression
-
availableItemsExpression
Expression availableItemsExpression
-
className
Expression className
-
defaultValue
Object defaultValue
-
descriptionExpression
Expression descriptionExpression
-
disabledExpression
Expression disabledExpression
-
errors
List<Error> errors
-
id
ItemId id
-
isInvalidAnswersExpression
Expression isInvalidAnswersExpression
-
isPrototype
boolean isPrototype
-
itemsExpression
Expression itemsExpression
-
labelExpression
Expression labelExpression
-
props
@Nullable Map<String,Object> props
-
requiredExpression
Expression requiredExpression
-
type
String type
-
valueSetId
String valueSetId
-
valueType
ValueType valueType
-
view
@Nullable String view
-
-
-
Class io.dialob.program.model.ImmutableLabel extends Object implements Serializable
-
Class io.dialob.program.model.ImmutableProgram extends Object implements Serializable
-
Class io.dialob.program.model.ImmutableValueSet extends Object implements Serializable
-
Serialized Fields
-
entries
com.google.common.collect.ImmutableList<Value<ValueSet.Entry>> entries
-
id
String id
-
-
-
Class io.dialob.program.model.ImmutableValueSet.Entry extends Object implements Serializable
-
Serialized Fields
-
key
String key
-
label
Expression label
-
-
-
Class io.dialob.program.model.ImmutableVariableItem extends Object implements Serializable
-
Serialized Fields
-
defaultValue
Object defaultValue
-
id
ItemId id
-
isAsync
boolean isAsync
-
isPrototype
boolean isPrototype
-
isPublished
boolean isPublished
-
type
String type
-
valueExpression
Expression valueExpression
-
valueSetId
String valueSetId
-
-
-