@ApplicationScoped public class ScoreCardXLSServiceImpl extends Object implements ScoreCardXLSService, ExtendedScoreCardXLSService
Constructor and Description |
---|
ScoreCardXLSServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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 ExtendedScoreCardXLSService
public org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
create
in interface ExtendedScoreCardXLSService
public org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource, InputStream content, String sessionId, String comment)
save
in interface ExtendedScoreCardXLSService
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 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.