protected org.uberfire.client.callbacks.Callback<FactModelTree> |
DMODataManagementStrategy.aggregatorCallback(TestToolsView.Presenter testToolsPresenter,
int expectedElements,
SortedMap<String,FactModelTree> factTypeFieldsMap,
ScenarioGridModel scenarioGridModel,
List<String> simpleJavaTypes)
This Callback will receive data from other callbacks and when the retrieved results get to the
expected ones it will recursively elaborate the map
|
protected void |
DMODataManagementStrategy.aggregatorCallbackMethod(TestToolsView.Presenter testToolsPresenter,
int expectedElements,
SortedMap<String,FactModelTree> factTypeFieldsMap,
ScenarioGridModel scenarioGridModel,
FactModelTree result,
List<String> simpleJavaTypes)
Actual code of the aggregatorCallback; isolated for testing
|
protected List<List<String>> |
AbstractDataManagementStrategy.getPropertiesToHide(ScenarioGridColumn selectedColumn,
ScenarioGridModel scenarioGridModel)
This method returns a List with the properties of a given Type (Fact, class, other dmn defined) instance,
to be hidden from the right panel for the selected column.
|
protected Map<String,List<List<String>>> |
AbstractDataManagementStrategy.getPropertiesToHide(ScenarioGridModel scenarioGridModel)
This method returns a Map with the properties of a given Type (Fact, class, other dmn defined) instance,
to be hidden from the right panel.
|
protected org.jboss.errai.common.client.api.RemoteCallback<FactModelTuple> |
DMNDataManagementStrategy.getSuccessCallback(TestToolsView.Presenter testToolsPresenter,
ScenarioGridModel scenarioGridModel) |
protected void |
DMNDataManagementStrategy.getSuccessCallbackMethod(FactModelTuple factModelTuple,
TestToolsView.Presenter testToolsPresenter,
ScenarioGridModel scenarioGridModel) |
void |
DataManagementStrategy.populateTestTools(TestToolsView.Presenter testToolsPresenter,
ScenarioGridModel scenarioGridModel) |
void |
DMODataManagementStrategy.populateTestTools(TestToolsView.Presenter testToolsPresenter,
ScenarioGridModel scenarioGridModel) |
void |
DMNDataManagementStrategy.populateTestTools(TestToolsView.Presenter testToolsPresenter,
ScenarioGridModel scenarioGridModel) |
protected void |
AbstractDataManagementStrategy.storeData(FactModelTuple factModelTuple,
TestToolsView.Presenter testToolsPresenter,
ScenarioGridModel scenarioGridModel)
Store data in required target objects
|