Drools Workbench - XLS Decision Table - Backend 6.0.0.Beta5

org.drools.workbench.screens.dtablexls.backend.server
Interface ExtendedDecisionTableXLSService

All Superinterfaces:
DecisionTableXLSService, org.guvnor.common.services.shared.file.SupportsCopy, org.guvnor.common.services.shared.file.SupportsDelete, org.guvnor.common.services.shared.file.SupportsRename, org.guvnor.common.services.shared.validation.ValidationService<String>
All Known Implementing Classes:
DecisionTableXLSServiceImpl

public interface ExtendedDecisionTableXLSService
extends DecisionTableXLSService


Method Summary
 org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource, InputStream content, String comment)
           
 InputStream load(org.uberfire.backend.vfs.Path path)
           
 org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource, InputStream content, String comment)
           
 
Methods inherited from interface org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService
convert
 
Methods inherited from interface org.guvnor.common.services.shared.validation.ValidationService
isValid, validate
 
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

load

InputStream load(org.uberfire.backend.vfs.Path path)

create

org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource,
                                     InputStream content,
                                     String comment)

save

org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource,
                                   InputStream content,
                                   String comment)

Drools Workbench - XLS Decision Table - Backend 6.0.0.Beta5

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