Drools Workbench - Fact Model Editor - API 6.0.0.Beta4

org.drools.workbench.screens.factmodel.service
Interface FactModelService

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

public interface FactModelService
extends ViewSourceService<FactModels>, ValidationService<FactModels>, SupportsCreate<FactModels>, SupportsRead<FactModels>, SupportsUpdate<FactModels>, SupportsDelete, SupportsCopy, SupportsRename


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

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

Drools Workbench - Fact Model Editor - API 6.0.0.Beta4

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