public abstract class AbstractDMNDataManagementStrategy extends AbstractDataManagementStrategy
AbstractDataManagementStrategy.ResultHolder| Modifier and Type | Field and Description |
|---|---|
protected org.uberfire.backend.vfs.Path |
currentPath |
protected com.google.gwt.event.shared.EventBus |
eventBus |
factModelTreeHolder, modelSIMPLE_CLASSES_MAP| Constructor and Description |
|---|
AbstractDMNDataManagementStrategy(com.google.gwt.event.shared.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> |
getErrorCallback(TestToolsView.Presenter testToolsPresenter) |
org.jboss.errai.common.client.api.RemoteCallback<FactModelTuple> |
getSuccessCallback(TestToolsView.Presenter testToolsPresenter,
ScenarioSimulationContext context) |
void |
getSuccessCallbackMethod(FactModelTuple factModelTuple,
TestToolsView.Presenter testToolsPresenter,
ScenarioSimulationContext context) |
boolean |
isADataType(String value)
Returns
true if the given value is a data type (e.g. a FactType for DMO) |
void |
manageScenarioSimulationModelContent(org.uberfire.backend.vfs.ObservablePath currentPath,
ScenarioSimulationModelContent toManage) |
void |
populateTestTools(TestToolsView.Presenter testToolsPresenter,
ScenarioSimulationContext context) |
protected abstract void |
retrieveFactModelTuple(TestToolsView.Presenter testToolsPresenter,
ScenarioSimulationContext context,
String dmnFilePath) |
protected void |
showErrorsAndCleanupState(FactModelTuple factModelTuple) |
getInstanceMap, getPropertiesToHide, getPropertiesToHide, getSimpleClassFactModelTree, setModel, storeDataprotected final com.google.gwt.event.shared.EventBus eventBus
protected org.uberfire.backend.vfs.Path currentPath
public AbstractDMNDataManagementStrategy(com.google.gwt.event.shared.EventBus eventBus)
protected abstract void retrieveFactModelTuple(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, String dmnFilePath)
public void populateTestTools(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context)
public void manageScenarioSimulationModelContent(org.uberfire.backend.vfs.ObservablePath currentPath,
ScenarioSimulationModelContent toManage)
public boolean isADataType(String value)
DataManagementStrategytrue if the given value is a data type (e.g. a FactType for DMO)public org.jboss.errai.common.client.api.RemoteCallback<FactModelTuple> getSuccessCallback(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context)
public void getSuccessCallbackMethod(FactModelTuple factModelTuple, TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context)
protected void showErrorsAndCleanupState(FactModelTuple factModelTuple)
protected org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> getErrorCallback(TestToolsView.Presenter testToolsPresenter)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.