org.drools.workbench.screens.dtablexls.backend.server
Class DecisionTableXLSServiceImpl
java.lang.Object
org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>
org.drools.workbench.screens.dtablexls.backend.server.DecisionTableXLSServiceImpl
- All Implemented Interfaces:
- ExtendedDecisionTableXLSService, DecisionTableXLSService, org.guvnor.common.services.shared.validation.ValidationService<org.uberfire.backend.vfs.Path>, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsRename
@ApplicationScoped
public class DecisionTableXLSServiceImpl
- extends org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>
- implements DecisionTableXLSService, ExtendedDecisionTableXLSService
| Fields inherited from class org.kie.workbench.common.services.backend.service.KieService |
commentAddedEvent, identity, metadataService, projectService, sessionInfo, sourceServices |
|
Method Summary |
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)
|
| Methods inherited from class org.kie.workbench.common.services.backend.service.KieService |
fireMetadataSocialEvents, makeCommentedOption |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionTableXLSServiceImpl
public DecisionTableXLSServiceImpl()
loadContent
public DecisionTableXLSContent loadContent(org.uberfire.backend.vfs.Path path)
- Specified by:
loadContent in interface DecisionTableXLSService- Overrides:
loadContent in class org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>
constructContent
protected DecisionTableXLSContent constructContent(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.shared.metadata.model.Overview overview)
- Specified by:
constructContent in class org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>
load
public InputStream load(org.uberfire.backend.vfs.Path path,
String sessionId)
- Specified by:
load in interface ExtendedDecisionTableXLSService
create
public org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment)
- Specified by:
create in interface ExtendedDecisionTableXLSService
save
public org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource,
InputStream content,
String sessionId,
String comment)
- Specified by:
save in interface ExtendedDecisionTableXLSService
getSource
public String getSource(org.uberfire.backend.vfs.Path path)
- Specified by:
getSource in interface DecisionTableXLSService- Overrides:
getSource in class org.kie.workbench.common.services.backend.service.KieService<DecisionTableXLSContent>
delete
public void delete(org.uberfire.backend.vfs.Path path,
String comment)
- Specified by:
delete in interface org.uberfire.ext.editor.commons.service.support.SupportsDelete
rename
public org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
- Specified by:
rename in interface org.uberfire.ext.editor.commons.service.support.SupportsRename
copy
public org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
- Specified by:
copy in interface org.uberfire.ext.editor.commons.service.support.SupportsCopy
convert
public org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult convert(org.uberfire.backend.vfs.Path path)
- Specified by:
convert in interface DecisionTableXLSService
validate
public List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path path,
org.uberfire.backend.vfs.Path resource)
- Specified by:
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.