@@ -266,7 +266,7 @@ <h3 id="constructor">Constructor</h3>
266
266
< tr >
267
267
< td class ="col-md-4 ">
268
268
< span class ="modifier "> Protected</ span >
269
- < code > constructor(_uriService: < a href ="../injectables/UriService .html " target ="_self "> UriService </ a > , _caseResourceService: < a href ="../injectables/CaseResourceService.html " target ="_self "> CaseResourceService</ a > , _activatedRoute: ActivatedRoute, _router: Router, _dynamicRoutingService: < a href ="../injectables/DynamicNavigationRouteProviderService.html " target ="_self "> DynamicNavigationRouteProviderService</ a > , _translateService: TranslateService, _log: < a href ="../injectables/LoggerService.html " target ="_self "> LoggerService</ a > )</ code >
269
+ < code > constructor(_uriService: < a href ="../injectables/PathService .html " target ="_self "> PathService </ a > , _caseResourceService: < a href ="../injectables/CaseResourceService.html " target ="_self "> CaseResourceService</ a > , _activatedRoute: ActivatedRoute, _router: Router, _dynamicRoutingService: < a href ="../injectables/DynamicNavigationRouteProviderService.html " target ="_self "> DynamicNavigationRouteProviderService</ a > , _translateService: TranslateService, _log: < a href ="../injectables/LoggerService.html " target ="_self "> LoggerService</ a > )</ code >
270
270
</ td >
271
271
</ tr >
272
272
< tr >
@@ -290,87 +290,87 @@ <h3 id="constructor">Constructor</h3>
290
290
< tbody >
291
291
< tr >
292
292
< td > _uriService</ td >
293
-
293
+
294
294
< td >
295
- < code > < a href ="../injectables/UriService .html " target ="_self " > UriService </ a > </ code >
295
+ < code > < a href ="../injectables/PathService .html " target ="_self " > PathService </ a > </ code >
296
296
</ td >
297
-
297
+
298
298
< td >
299
299
No
300
300
</ td >
301
-
301
+
302
302
</ tr >
303
303
< tr >
304
304
< td > _caseResourceService</ td >
305
-
305
+
306
306
< td >
307
307
< code > < a href ="../injectables/CaseResourceService.html " target ="_self " > CaseResourceService</ a > </ code >
308
308
</ td >
309
-
309
+
310
310
< td >
311
311
No
312
312
</ td >
313
-
313
+
314
314
</ tr >
315
315
< tr >
316
316
< td > _activatedRoute</ td >
317
-
317
+
318
318
< td >
319
319
< code > ActivatedRoute</ code >
320
320
</ td >
321
-
321
+
322
322
< td >
323
323
No
324
324
</ td >
325
-
325
+
326
326
</ tr >
327
327
< tr >
328
328
< td > _router</ td >
329
-
329
+
330
330
< td >
331
331
< code > Router</ code >
332
332
</ td >
333
-
333
+
334
334
< td >
335
335
No
336
336
</ td >
337
-
337
+
338
338
</ tr >
339
339
< tr >
340
340
< td > _dynamicRoutingService</ td >
341
-
341
+
342
342
< td >
343
343
< code > < a href ="../injectables/DynamicNavigationRouteProviderService.html " target ="_self " > DynamicNavigationRouteProviderService</ a > </ code >
344
344
</ td >
345
-
345
+
346
346
< td >
347
347
No
348
348
</ td >
349
-
349
+
350
350
</ tr >
351
351
< tr >
352
352
< td > _translateService</ td >
353
-
353
+
354
354
< td >
355
355
< code > TranslateService</ code >
356
356
</ td >
357
-
357
+
358
358
< td >
359
359
No
360
360
</ td >
361
-
361
+
362
362
</ tr >
363
363
< tr >
364
364
< td > _log</ td >
365
-
365
+
366
366
< td >
367
367
< code > < a href ="../injectables/LoggerService.html " target ="_self " > LoggerService</ a > </ code >
368
368
</ td >
369
-
369
+
370
370
< td >
371
371
No
372
372
</ td >
373
-
373
+
374
374
</ tr >
375
375
</ tbody >
376
376
</ table >
@@ -518,7 +518,7 @@ <h3 id="inputs">Inputs</h3>
518
518
519
519
520
520
< section data-compodoc ="block-methods ">
521
-
521
+
522
522
< h3 id ="methods ">
523
523
Methods
524
524
</ h3 >
@@ -555,7 +555,7 @@ <h3 id="methods">
555
555
556
556
< div class ="io-description ">
557
557
< b > Parameters :</ b >
558
-
558
+
559
559
< table class ="params ">
560
560
< thead >
561
561
< tr >
@@ -597,7 +597,7 @@ <h3 id="methods">
597
597
598
598
</ div >
599
599
< div class ="io-description ">
600
-
600
+
601
601
</ div >
602
602
</ td >
603
603
</ tr >
@@ -835,7 +835,7 @@ <h3 id="methods">
835
835
</ table >
836
836
</ section >
837
837
< section data-compodoc ="block-properties ">
838
-
838
+
839
839
< h3 id ="inputs ">
840
840
Properties
841
841
</ h3 >
@@ -898,7 +898,7 @@ <h3 id="inputs">
898
898
899
899
< div class ="tab-pane fade tab-source-code " id ="source ">
900
900
< pre class ="line-numbers compodoc-sourcecode "> < code class ="language-typescript "> import {AfterViewInit, Component, Input, OnDestroy} from '@angular/core';
901
- import {UriService } from '../service/uri.service';
901
+ import {PathService } from '../service/uri.service';
902
902
import {CaseResourceService} from "../../resources/engine-endpoint/case-resource.service";
903
903
import {CaseSearchRequestBody} from "../../filter/models/case-search-request-body";
904
904
import {HttpParams} from "@angular/common/http";
@@ -937,7 +937,7 @@ <h3 id="inputs">
937
937
private redirectUrls: Map<string, Array<string>>;
938
938
private nicePathSubscription: Subscription;
939
939
940
- protected constructor(protected _uriService: UriService ,
940
+ protected constructor(protected _uriService: PathService ,
941
941
protected _caseResourceService: CaseResourceService,
942
942
protected _activatedRoute: ActivatedRoute,
943
943
protected _router: Router,
@@ -1091,7 +1091,7 @@ <h3 id="inputs">
1091
1091
</ div >
1092
1092
</ div >
1093
1093
1094
-
1094
+
1095
1095
</ div >
1096
1096
1097
1097
< script src ="../js/libs/vis.min.js "> </ script >
0 commit comments