Lines Matching refs:modeling

25784 	function AlignElements$1(modeling) {  argument
25785 this._modeling = modeling;
25901 var modeling = this._modeling;
25917 modeling.alignElements(sortedElements, alignment);
26222 function AutoPlace$1(eventBus, modeling, canvas) { argument
26256 var newShape = modeling.appendShape(source, shape, position, source.parent, hints);
26657 function AutoResize(eventBus, elementRegistry, modeling, rules) { argument
26662 this._modeling = modeling;
27064 function BpmnAutoResizeProvider(eventBus, modeling) { argument
27067 this._modeling = modeling;
28771 function BendpointMove(injector, eventBus, canvas, dragging, rules, modeling) { argument
28928 modeling.updateWaypoints(connection, filterRedundantWaypoints(newWaypoints), hints);
28948 modeling.reconnect(connection, source, target, docking, hints);
29255 dragging, graphicsFactory, modeling) { argument
29583 modeling.updateWaypoints(connection, croppedWaypoints, hints);
29950 function Connect(eventBus, dragging, modeling, rules) { argument
30039 modeling.connect(source, target, attrs, hints);
31719 modeling, argument
31891 shape = modeling.appendShape(source, shape, position, target, {
31897 elements = modeling.createElements(elements, position, target, assign({}, hints, {
32882 modeling, argument
32892 this._modeling = modeling;
33878 function Replace(modeling) { argument
33880 this._modeling = modeling;
33902 var modeling = this._modeling;
33914 return modeling.replaceShape(
33993 modeling, argument
34021 modeling.toggleCollapse(element);
35129 bpmnFactory, popupMenu, modeling, moddle, argument
35134 this._modeling = modeling;
35426 var modeling = this._modeling,
35442 modeling.updateProperties(element.source, { default: businessObject });
35452 modeling.updateProperties(element, { conditionExpression: conditionExpression });
35461 modeling.updateProperties(element, { conditionExpression: undefined });
35473 modeling.updateProperties(element.source, { default: undefined });
36082 contextPad, modeling, elementFactory, argument
36092 this._modeling = modeling;
36141 modeling = this._modeling,
36165 modeling.removeElements([ element ]);
36239 modeling.splitLane(element, count);
36259 modeling.addLane(element, 'top');
36301 modeling.addLane(element, 'bottom');
36546 function DistributeElements$1(modeling) { argument
36547 this._modeling = modeling;
36600 var modeling = this._modeling;
36620 modeling.distributeElements(groups, this._axis, this._dimension);
36848 var modeling = injector.get('modeling', false);
36895 if (modeling && selection && rules) {
36918 modeling.removeElements(removableElements.slice());
37085 var modeling = injector.get('modeling', false);
37157 if (selection && modeling) {
37162 modeling.setColor(currentSelection, opts);
37183 if (canvas && modeling) {
37201 modeling.moveElements(
37906 function LayoutConnectionBehavior(eventBus, gridSnapping, modeling) { argument
37930 modeling.updateWaypoints(connection, self.snapMiddleSegments(waypoints));
38391 modeling, argument
38450 modeling.moveElements(selectedElements, delta);
38584 function Resize(eventBus, rules, modeling, dragging) { argument
38664 modeling.resizeShape(shape, newBounds);
39112 modeling, resizeHandles, textRenderer) { argument
39116 this._modeling = modeling;
39671 function AdaptiveLabelPositioningBehavior(eventBus, modeling) { argument
39791 modeling.moveShape(label, delta$1);
39947 function AssociationBehavior(injector, modeling) { argument
39959 modeling.moveConnection(association, { x: 0, y: 0 }, newParent);
40066 function BoundaryEventBehavior(eventBus, moddle, modeling) { argument
40087 modeling.removeElements(boundaryEvents);
40105 modeling.removeElements(attachedboundaryEvents);
40469 function CreateParticipantBehavior(canvas, eventBus, modeling) { argument
40542 collaboration = modeling.makeCollaboration();
40593 modeling.moveElements(processChildren, { x: 0, y: 0 }, shape);
40642 modeling.moveElements(processChildren, { x: 0, y: 0 }, participant);
41076 function DeleteLaneBehavior(eventBus, modeling, spaceTool) { argument
41252 function DropOnFlowBehavior(eventBus, bpmnRules, modeling) { argument
41311 modeling.reconnectEnd(targetFlow, shape, waypointsBefore || mid);
41321 modeling.reconnectStart(targetFlow, shape, waypointsAfter || mid);
41325 outgoingConnection = modeling.connect(
41343 modeling.removeElements(duplicateConnections);
41445 function EventBasedGatewayBehavior(eventBus, modeling) { argument
41471 modeling.removeConnection(sequenceFlow);
41504 modeling.removeConnection(sequenceFlow);
42572 eventBus, modeling, bpmnFactory, argument
42584 modeling.updateLabel(element, properties[NAME_PROPERTY]);
42600 modeling.updateLabel(element, properties.text, newBounds);
42633 modeling.createLabel(element, labelCenter, {
42649 modeling.updateLabel(labelTarget, null, null, { removeShape: false });
42736 modeling.moveShape(label, labelAdjustment);
42777 modeling.moveShape(label, delta);
43011 function MessageFlowBehavior(eventBus, modeling) { argument
43028 modeling.reconnectEnd(incoming, newShape, anchor);
43034 modeling.reconnectStart(outgoing, newShape, anchor);
43117 function ReplaceConnectionBehavior(eventBus, modeling, bpmnRules, injector) { argument
43178 modeling.removeConnection(connection);
43184 modeling.connect(source, target, {
43206 replacement = modeling.connect(source, target, {
43212 modeling.removeConnection(connection);
43269 modeling.updateProperties(connection, { conditionExpression: undefined });
43275 modeling.updateProperties(element.source, { default: undefined });
43292 function RemoveParticipantBehavior(eventBus, modeling) { argument
43321 modeling.makeProcess();
43339 modeling, argument
43410 modeling.unclaimId(oldShape.businessObject.id, oldShape.businessObject);
43411 modeling.updateProperties(newShape, { id: oldShape.id });
43618 function ResizeLaneBehavior(eventBus, modeling) { argument
43650 modeling.resizeLane(shape, newBounds, context.balanced);
43664 function RemoveElementBehavior(eventBus, bpmnRules, modeling) { argument
43695 modeling.reconnectEnd(inConnection, outConnection.target, newWaypoints);
43854 function SubProcessStartEventBehavior(injector, modeling) { argument
43871 modeling.createShape({ type: 'bpmn:StartEvent' }, position, newShape);
43895 eventBus, elementFactory, modeling, argument
44002 modeling.resizeShape(shape, newBounds, null, {
44035 function UnclaimIdBehavior(canvas, injector, moddle, modeling) { argument
44051 modeling.unclaimId(shapeBo.id, shapeBo);
44060 modeling.unclaimId(connectionBo.id, connectionBo);
44082 function UpdateFlowNodeRefsBehavior(eventBus, modeling, translate) { argument
44127 modeling.updateLaneRefs(context.flowNodes, context.lanes);
44234 function DeleteSequenceFlowBehavior(eventBus, modeling) { argument
44245 modeling.updateProperties(source, {
46508 function LabelSupport(injector, eventBus, modeling) { argument
46586 modeling.removeShape(label, { nested: true });
46677 function AttachSupport(injector, eventBus, canvas, rules, modeling) { argument
46777 modeling.updateAttachment(attacher, newHost);
46799 modeling.removeConnection(connection);
46812 modeling.removeConnection(connection);
46825 modeling.updateAttachment(shape, host);
46844 modeling.updateAttachment(attacher, newShape);
46846 modeling.removeShape(attacher);
46855 modeling.moveShape(attacher, delta, attacher.parent);
46877 modeling.moveShape(attacher, delta, attacher.parent);
46880 modeling.moveShape(label, delta, label.parent);
46891 modeling.removeShape(attacher);
46895 modeling.updateAttachment(shape, null);
47269 modeling, rules, toolManager, argument
47275 this._modeling = modeling;
49020 function AlignElements(modeling, canvas) { argument
49021 this._modeling = modeling;
49029 var modeling = this._modeling;
49060 modeling.moveElements([ element ], delta, element.parent);
49076 function AppendShapeHandler(modeling) { argument
49077 this._modeling = modeling;
49199 function CreateElementsHandler(modeling) { argument
49200 this._modeling = modeling;
49214 var modeling = this._modeling;
49253 modeling.createConnection(
49261 modeling.createConnection(
49279 modeling.createShape(
49286 modeling.createShape(
49440 function DeleteConnectionHandler(canvas, modeling) { argument
49442 this._modeling = modeling;
49492 function DeleteElementsHandler(modeling, elementRegistry) { argument
49493 this._modeling = modeling;
49505 var modeling = this._modeling,
49518 modeling.removeConnection(element);
49520 modeling.removeShape(element);
49529 function DeleteShapeHandler(canvas, modeling) { argument
49531 this._modeling = modeling;
49543 var modeling = this._modeling;
49552 modeling.removeConnection(connection, { nested: true });
49556 modeling.removeConnection(connection, { nested: true });
49562 modeling.removeConnection(child, { nested: true });
49564 modeling.removeShape(child, { nested: true });
49616 function DistributeElements(modeling) { argument
49617 this._modeling = modeling;
49628 var modeling = this._modeling;
49660 modeling.moveElements([ element ], delta, element.parent);
49750 modeling.moveElements([ element ], delta, element.parent);
49901 function MoveHelper(modeling) { argument
49902 this._modeling = modeling;
49934 var modeling = this._modeling;
49950 modeling.moveShape(shape, delta, topLevel[shape.id] && !keepParent && newParent, {
49963 modeling.moveConnection(c, delta, topLevel[c.id] && !keepParent && newParent);
49965 modeling.layoutConnection(c, {
49986 function MoveElementsHandler(modeling) { argument
49987 this._helper = new MoveHelper(modeling);
50018 function MoveShapeHandler(modeling) { argument
50019 this._modeling = modeling;
50021 this._helper = new MoveHelper(modeling);
50060 var modeling = this._modeling;
50065 modeling.layoutConnection(c, {
50071 modeling.layoutConnection(c, {
50117 function ReconnectConnectionHandler(modeling) { argument
50118 this._modeling = modeling;
50228 function ReplaceShapeHandler(modeling, rules) { argument
50229 this._modeling = modeling;
50249 modeling = this._modeling,
50284 modeling.updateAttachment(newShape, oldShape.host);
50293 modeling.moveElements(children, { x: 0, y: 0 }, newShape, hints);
50363 function ResizeShapeHandler(modeling) { argument
50364 this._modeling = modeling;
50419 var modeling = this._modeling;
50430 modeling.layoutConnection(c, {
50436 modeling.layoutConnection(c, {
50462 function SpaceToolHandler(modeling) { argument
50463 this._modeling = modeling;
50660 function ToggleShapeCollapseHandler(modeling) { argument
50661 this._modeling = modeling;
50760 function UpdateAttachmentHandler(modeling) { argument
50761 this._modeling = modeling;
51438 modeling, textRenderer) { argument
51443 this._modeling = modeling;
51643 function UpdateCanvasRootHandler(canvas, modeling) { argument
51645 this._modeling = modeling;
51726 function AddLaneHandler(modeling, spaceTool) { argument
51727 this._modeling = modeling;
51740 modeling = this._modeling;
51754 modeling.createShape({ type: 'bpmn:Lane' }, {
51798 context.newLane = modeling.createShape({ type: 'bpmn:Lane' }, {
51812 function SplitLaneHandler(modeling, translate) { argument
51813 this._modeling = modeling;
51825 var modeling = this._modeling,
51873 modeling.resizeShape(childLanes[idx], laneBounds);
51881 modeling.createShape(newLaneAttrs, laneBounds, shape);
51891 function ResizeLaneHandler(modeling, spaceTool) { argument
51892 this._modeling = modeling;
51924 var modeling = this._modeling;
51929 modeling.resizeShape(shape, newBounds);
51933 modeling.resizeShape(r.shape, r.newBounds);
52338 function UpdateLabelHandler(modeling, textRenderer) { argument
52380 modeling.createLabel(element, labelCenter, {
52411 modeling.removeShape(label, { unsetLabel: false });
52427 modeling.resizeShape(label, newBounds, NULL_DIMENSIONS);
53885 modeling: [ 'type', Modeling ],
53913 eventBus, dragging, modeling, argument
54038 modeling.moveElements(shapes, delta, context.target, {