@ApplicationScoped public class GuidedDecisionTableEditorServiceImpl extends org.kie.workbench.common.services.backend.service.KieService<GuidedDecisionTableEditorContent> implements GuidedDecisionTableEditorService
logger, metadataService, overviewLoader, pathResolver, projectService, sourceServicesDTABLE_VERIFICATION_DISABLED| Constructor and Description |
|---|
GuidedDecisionTableEditorServiceImpl() |
GuidedDecisionTableEditorServiceImpl(org.uberfire.io.IOService ioService,
org.uberfire.ext.editor.commons.service.CopyService copyService,
org.uberfire.ext.editor.commons.service.DeleteService deleteService,
org.uberfire.ext.editor.commons.service.RenameService renameService,
org.kie.workbench.common.services.datamodel.backend.server.service.DataModelService dataModelService,
WorkItemsEditorService workItemsService,
org.kie.workbench.common.services.shared.project.KieModuleService moduleService,
org.uberfire.ext.editor.commons.backend.version.VersionRecordService versionRecordService,
GuidedDecisionTableGraphEditorService dtableGraphService,
GuidedDTableGraphResourceTypeDefinition dtableGraphType,
javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceOpenedEvent> resourceOpenedEvent,
org.guvnor.common.services.backend.validation.GenericValidator genericValidator,
org.guvnor.common.services.backend.util.CommentedOptionFactory commentedOptionFactory,
org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52,org.guvnor.common.services.shared.metadata.model.Metadata> saveAndRenameService,
org.uberfire.rpc.SessionInfo sessionInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected GuidedDecisionTableEditorContent |
constructContent(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.shared.metadata.model.Overview overview) |
org.uberfire.backend.vfs.Path |
copy(org.uberfire.backend.vfs.Path path,
String newName,
org.uberfire.backend.vfs.Path targetDirectory,
String comment) |
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 context,
String fileName,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 content,
String comment) |
void |
delete(org.uberfire.backend.vfs.Path path,
String comment) |
void |
init() |
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 |
load(org.uberfire.backend.vfs.Path path) |
GuidedDecisionTableEditorContent |
loadContent(org.uberfire.backend.vfs.Path path) |
org.kie.workbench.common.services.datamodel.model.PackageDataModelOracleBaselinePayload |
loadDataModel(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,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
String comment) |
org.uberfire.backend.vfs.Path |
saveAndRename(org.uberfire.backend.vfs.Path path,
String newFileName,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 content,
String comment) |
org.uberfire.backend.vfs.Path |
saveAndUpdateGraphEntries(org.uberfire.backend.vfs.Path resource,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
String comment) |
String |
toSource(org.uberfire.backend.vfs.Path path,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model) |
List<org.guvnor.common.services.shared.validation.model.ValidationMessage> |
validate(org.uberfire.backend.vfs.Path path,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 content) |
public GuidedDecisionTableEditorServiceImpl()
@Inject
public GuidedDecisionTableEditorServiceImpl(@Named(value="ioStrategy")
org.uberfire.io.IOService ioService,
org.uberfire.ext.editor.commons.service.CopyService copyService,
org.uberfire.ext.editor.commons.service.DeleteService deleteService,
org.uberfire.ext.editor.commons.service.RenameService renameService,
org.kie.workbench.common.services.datamodel.backend.server.service.DataModelService dataModelService,
WorkItemsEditorService workItemsService,
org.kie.workbench.common.services.shared.project.KieModuleService moduleService,
org.uberfire.ext.editor.commons.backend.version.VersionRecordService versionRecordService,
GuidedDecisionTableGraphEditorService dtableGraphService,
GuidedDTableGraphResourceTypeDefinition dtableGraphType,
javax.enterprise.event.Event<org.uberfire.workbench.events.ResourceOpenedEvent> resourceOpenedEvent,
org.guvnor.common.services.backend.validation.GenericValidator genericValidator,
org.guvnor.common.services.backend.util.CommentedOptionFactory commentedOptionFactory,
org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52,org.guvnor.common.services.shared.metadata.model.Metadata> saveAndRenameService,
org.uberfire.rpc.SessionInfo sessionInfo)
@PostConstruct public void init()
public org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path context,
String fileName,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 content,
String comment)
create in interface org.uberfire.ext.editor.commons.service.support.SupportsCreate<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52>public org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 load(org.uberfire.backend.vfs.Path path)
load in interface org.uberfire.ext.editor.commons.service.support.SupportsRead<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52>public GuidedDecisionTableEditorContent loadContent(org.uberfire.backend.vfs.Path path)
loadContent in interface GuidedDecisionTableEditorServiceloadContent in class org.kie.workbench.common.services.backend.service.KieService<GuidedDecisionTableEditorContent>protected GuidedDecisionTableEditorContent constructContent(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.shared.metadata.model.Overview overview)
constructContent in class org.kie.workbench.common.services.backend.service.KieService<GuidedDecisionTableEditorContent>public org.kie.workbench.common.services.datamodel.model.PackageDataModelOracleBaselinePayload loadDataModel(org.uberfire.backend.vfs.Path path)
loadDataModel in interface GuidedDecisionTableEditorServicepublic org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path resource,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
String comment)
save in interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52,org.guvnor.common.services.shared.metadata.model.Metadata>public org.uberfire.backend.vfs.Path saveAndUpdateGraphEntries(org.uberfire.backend.vfs.Path resource,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
String comment)
saveAndUpdateGraphEntries in interface GuidedDecisionTableEditorServicepublic void delete(org.uberfire.backend.vfs.Path path,
String comment)
delete in interface org.uberfire.ext.editor.commons.service.support.SupportsDeletepublic org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
rename in interface org.uberfire.ext.editor.commons.service.support.SupportsRenamepublic org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
copy in interface org.uberfire.ext.editor.commons.service.support.SupportsCopypublic org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path,
String newName,
org.uberfire.backend.vfs.Path targetDirectory,
String comment)
copy in interface org.uberfire.ext.editor.commons.service.support.SupportsCopypublic String toSource(org.uberfire.backend.vfs.Path path, org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model)
toSource in interface org.kie.workbench.common.services.shared.source.ViewSourceService<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52>public List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path path, org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 content)
validate in interface org.guvnor.common.services.shared.validation.ValidationService<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52>public org.uberfire.backend.vfs.Path saveAndRename(org.uberfire.backend.vfs.Path path,
String newFileName,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 content,
String comment)
saveAndRename in interface org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52,org.guvnor.common.services.shared.metadata.model.Metadata>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.