Interface ExtendedDecisionTableXLSService
-
- All Superinterfaces:
org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService,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>
- All Known Implementing Classes:
DecisionTableXLSServiceImpl
public interface ExtendedDecisionTableXLSService extends org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamload(org.uberfire.backend.vfs.Path path, String sessionId)org.uberfire.backend.vfs.Pathsave(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)-
Methods inherited from interface org.drools.workbench.screens.dtablexls.service.DecisionTableXLSService
convert, create, getSource, loadContent
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCopy
copy, copy
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete
delete
-
-
-
-
Method Detail
-
load
InputStream load(org.uberfire.backend.vfs.Path path, String sessionId)
-
save
org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
-
-