Drools Workbench - Guided Rule Editor - API 6.0.0.Beta4

org.drools.workbench.screens.guided.rule.service
Interface GuidedRuleEditorService

All Superinterfaces:
SupportsCopy, SupportsCreate<org.drools.workbench.models.commons.shared.rule.RuleModel>, SupportsDelete, SupportsRead<org.drools.workbench.models.commons.shared.rule.RuleModel>, SupportsRename, SupportsUpdate<org.drools.workbench.models.commons.shared.rule.RuleModel>, ValidationService<org.drools.workbench.models.commons.shared.rule.RuleModel>, ViewSourceService<org.drools.workbench.models.commons.shared.rule.RuleModel>

public interface GuidedRuleEditorService
extends ViewSourceService<org.drools.workbench.models.commons.shared.rule.RuleModel>, ValidationService<org.drools.workbench.models.commons.shared.rule.RuleModel>, SupportsCreate<org.drools.workbench.models.commons.shared.rule.RuleModel>, SupportsRead<org.drools.workbench.models.commons.shared.rule.RuleModel>, SupportsUpdate<org.drools.workbench.models.commons.shared.rule.RuleModel>, SupportsDelete, SupportsCopy, SupportsRename


Method Summary
 GuidedEditorContent 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

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

Drools Workbench - Guided Rule Editor - API 6.0.0.Beta4

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