Interface GlobalsEditorService

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

    public interface GlobalsEditorService
    extends org.kie.workbench.common.services.shared.source.ViewSourceService<GlobalsModel>, org.guvnor.common.services.shared.validation.ValidationService<GlobalsModel>, org.uberfire.ext.editor.commons.service.support.SupportsCreate<GlobalsModel>, org.uberfire.ext.editor.commons.service.support.SupportsRead<GlobalsModel>, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<GlobalsModel,​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
      org.uberfire.backend.vfs.Path generate​(org.uberfire.backend.vfs.Path context, String fileName, GlobalsModel content, String comment)  
      GlobalsEditorContent 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
      • Methods inherited from interface org.kie.workbench.common.services.shared.source.ViewSourceService

        toSource
    • Method Detail

      • generate

        org.uberfire.backend.vfs.Path generate​(org.uberfire.backend.vfs.Path context,
                                               String fileName,
                                               GlobalsModel content,
                                               String comment)