Interface ExtendedDecisionTableXLSService

  • All Superinterfaces:
    org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsRename, org.guvnor.common.services.shared.validation.ValidationService<org.uberfire.backend.vfs.Path>
    All Known Implementing Classes:
    DecisionTableXLSServiceImpl

    public interface ExtendedDecisionTableXLSService
    extends org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InputStream load​(org.uberfire.backend.vfs.Path path, String sessionId)  
      org.uberfire.backend.vfs.Path save​(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)  
      • Methods inherited from interface org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService

        convert, create, getSource, loadContent
      • 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.SupportsDelete

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

        rename
      • Methods inherited from interface org.guvnor.common.services.shared.validation.ValidationService

        validate
    • Method Detail

      • save

        org.uberfire.backend.vfs.Path save​(org.uberfire.backend.vfs.Path resource,
                                           InputStream content,
                                           String sessionId,
                                           String comment)