Searched refs:BpmnRules (Results 1 – 2 of 2) sorted by relevance
637 * `BpmnRules`: removed `elements.paste` rule in favor of `elements.create` rule638 * `BpmnRules`: removed `element.paste` rule
44361 function BpmnRules(eventBus) { function44365 inherits$1(BpmnRules, RuleProvider);44367 BpmnRules.$inject = [ 'eventBus' ];44369 BpmnRules.prototype.init = function() {44500 BpmnRules.prototype.canMove = canMove;44502 BpmnRules.prototype.canAttach = canAttach;44506 BpmnRules.prototype.canDrop = canDrop;44508 BpmnRules.prototype.canInsert = canInsert;44510 BpmnRules.prototype.canCreate = canCreate;44516 BpmnRules.prototype.canCopy = canCopy;[all …]