Class CommandFactory
java.lang.Object
io.dialob.session.engine.session.command.CommandFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateActivityCommandactivityUpdate(ItemId targetId, Expression expression) static AddRowstatic UpdateAllowedActionsCommandallowedActionsUpdate(ItemId targetId, Expression expression) static UpdateAvailableItemsCommandavailableItemsUpdate(ItemId targetId, Expression expression) static Completecomplete()static SessionUpdateCommandcreateRowGroupFromPrototypeCommand(ItemId rowProtoTypeId) static SessionUpdateCommandcreateRowGroupItemsFromPrototypeCommand(ItemId rowProtoTypeId, List<ItemId> itemPrototypeIds) static ItemUpdateCommandstatic UpdateDescriptionCommanddescriptionUpdate(ItemId targetId, Expression expression) static ErrorLabelUpdateCommanderrorLabelUpdateCommand(ErrorId errorId, Expression expression) static GotoPagestatic InitRowGroupItemsCommandinitRowGroupItemsCommand(ItemId targetId) static UpdateLabelCommandlabelUpdate(ItemId targetId, Expression expression) static NextPagenextPage()static PrevPageprevPage()static UpdateRequiredCommandrequiredUpdate(ItemId targetId, Expression expression) static UpdateRowCanBeRemovedCommandrowCanBeRemovedUpdate(ItemId targetId, Expression expression) static UpdateRowsCanBeAddedCommandrowsCanBeAddedUpdate(ItemId targetId, Expression expression) static SetAnswerstatic SetLocalestatic SetVariableFailedstatic SetVariableValuesetVariableValue(ItemId id, Object value) static UpdateClassNamesupdateClassNames(ItemId targetId, Expression expression) static UpdateDisabledCommandupdateDisabled(ItemId targetId, Expression expression) static ItemUpdateCommandupdateGroupItems(ItemId targetId, Expression expression) updateIsInvalidAnswers(ItemId targetId, Expression expression) static UpdateValidationCommandupdateValidationCommand(ErrorId errorId, Expression expression) static UpdateValueSetCommandupdateValueSet(ValueSetId valueSetId, List<Value<ValueSet.Entry>> entries) validationDisabledUpdate(ErrorId errorId, Expression expression) static VariableUpdateCommandvariableUpdateCommand(ItemId targetId, Expression expression)
-
Method Details
-
nextPage
-
prevPage
-
complete
-
gotoPage
-
setAnswer
-
setLocale
-
setVariableValue
-
setVariableFailed
-
deleteRow
-
addRow
-
initRowGroupItemsCommand
-
activityUpdate
-
rowsCanBeAddedUpdate
public static UpdateRowsCanBeAddedCommand rowsCanBeAddedUpdate(ItemId targetId, Expression expression) -
rowCanBeRemovedUpdate
public static UpdateRowCanBeRemovedCommand rowCanBeRemovedUpdate(ItemId targetId, Expression expression) -
requiredUpdate
-
updateClassNames
-
labelUpdate
-
descriptionUpdate
-
allowedActionsUpdate
public static UpdateAllowedActionsCommand allowedActionsUpdate(ItemId targetId, Expression expression) -
updateIsInvalidAnswers
public static UpdateIsInvalidAnswersCommand updateIsInvalidAnswers(ItemId targetId, Expression expression) -
availableItemsUpdate
public static UpdateAvailableItemsCommand availableItemsUpdate(ItemId targetId, Expression expression) -
updateDisabled
-
updateGroupItems
-
validationDisabledUpdate
public static ValidationDisabledUpdateCommand validationDisabledUpdate(ErrorId errorId, Expression expression) -
updateValidationCommand
public static UpdateValidationCommand updateValidationCommand(ErrorId errorId, Expression expression) -
errorLabelUpdateCommand
public static ErrorLabelUpdateCommand errorLabelUpdateCommand(ErrorId errorId, Expression expression) -
variableUpdateCommand
-
updateValueSet
public static UpdateValueSetCommand updateValueSet(ValueSetId valueSetId, List<Value<ValueSet.Entry>> entries) -
createRowGroupFromPrototypeCommand
-
createRowGroupItemsFromPrototypeCommand
public static SessionUpdateCommand createRowGroupItemsFromPrototypeCommand(ItemId rowProtoTypeId, List<ItemId> itemPrototypeIds)
-