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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResultconvert(org.uberfire.backend.vfs.Path path)org.uberfire.backend.vfs.Pathcreate(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)StringgetSource(org.uberfire.backend.vfs.Path path)DecisionTableXLSContentloadContent(org.uberfire.backend.vfs.Path path)-
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
-
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)
-
create
org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
-
-