@ApplicationScoped public class DecisionTableXLSServiceImpl extends Object implements DecisionTableXLSService, ExtendedDecisionTableXLSService
Constructor and Description |
---|
DecisionTableXLSServiceImpl() |
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 |
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) |
InputStream |
load(org.uberfire.backend.vfs.Path path,
String sessionId) |
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 InputStream load(org.uberfire.backend.vfs.Path path, String sessionId)
load
in interface ExtendedDecisionTableXLSService
public org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
create
in interface ExtendedDecisionTableXLSService
public org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
save
in interface ExtendedDecisionTableXLSService
public void delete(org.uberfire.backend.vfs.Path path, String comment)
delete
in interface org.guvnor.common.services.shared.file.SupportsDelete
public org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path, String newName, String comment)
rename
in interface org.guvnor.common.services.shared.file.SupportsRename
public org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path, String newName, String comment)
copy
in interface org.guvnor.common.services.shared.file.SupportsCopy
public org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert(org.uberfire.backend.vfs.Path path)
convert
in interface DecisionTableXLSService
public 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-2014 JBoss by Red Hat. All Rights Reserved.