Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js5593 function ElementRegistry(eventBus) { class
5599 ElementRegistry.$inject = [ 'eventBus' ];
5629 ElementRegistry.prototype.remove = function(element) {
5653 ElementRegistry.prototype.updateId = function(element, newId) {
5712 ElementRegistry.prototype.get = function(filter) {
5732 ElementRegistry.prototype.filter = function(fn) {
5752 ElementRegistry.prototype.find = function(fn) {
5773 ElementRegistry.prototype.getAll = function() {
5782 ElementRegistry.prototype.forEach = function(fn) {
5825 ElementRegistry.prototype._validateId = function(id) {
[all …]