Interface ScenarioTestEditorService
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.service.support.SupportsCopy,org.uberfire.ext.editor.commons.service.support.SupportsCreate<org.drools.workbench.models.testscenarios.shared.Scenario>,org.uberfire.ext.editor.commons.service.support.SupportsDelete,org.uberfire.ext.editor.commons.service.support.SupportsRead<org.drools.workbench.models.testscenarios.shared.Scenario>,org.uberfire.ext.editor.commons.service.support.SupportsRename,org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<org.drools.workbench.models.testscenarios.shared.Scenario,org.guvnor.common.services.shared.metadata.model.Metadata>,org.uberfire.ext.editor.commons.service.support.SupportsUpdate<org.drools.workbench.models.testscenarios.shared.Scenario,org.guvnor.common.services.shared.metadata.model.Metadata>
public interface ScenarioTestEditorService extends org.uberfire.ext.editor.commons.service.support.SupportsCreate<org.drools.workbench.models.testscenarios.shared.Scenario>, org.uberfire.ext.editor.commons.service.support.SupportsRead<org.drools.workbench.models.testscenarios.shared.Scenario>, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<org.drools.workbench.models.testscenarios.shared.Scenario,org.guvnor.common.services.shared.metadata.model.Metadata>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopyService definition for Globals editor
-
-
Field Summary
Fields Modifier and Type Field Description static StringTEST_SCENARIO_EDITOR_MAX_RULE_FIRINGSstatic StringTEST_SCENARIO_EDITOR_SETTINGS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestScenarioModelContentloadContent(org.uberfire.backend.vfs.Path path)TestScenarioResultrunScenario(String userName, org.uberfire.backend.vfs.Path path, org.drools.workbench.models.testscenarios.shared.Scenario scenario)-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCopy
copy, copy
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCreate
create
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete
delete
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRename
rename
-
-
-
-
Field Detail
-
TEST_SCENARIO_EDITOR_SETTINGS
static final String TEST_SCENARIO_EDITOR_SETTINGS
- See Also:
- Constant Field Values
-
TEST_SCENARIO_EDITOR_MAX_RULE_FIRINGS
static final String TEST_SCENARIO_EDITOR_MAX_RULE_FIRINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadContent
TestScenarioModelContent loadContent(org.uberfire.backend.vfs.Path path)
-
runScenario
TestScenarioResult runScenario(String userName, org.uberfire.backend.vfs.Path path, org.drools.workbench.models.testscenarios.shared.Scenario scenario)
-
-