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.SupportsCopy
    Service definition for Globals editor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TestScenarioModelContent loadContent​(org.uberfire.backend.vfs.Path path)  
      TestScenarioResult runScenario​(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.SupportsRead

        load
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRename

        rename
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename

        saveAndRename
      • Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate

        save