Interface DecisionTableXLSService

  • All Superinterfaces:
    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>

    public interface DecisionTableXLSService
    extends org.guvnor.common.services.shared.validation.ValidationService<org.uberfire.backend.vfs.Path>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsRename
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert​(org.uberfire.backend.vfs.Path path)  
      org.uberfire.backend.vfs.Path create​(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)  
      String getSource​(org.uberfire.backend.vfs.Path path)  
      DecisionTableXLSContent loadContent​(org.uberfire.backend.vfs.Path path)  
      • 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

      • convert

        org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert​(org.uberfire.backend.vfs.Path path)
      • getSource

        String getSource​(org.uberfire.backend.vfs.Path path)
      • create

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