Class PMMLIncludedModelHandler
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.included.imports.persistence.PMMLIncludedModelHandler
-
- All Implemented Interfaces:
DRGElementHandler
@Dependent public class PMMLIncludedModelHandler extends Object implements DRGElementHandler
-
-
Constructor Summary
Constructors Constructor Description PMMLIncludedModelHandler(DMNGraphUtils dmnGraphUtils, org.kie.workbench.common.stunner.core.client.api.SessionManager sessionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(String oldModelName)DestroysDRGElementwhen an imported model is removed.voidupdate(String oldModelName, String newModelName)UpdatesDRGElementwhen an imported model name changes.
-
-
-
Constructor Detail
-
PMMLIncludedModelHandler
@Inject public PMMLIncludedModelHandler(DMNGraphUtils dmnGraphUtils, org.kie.workbench.common.stunner.core.client.api.SessionManager sessionManager)
-
-
Method Detail
-
update
public void update(String oldModelName, String newModelName)
Description copied from interface:DRGElementHandlerUpdatesDRGElementwhen an imported model name changes.- Specified by:
updatein interfaceDRGElementHandler
-
destroy
public void destroy(String oldModelName)
Description copied from interface:DRGElementHandlerDestroysDRGElementwhen an imported model is removed.- Specified by:
destroyin interfaceDRGElementHandler
-
-