@Dependent public class DMNIncludedModelHandler extends Object implements DRGElementHandler
| Constructor and Description |
|---|
DMNIncludedModelHandler(DMNGraphUtils dmnGraphUtils,
DefaultCanvasCommandFactory canvasCommandFactory,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
DefinitionUtils definitionUtils) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(String oldModelName)
Destroys
DRGElement when an imported model is removed. |
void |
update(String oldModelName,
String newModelName)
Updates
DRGElement when an imported model name changes. |
@Inject public DMNIncludedModelHandler(DMNGraphUtils dmnGraphUtils, DefaultCanvasCommandFactory canvasCommandFactory, SessionCommandManager<AbstractCanvasHandler> sessionCommandManager, DefinitionUtils definitionUtils)
public void update(String oldModelName, String newModelName)
DRGElementHandlerDRGElement when an imported model name changes.update in interface DRGElementHandlerpublic void destroy(String oldModelName)
DRGElementHandlerDRGElement when an imported model is removed.destroy in interface DRGElementHandlerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.