org.drools.workbench.screens.dtablexls.backend.server
Interface ExtendedDecisionTableXLSService
- All Superinterfaces:
- DecisionTableXLSService, org.guvnor.common.services.shared.file.SupportsCopy, org.guvnor.common.services.shared.file.SupportsDelete, org.guvnor.common.services.shared.file.SupportsRename, org.guvnor.common.services.shared.validation.ValidationService<org.uberfire.backend.vfs.Path>
- All Known Implementing Classes:
- DecisionTableXLSServiceImpl
public interface ExtendedDecisionTableXLSService
- extends DecisionTableXLSService
| Methods inherited from interface org.guvnor.common.services.shared.validation.ValidationService |
validate |
| Methods inherited from interface org.guvnor.common.services.shared.file.SupportsDelete |
delete |
| Methods inherited from interface org.guvnor.common.services.shared.file.SupportsCopy |
copy |
| Methods inherited from interface org.guvnor.common.services.shared.file.SupportsRename |
rename |
load
InputStream load(org.uberfire.backend.vfs.Path path)
create
org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource,
InputStream content,
String comment)
save
org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource,
InputStream content,
String comment)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.