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
Modifier and Type | Method and Description |
---|---|
org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult |
convert(org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
create(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment) |
String |
getSource(org.uberfire.backend.vfs.Path path) |
DecisionTableXLSContent |
loadContent(org.uberfire.backend.vfs.Path path) |
validate
delete
org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert(org.uberfire.backend.vfs.Path path)
DecisionTableXLSContent loadContent(org.uberfire.backend.vfs.Path path)
String getSource(org.uberfire.backend.vfs.Path path)
org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.