Lines Matching refs:bpmnFactory

33443 	function BpmnCopyPaste(bpmnFactory, eventBus, moddleCopy) {  argument
33489 bpmnProcess = bpmnFactory.create('bpmn:Process');
33549 newBusinessObject = bpmnFactory.create(oldBusinessObject.$type);
33636 function ModdleCopy(eventBus, bpmnFactory, moddle) { argument
33637 this._bpmnFactory = bpmnFactory;
33990 bpmnFactory, argument
34028 var newBusinessObject = bpmnFactory.create(type);
34121 newBusinessObject.processRef = bpmnFactory.create('bpmn:Process');
35129 bpmnFactory, popupMenu, modeling, moddle, argument
35132 this._bpmnFactory = bpmnFactory;
35640 var bpmnFactory = this._bpmnFactory;
35648 participantMultiplicity = bpmnFactory.create('bpmn:ParticipantMultiplicity');
39095 function createCategoryValue(definitions, bpmnFactory) { argument
39096 var categoryValue = bpmnFactory.create('bpmn:CategoryValue'),
39097 category = bpmnFactory.create('bpmn:Category', {
39111 eventBus, bpmnFactory, canvas, directEditing, argument
39114 this._bpmnFactory = bpmnFactory;
40141 bpmnjs, eventBus, injector, moddleCopy, bpmnFactory argument
40264 bpmnFactory.create(referencedRootElement.$type)
40429 function CreateDataObjectBehavior(eventBus, bpmnFactory, moddle) { argument
40441 var dataObject = bpmnFactory.create('bpmn:DataObject');
40712 function DataInputAssociationBehavior(eventBus, bpmnFactory) { argument
40751 targetRefProp = bpmnFactory.create('bpmn:Property', {
41532 bpmnFactory, argument
41672 categoryValue = createCategoryValue(definitions, bpmnFactory);
41699 categoryValue = createCategoryValue(getDefinitions(), bpmnFactory);
42572 eventBus, modeling, bpmnFactory, argument
42676 di.label = bpmnFactory.create('bpmndi:BPMNLabel', {
42677 bounds: bpmnFactory.create('dc:Bounds')
48100 eventBus, bpmnFactory, connectionDocking, argument
48105 this._bpmnFactory = bpmnFactory;
48784 function ElementFactory(bpmnFactory, moddle, translate) { argument
48787 this._bpmnFactory = bpmnFactory;
53882 bpmnFactory: [ 'type', BpmnFactory ],