Drools Workbench - Domain Specific Language Editor - API 6.2.0.CR2

org.drools.workbench.screens.dsltext.service
Interface DSLTextEditorService

All Superinterfaces:
org.guvnor.common.services.project.builder.service.BuildValidationHelper, org.guvnor.common.services.shared.file.SupportsCopy, org.guvnor.common.services.shared.file.SupportsCreate<String>, org.guvnor.common.services.shared.file.SupportsDelete, org.guvnor.common.services.shared.file.SupportsRead<String>, org.guvnor.common.services.shared.file.SupportsRename, org.guvnor.common.services.shared.file.SupportsUpdate<String>, org.guvnor.common.services.shared.validation.ValidationService<String>

public interface DSLTextEditorService
extends org.guvnor.common.services.project.builder.service.BuildValidationHelper, org.guvnor.common.services.shared.validation.ValidationService<String>, org.guvnor.common.services.shared.file.SupportsCreate<String>, org.guvnor.common.services.shared.file.SupportsRead<String>, org.guvnor.common.services.shared.file.SupportsUpdate<String>, org.guvnor.common.services.shared.file.SupportsDelete, org.guvnor.common.services.shared.file.SupportsCopy, org.guvnor.common.services.shared.file.SupportsRename


Method Summary
 DSLTextEditorContent loadContent(org.uberfire.backend.vfs.Path path)
           
 
Methods inherited from interface org.guvnor.common.services.project.builder.service.BuildValidationHelper
accepts, validate
 
Methods inherited from interface org.guvnor.common.services.shared.validation.ValidationService
validate
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsCreate
create
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsRead
load
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsUpdate
save
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsDelete
delete
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsCopy
copy
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsRename
rename
 

Method Detail

loadContent

DSLTextEditorContent loadContent(org.uberfire.backend.vfs.Path path)

Drools Workbench - Domain Specific Language Editor - API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.