Interface SolverEditorService

  • All Superinterfaces:
    org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsCreate<SolverConfigModel>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsRead<SolverConfigModel>, org.uberfire.ext.editor.commons.service.support.SupportsRename, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<SolverConfigModel,​org.guvnor.common.services.shared.metadata.model.Metadata>, org.uberfire.ext.editor.commons.service.support.SupportsUpdate<SolverConfigModel,​org.guvnor.common.services.shared.metadata.model.Metadata>, org.guvnor.common.services.shared.validation.ValidationService<SolverConfigModel>, org.kie.workbench.common.services.shared.source.ViewSourceService<SolverConfigModel>

    public interface SolverEditorService
    extends org.guvnor.common.services.shared.validation.ValidationService<SolverConfigModel>, org.kie.workbench.common.services.shared.source.ViewSourceService<SolverConfigModel>, org.uberfire.ext.editor.commons.service.support.SupportsCreate<SolverConfigModel>, org.uberfire.ext.editor.commons.service.support.SupportsRead<SolverConfigModel>, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<SolverConfigModel,​org.guvnor.common.services.shared.metadata.model.Metadata>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SolverModelContent loadContent​(org.uberfire.backend.vfs.Path path)  
      List<org.guvnor.common.services.shared.validation.model.ValidationMessage> smokeTest​(org.uberfire.backend.vfs.Path path, SolverConfigModel config)  
      • 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
      • Methods inherited from interface org.guvnor.common.services.shared.validation.ValidationService

        validate
      • Methods inherited from interface org.kie.workbench.common.services.shared.source.ViewSourceService

        toSource
    • Method Detail

      • smokeTest

        List<org.guvnor.common.services.shared.validation.model.ValidationMessage> smokeTest​(org.uberfire.backend.vfs.Path path,
                                                                                             SolverConfigModel config)