@ApplicationScoped public class DecisionTableXLSServiceImpl extends org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent> implements DecisionTableXLSService, ExtendedDecisionTableXLSService
| Constructor and Description |
|---|
DecisionTableXLSServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected DecisionTableXLSContent |
constructContent(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.shared.metadata.model.Overview overview) |
org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult |
convert(org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment) |
org.uberfire.backend.vfs.Path |
create(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment) |
void |
delete(org.uberfire.backend.vfs.Path path,
String comment) |
String |
getSource(org.uberfire.backend.vfs.Path path) |
InputStream |
load(org.uberfire.backend.vfs.Path path,
String sessionId) |
DecisionTableXLSContent |
loadContent(org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment) |
org.uberfire.backend.vfs.Path |
save(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment) |
List<org.guvnor.common.services.shared.validation.model.ValidationMessage> |
validate(org.uberfire.backend.vfs.Path path,
org.uberfire.backend.vfs.Path resource) |
public DecisionTableXLSContent loadContent(org.uberfire.backend.vfs.Path path)
loadContent in interface DecisionTableXLSServiceloadContent in class org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>protected DecisionTableXLSContent constructContent(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.shared.metadata.model.Overview overview)
constructContent in class org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>public InputStream load(org.uberfire.backend.vfs.Path path, String sessionId)
load in interface ExtendedDecisionTableXLSServicepublic org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment)
create in interface ExtendedDecisionTableXLSServicepublic org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment)
save in interface ExtendedDecisionTableXLSServicepublic String getSource(org.uberfire.backend.vfs.Path path)
getSource in interface DecisionTableXLSServicegetSource in class org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>public void delete(org.uberfire.backend.vfs.Path path,
String comment)
delete in interface org.uberfire.ext.editor.commons.service.support.SupportsDeletepublic org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
rename in interface org.uberfire.ext.editor.commons.service.support.SupportsRenamepublic org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
copy in interface org.uberfire.ext.editor.commons.service.support.SupportsCopypublic org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert(org.uberfire.backend.vfs.Path path)
convert in interface DecisionTableXLSServicepublic List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path path, org.uberfire.backend.vfs.Path resource)
validate in interface org.guvnor.common.services.shared.validation.ValidationService<org.uberfire.backend.vfs.Path>Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.