| Package | Description |
|---|---|
| com.streambase.liveview.client.dynamictables |
Provides classes to configure table options.
|
| Modifier and Type | Method and Description |
|---|---|
Assignment |
Assignment.setFieldName(String fieldName) |
Assignment |
Assignment.setValue(String value) |
Assignment |
Assignment.setVariableName(String variableName) |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
RuleCase.getInsertAssignments()
Gets the list of all insert
Assignment. |
List<Assignment> |
RuleCase.getUpdateAssignments()
Gets the list of all update
Assignment. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleCase.addInsertAssignment(Assignment assignment)
Add one insertAssignment to the
RuleCase. |
void |
RuleCase.addUpdateAssignment(Assignment assignment)
Add one updateAssignment to the
RuleCase. |
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.