public class AddTuplesWhatIfDefinition extends AAddWhatIfDefinition
baseBranch, condition, definitionName, id, parameters, storeFields, storeName| Constructor and Description |
|---|
AddTuplesWhatIfDefinition() |
AddTuplesWhatIfDefinition(Object id,
String storeName,
String definitionName,
List<String> storeFields,
com.qfs.condition.ICondition condition) |
AddTuplesWhatIfDefinition(Object id,
String storeName,
String definitionName,
List<String> storeFields,
com.qfs.condition.ICondition condition,
List<Map<String,Object>> valuesMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntries(List<Map<String,Object>> valuesMap)
Set of entries to add in a specific store before persisting them back into the branch defined
in the
IWhatIfSubmission. |
List<Map<String,Object>> |
getAddEntries()
Set of entries to add in a specific store before persisting them back into the branch defined
in the
IWhatIfSubmission. |
getOperationType, setOperationType, updateEntriesgetBaseBranch, getCondition, getDefinitionName, getId, getParameters, getStoreFields, getStoreName, setBaseBranch, setCondition, setDefinitionName, setId, setParameters, setStoreFields, setStoreNamepublic AddTuplesWhatIfDefinition()
public AddTuplesWhatIfDefinition(Object id, String storeName, String definitionName, List<String> storeFields, com.qfs.condition.ICondition condition)
public void addEntries(List<Map<String,Object>> valuesMap)
IWhatIfDefinitionIWhatIfSubmission.addEntries in interface IWhatIfDefinitionaddEntries in class AAddWhatIfDefinitionvaluesMap - the map containing the entries to updatepublic List<Map<String,Object>> getAddEntries()
IWhatIfDefinitionIWhatIfSubmission.getAddEntries in interface IWhatIfDefinitiongetAddEntries in class AAddWhatIfDefinitionCopyright © 2020. All rights reserved.