Drools Workbench - XLS Decision Table - Backend 6.0.0.Final

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<org.uberfire.backend.vfs.Path>
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 sessionId, String comment)
           
 InputStream load(org.uberfire.backend.vfs.Path path, String sessionId)
           
 org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, 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
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,
                 String sessionId)

create

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

save

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

Drools Workbench - XLS Decision Table - Backend 6.0.0.Final

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