public interface ScenarioSimulationService extends org.uberfire.ext.editor.commons.service.support.SupportsCreate<ScenarioSimulationModel>, org.uberfire.ext.editor.commons.service.support.SupportsRead<ScenarioSimulationModel>, org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<ScenarioSimulationModel,org.guvnor.common.services.shared.metadata.model.Metadata>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy
Modifier and Type | Method and Description |
---|---|
org.uberfire.backend.vfs.Path |
create(org.uberfire.backend.vfs.Path context,
String fileName,
ScenarioSimulationModel content,
String comment,
ScenarioSimulationModel.Type type,
String value) |
ScenarioSimulationModelContent |
loadContent(org.uberfire.backend.vfs.Path path) |
ScenarioSimulationModel |
runScenario(org.uberfire.backend.vfs.Path path,
ScenarioSimulationModel model) |
create
saveAndRename
rename
save
ScenarioSimulationModelContent loadContent(org.uberfire.backend.vfs.Path path)
ScenarioSimulationModel runScenario(org.uberfire.backend.vfs.Path path, ScenarioSimulationModel model)
org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path context, String fileName, ScenarioSimulationModel content, String comment, ScenarioSimulationModel.Type type, String value)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.