Drools Workbench - XLS Decision Table - API 6.2.0.Final

org.drools.workbench.screens.dtablexls.service
Interface DecisionTableXLSService

All Superinterfaces:
org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsRename, org.guvnor.common.services.shared.validation.ValidationService<org.uberfire.backend.vfs.Path>

public interface DecisionTableXLSService
extends org.guvnor.common.services.shared.validation.ValidationService<org.uberfire.backend.vfs.Path>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsRename


Method Summary
 org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert(org.uberfire.backend.vfs.Path path)
           
 String getSource(org.uberfire.backend.vfs.Path path)
           
 DecisionTableXLSContent loadContent(org.uberfire.backend.vfs.Path path)
           
 
Methods inherited from interface org.guvnor.common.services.shared.validation.ValidationService
validate
 
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete
delete
 
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCopy
copy
 
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRename
rename
 

Method Detail

convert

org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert(org.uberfire.backend.vfs.Path path)

loadContent

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

getSource

String getSource(org.uberfire.backend.vfs.Path path)

Drools Workbench - XLS Decision Table - API 6.2.0.Final

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