public interface ExtendedScoreCardXLSService extends ScoreCardXLSService
Modifier and Type | Method and Description |
---|---|
org.uberfire.backend.vfs.Path |
create(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment) |
InputStream |
load(org.uberfire.backend.vfs.Path path,
String sessionId) |
org.uberfire.backend.vfs.Path |
save(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment) |
loadContent
validate
delete
InputStream load(org.uberfire.backend.vfs.Path path, String sessionId)
org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.