All Methods Static Methods Concrete Methods
| Modifier and Type |
Method |
Description |
static UpdateActivityCommand |
activityUpdate(ItemId targetId,
Expression expression) |
|
static AddRow |
addRow(ItemId targetId) |
|
static SetRows |
addRows(ItemId id,
List<Integer> ids) |
|
static UpdateAllowedActionsCommand |
allowedActionsUpdate(ItemId targetId,
Expression expression) |
|
static UpdateAvailableItemsCommand |
availableItemsUpdate(ItemId targetId,
Expression expression) |
|
static Complete |
complete() |
|
static SessionUpdateCommand |
createRowGroupFromPrototypeCommand(ItemId rowProtoTypeId) |
|
static SessionUpdateCommand |
createRowGroupItemsFromPrototypeCommand(ItemId rowProtoTypeId,
List<ItemId> itemPrototypeIds) |
|
static ItemUpdateCommand |
deleteRow(ItemId toBeRemoved) |
|
static UpdateDescriptionCommand |
descriptionUpdate(ItemId targetId,
Expression expression) |
|
static ErrorLabelUpdateCommand |
errorLabelUpdateCommand(ErrorId errorId,
Expression expression) |
|
static GotoPage |
gotoPage(ItemId page) |
|
static InitRowGroupItemsCommand |
initRowGroupItemsCommand(ItemId targetId) |
|
static UpdateLabelCommand |
labelUpdate(ItemId targetId,
Expression expression) |
|
static NextPage |
nextPage() |
|
static PrevPage |
prevPage() |
|
static UpdateRequiredCommand |
requiredUpdate(ItemId targetId,
Expression expression) |
|
static UpdateRowCanBeRemovedCommand |
rowCanBeRemovedUpdate(ItemId targetId,
Expression expression) |
|
static UpdateRowsCanBeAddedCommand |
rowsCanBeAddedUpdate(ItemId targetId,
Expression expression) |
|
static SetAnswer |
setAnswer(ItemId questionId,
Object answer) |
|
static SetLocale |
setLocale(String locale) |
|
static SetVariableFailed |
setVariableFailed(ItemId id) |
|
static SetVariableValue |
setVariableValue(ItemId id,
Object value) |
|
static UpdateClassNames |
updateClassNames(ItemId targetId,
Expression expression) |
|
static UpdateDisabledCommand |
updateDisabled(ItemId targetId,
Expression expression) |
|
static ItemUpdateCommand |
updateGroupItems(ItemId targetId,
Expression expression) |
|
static UpdateIsInvalidAnswersCommand |
updateIsInvalidAnswers(ItemId targetId,
Expression expression) |
|
static UpdateValidationCommand |
updateValidationCommand(ErrorId errorId,
Expression expression) |
|
static UpdateValueSetCommand |
updateValueSet(ValueSetId targetId,
List<Value<ValueSet.Entry>> entries) |
|
static ValidationDisabledUpdateCommand |
validationDisabledUpdate(ErrorId errorId,
Expression expression) |
|
static VariableUpdateCommand |
variableUpdateCommand(ItemId targetId,
Expression expression) |
|