Home
last modified time | relevance | path

Searched refs:UpdateSemanticParentHandler (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js40839 function UpdateSemanticParentHandler(bpmnUpdater) { class
40843 UpdateSemanticParentHandler.$inject = [ 'bpmnUpdater' ];
40846 UpdateSemanticParentHandler.prototype.execute = function(context) {
40861 UpdateSemanticParentHandler.prototype.revert = function(context) {
40882 commandStack.registerHandler('dataStore.updateContainment', UpdateSemanticParentHandler);