Interface DRLTextEditorService

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

    public interface DRLTextEditorService
    extends org.guvnor.common.services.shared.validation.ValidationService<String>, org.uberfire.ext.editor.commons.service.support.SupportsCreate<String>, org.uberfire.ext.editor.commons.service.support.SupportsRead<String>, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<String,​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
      String assertPackageName​(String drl, org.uberfire.backend.vfs.Path resource)  
      List<String> loadClassFields​(org.uberfire.backend.vfs.Path path, String fullyQualifiedClassName)  
      DrlModelContent 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.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
    • Method Detail

      • loadContent

        DrlModelContent loadContent​(org.uberfire.backend.vfs.Path path)
      • loadClassFields

        List<String> loadClassFields​(org.uberfire.backend.vfs.Path path,
                                     String fullyQualifiedClassName)
      • assertPackageName

        String assertPackageName​(String drl,
                                 org.uberfire.backend.vfs.Path resource)