public class DMNDataManagementStrategy extends AbstractDataManagementStrategy
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DMNDataManagementStrategy.ResultHolder |
| Modifier and Type | Field and Description |
|---|---|
protected org.uberfire.backend.vfs.Path |
currentPath |
protected DMNDataManagementStrategy.ResultHolder |
factModelTreeHolder |
protected ScenarioSimulationContext |
scenarioSimulationContext |
modelSIMPLE_CLASSES_MAP| Constructor and Description |
|---|
DMNDataManagementStrategy(org.jboss.errai.common.client.api.Caller<DMNTypeService> dmnTypeService,
ScenarioSimulationContext scenarioSimulationContext,
com.google.gwt.event.shared.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
filterFactModelTreeMap(SortedMap<String,FactModelTree> toFilter,
Map<String,List<String>> alreadyAssignedProperties) |
protected org.jboss.errai.common.client.api.RemoteCallback<FactModelTuple> |
getSuccessCallback(RightPanelView.Presenter rightPanelPresenter,
ScenarioGridModel scenarioGridModel) |
protected void |
getSuccessCallbackMethod(FactModelTuple factModelTuple,
RightPanelView.Presenter rightPanelPresenter,
ScenarioGridModel scenarioGridModel) |
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 |
populateRightPanel(RightPanelView.Presenter rightPanelPresenter,
ScenarioGridModel scenarioGridModel) |
getPropertiesToHide, getPropertiesToHide, getSimpleClassFactModelTree, setModelprotected DMNDataManagementStrategy.ResultHolder factModelTreeHolder
protected ScenarioSimulationContext scenarioSimulationContext
protected org.uberfire.backend.vfs.Path currentPath
public DMNDataManagementStrategy(org.jboss.errai.common.client.api.Caller<DMNTypeService> dmnTypeService, ScenarioSimulationContext scenarioSimulationContext, com.google.gwt.event.shared.EventBus eventBus)
public void populateRightPanel(RightPanelView.Presenter rightPanelPresenter, ScenarioGridModel scenarioGridModel)
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)protected org.jboss.errai.common.client.api.RemoteCallback<FactModelTuple> getSuccessCallback(RightPanelView.Presenter rightPanelPresenter, ScenarioGridModel scenarioGridModel)
protected void getSuccessCallbackMethod(FactModelTuple factModelTuple, RightPanelView.Presenter rightPanelPresenter, ScenarioGridModel scenarioGridModel)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.