Class AbstractDMNDataManagementStrategy

    • Field Detail

      • eventBus

        protected final com.google.gwt.event.shared.EventBus eventBus
      • currentPath

        protected org.uberfire.backend.vfs.Path currentPath
      • dmnFilePath

        protected String dmnFilePath
    • Constructor Detail

      • AbstractDMNDataManagementStrategy

        public AbstractDMNDataManagementStrategy​(com.google.gwt.event.shared.EventBus eventBus)
    • Method Detail

      • manageScenarioSimulationModelContent

        public void manageScenarioSimulationModelContent​(org.uberfire.backend.vfs.ObservablePath currentPath,
                                                         org.drools.workbench.screens.scenariosimulation.model.ScenarioSimulationModelContent toManage)
      • isADataType

        public boolean isADataType​(String value)
        Description copied from interface: DataManagementStrategy
        Returns true if the given value is a data type (e.g. a FactType for DMO)
        Returns:
      • getSuccessCallback

        public org.jboss.errai.common.client.api.RemoteCallback<org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTuple> getSuccessCallback​(TestToolsView.Presenter testToolsPresenter,
                                                                                                                                                                        ScenarioSimulationContext context,
                                                                                                                                                                        GridWidget gridWidget)
      • showErrorsAndCleanupState

        protected void showErrorsAndCleanupState​(org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTuple factModelTuple)
      • getErrorCallback

        protected org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> getErrorCallback()