Drools Workbench - Globals Editor - API 6.0.0.Beta3

org.drools.workbench.screens.globals.service
Interface GlobalsEditorService

All Superinterfaces:
SupportsCopy, SupportsCreate<GlobalsModel>, SupportsDelete, SupportsRead<GlobalsModel>, SupportsRename, SupportsUpdate<GlobalsModel>, ValidationService<GlobalsModel>, ViewSourceService<GlobalsModel>

public interface GlobalsEditorService
extends ViewSourceService<GlobalsModel>, ValidationService<GlobalsModel>, SupportsCreate<GlobalsModel>, SupportsRead<GlobalsModel>, SupportsUpdate<GlobalsModel>, SupportsDelete, SupportsCopy, SupportsRename

Service definition for Globals editor


Method Summary
 GlobalsEditorContent loadContent(org.uberfire.backend.vfs.Path path)
           
 
Methods inherited from interface org.kie.workbench.common.services.shared.source.ViewSourceService
toSource
 
Methods inherited from interface org.kie.workbench.common.services.shared.validation.ValidationService
isValid, validate
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsCreate
create
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsRead
load
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsUpdate
save
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsDelete
delete
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsCopy
copy
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsRename
rename
 

Method Detail

loadContent

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

Drools Workbench - Globals Editor - API 6.0.0.Beta3

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