jsegd-fluig-types 1.0.67 → 1.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/fluig/fluig.sdk.d.ts +610 -1
- package/types/fluig/fluig.webservice.d.ts +23 -23
- package/types/java/java.d.ts +52 -4
package/package.json
CHANGED
|
@@ -140,7 +140,506 @@ declare global {
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
namespace customappkey {}
|
|
143
|
-
namespace document {
|
|
143
|
+
namespace document {
|
|
144
|
+
|
|
145
|
+
class DocumentVO extends java.lang.Object implements java.io.Serializable {
|
|
146
|
+
constructor()
|
|
147
|
+
constructor(tenantId: java.lang.Long, documentId: java.lang.Integer, version: java.lang.Integer)
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Recupera número de acessso
|
|
151
|
+
*/
|
|
152
|
+
getAccessCount(): Integer
|
|
153
|
+
/**
|
|
154
|
+
* Recupera versão ativa
|
|
155
|
+
*/
|
|
156
|
+
getActiveVersion(): Boolean
|
|
157
|
+
/**
|
|
158
|
+
* Recupera o valor do comentário nas informações extras
|
|
159
|
+
*/
|
|
160
|
+
getAdditionalComments(): String
|
|
161
|
+
/**
|
|
162
|
+
* Recupera valor, se documento permite mult card por usuário
|
|
163
|
+
*/
|
|
164
|
+
getAllowMuiltiCardsPerUser(): Boolean
|
|
165
|
+
/**
|
|
166
|
+
* Recupera condição aprovalAndOr
|
|
167
|
+
*/
|
|
168
|
+
getApprovalAndOr(): Boolean
|
|
169
|
+
/**
|
|
170
|
+
* Recupera valor, se documento está aprovado
|
|
171
|
+
*/
|
|
172
|
+
getApproved(): Boolean
|
|
173
|
+
/**
|
|
174
|
+
* Recupera valor da data de aprovação
|
|
175
|
+
*/
|
|
176
|
+
getApprovedDate(): Date
|
|
177
|
+
/**
|
|
178
|
+
* Recupera id de atualização
|
|
179
|
+
*/
|
|
180
|
+
getAtualizationId(): Integer
|
|
181
|
+
/**
|
|
182
|
+
* Recupera descrição do card
|
|
183
|
+
*/
|
|
184
|
+
getCardDescription(): String
|
|
185
|
+
/**
|
|
186
|
+
* Recupera id do colega
|
|
187
|
+
*/
|
|
188
|
+
getColleagueId(): String
|
|
189
|
+
/**
|
|
190
|
+
* Recupera valor do crc
|
|
191
|
+
*/
|
|
192
|
+
getCrc(): Long
|
|
193
|
+
/**
|
|
194
|
+
* Recupera valor para data de criação
|
|
195
|
+
*/
|
|
196
|
+
getCreateDate(): Date
|
|
197
|
+
/**
|
|
198
|
+
* Recupera valor, se documento foi deletado
|
|
199
|
+
*/
|
|
200
|
+
getDeleted(): Boolean
|
|
201
|
+
/**
|
|
202
|
+
* Recupera descrição do documento
|
|
203
|
+
*/
|
|
204
|
+
getDocumentDescription(): String
|
|
205
|
+
/**
|
|
206
|
+
* Recupera valor do document Id
|
|
207
|
+
*/
|
|
208
|
+
getDocumentId(): Integer
|
|
209
|
+
/**
|
|
210
|
+
* Recupera número de propriedade do documento
|
|
211
|
+
*/
|
|
212
|
+
getDocumentPropertyNumber(): Integer
|
|
213
|
+
/**
|
|
214
|
+
* Recupera versão do documento
|
|
215
|
+
*/
|
|
216
|
+
getDocumentPropertyVersion(): Integer
|
|
217
|
+
/**
|
|
218
|
+
* Recupera valor do tipo de documento
|
|
219
|
+
*/
|
|
220
|
+
getDocumentType(): String
|
|
221
|
+
/**
|
|
222
|
+
* Recupera valor do id do tipo de documento
|
|
223
|
+
*/
|
|
224
|
+
getDocumentTypeId(): String
|
|
225
|
+
/**
|
|
226
|
+
* Recupera valor, se download é habilitado
|
|
227
|
+
*/
|
|
228
|
+
getDownloadEnabled(): Boolean
|
|
229
|
+
/**
|
|
230
|
+
* Recupera valor de draft
|
|
231
|
+
*/
|
|
232
|
+
getDraft(): Boolean
|
|
233
|
+
/**
|
|
234
|
+
* Recupera data de expiração
|
|
235
|
+
*/
|
|
236
|
+
getExpirationDate(): Date
|
|
237
|
+
/**
|
|
238
|
+
* Recupera valor, se documento expira
|
|
239
|
+
*/
|
|
240
|
+
getExpires(): Boolean
|
|
241
|
+
/**
|
|
242
|
+
* Recupera os dados extras
|
|
243
|
+
*/
|
|
244
|
+
getExtData(): HashMap
|
|
245
|
+
/**
|
|
246
|
+
* Recupera id documento externo
|
|
247
|
+
*/
|
|
248
|
+
getExternalDocumentId(): String
|
|
249
|
+
/**
|
|
250
|
+
* Recupera os dados extras
|
|
251
|
+
*/
|
|
252
|
+
getExtraData(key: String): Object
|
|
253
|
+
/**
|
|
254
|
+
* Recupera id do icone
|
|
255
|
+
*/
|
|
256
|
+
getIconId(): Integer
|
|
257
|
+
/**
|
|
258
|
+
* Recupera valor do path do icon
|
|
259
|
+
*/
|
|
260
|
+
getIconPath(): String
|
|
261
|
+
/**
|
|
262
|
+
* Recupera valor, se documento é imultavel
|
|
263
|
+
*/
|
|
264
|
+
getImutable(): Boolean
|
|
265
|
+
/**
|
|
266
|
+
* Recupera valor, se documento é indexado
|
|
267
|
+
*/
|
|
268
|
+
getIndexed(): Boolean
|
|
269
|
+
/**
|
|
270
|
+
* Retorna se o documento herda as propriedades do parent
|
|
271
|
+
*/
|
|
272
|
+
getInheritSecurity(): Boolean
|
|
273
|
+
/**
|
|
274
|
+
* Recupera valor, se documento pode ser visualizado internamente.
|
|
275
|
+
*/
|
|
276
|
+
getInternalVisualizer(): Boolean
|
|
277
|
+
/**
|
|
278
|
+
* Recupera valor de palavra chave
|
|
279
|
+
*/
|
|
280
|
+
getKeyWord(): String
|
|
281
|
+
/**
|
|
282
|
+
* Recupera id da linguagem
|
|
283
|
+
*/
|
|
284
|
+
getLanguageId(): String
|
|
285
|
+
/**
|
|
286
|
+
* Recupera valor da última data de moficação
|
|
287
|
+
*/
|
|
288
|
+
getLastModifiedDate(): Date
|
|
289
|
+
/**
|
|
290
|
+
* Recupera última data de modificação
|
|
291
|
+
*/
|
|
292
|
+
getLastModifiedTime(): String
|
|
293
|
+
/**
|
|
294
|
+
* Recupera valor, se documento está em checkout
|
|
295
|
+
*/
|
|
296
|
+
getOnCheckout(): Boolean
|
|
297
|
+
/**
|
|
298
|
+
* Recupera id do pai do documento
|
|
299
|
+
*/
|
|
300
|
+
getParentDocumentId(): Integer
|
|
301
|
+
/**
|
|
302
|
+
* Recupera o tipo de permissão
|
|
303
|
+
*/
|
|
304
|
+
getPermissionType(): Integer
|
|
305
|
+
/**
|
|
306
|
+
* Recupera arquivo fisico
|
|
307
|
+
*/
|
|
308
|
+
getPhisicalFile(): String
|
|
309
|
+
/**
|
|
310
|
+
* Recupera valor do tamanho do arquivo fisico
|
|
311
|
+
*/
|
|
312
|
+
getPhisicalFileSize(): Float
|
|
313
|
+
/**
|
|
314
|
+
* Recupera prioridade
|
|
315
|
+
*/
|
|
316
|
+
getPriority(): Integer
|
|
317
|
+
/**
|
|
318
|
+
* Recupera valor id privado do colega
|
|
319
|
+
*/
|
|
320
|
+
getPrivateColleagueId(): String
|
|
321
|
+
/**
|
|
322
|
+
* Recupera valor, se documento é privado
|
|
323
|
+
*/
|
|
324
|
+
getPrivateDocument(): Boolean
|
|
325
|
+
/**
|
|
326
|
+
* Recupera id do publicador
|
|
327
|
+
*/
|
|
328
|
+
getPublisherId(): String
|
|
329
|
+
/**
|
|
330
|
+
* Recuprea arquivos relacionados
|
|
331
|
+
*/
|
|
332
|
+
getRelatedFiles(): String
|
|
333
|
+
/**
|
|
334
|
+
* Recupera tipo de restrição
|
|
335
|
+
*/
|
|
336
|
+
getRestrictionType(): Integer
|
|
337
|
+
/**
|
|
338
|
+
* Recupera valor do código do site
|
|
339
|
+
*/
|
|
340
|
+
getSiteCode(): String
|
|
341
|
+
/**
|
|
342
|
+
* Recupera id do tenant
|
|
343
|
+
*/
|
|
344
|
+
getTenantId(): Long
|
|
345
|
+
/**
|
|
346
|
+
* Recupera valor do id do topico
|
|
347
|
+
*/
|
|
348
|
+
getTopicId(): Integer
|
|
349
|
+
/**
|
|
350
|
+
* Recupera valor, se documento é traduzido
|
|
351
|
+
*/
|
|
352
|
+
getTranslated(): Boolean
|
|
353
|
+
/**
|
|
354
|
+
* Recupera updateIsoProperties
|
|
355
|
+
*/
|
|
356
|
+
getUpdateIsoProperties(): Boolean
|
|
357
|
+
/**
|
|
358
|
+
* Recupera o identificador do upload
|
|
359
|
+
*/
|
|
360
|
+
getUploadId(): String
|
|
361
|
+
/**
|
|
362
|
+
* Recupera valor, se usuário será notificado
|
|
363
|
+
*/
|
|
364
|
+
getUserNotify(): Boolean
|
|
365
|
+
/**
|
|
366
|
+
* Recupera valor do UUID
|
|
367
|
+
*/
|
|
368
|
+
getUUID(): String
|
|
369
|
+
/**
|
|
370
|
+
* Recupera data de inicio de validação
|
|
371
|
+
*/
|
|
372
|
+
getValidationStartDate(): Date
|
|
373
|
+
/**
|
|
374
|
+
* Recupera valor da versão
|
|
375
|
+
*/
|
|
376
|
+
getVersion(): Integer
|
|
377
|
+
/**
|
|
378
|
+
* Recupera a ação que serão realizada em relaão a versão documento
|
|
379
|
+
*/
|
|
380
|
+
getVersionAction(): String
|
|
381
|
+
/**
|
|
382
|
+
* Recupera descrição da versão
|
|
383
|
+
*/
|
|
384
|
+
getVersionDescription(): String
|
|
385
|
+
/**
|
|
386
|
+
* Recupera visualização
|
|
387
|
+
*/
|
|
388
|
+
getVisualization(): String
|
|
389
|
+
/**
|
|
390
|
+
* Recupera id do volume
|
|
391
|
+
*/
|
|
392
|
+
getVolumeId(): String
|
|
393
|
+
/**
|
|
394
|
+
* Recupera valor, se documento tem marca d'água
|
|
395
|
+
*/
|
|
396
|
+
getWatermarkId(): Integer
|
|
397
|
+
/**
|
|
398
|
+
* Atribui valor para número de acessos
|
|
399
|
+
*/
|
|
400
|
+
setAccessCount(accessCount: java.lang.Integer): void
|
|
401
|
+
/**
|
|
402
|
+
* Atribui valor para versão ativa
|
|
403
|
+
*/
|
|
404
|
+
setActiveVersion(activeVersion: java.lang.Boolean): void
|
|
405
|
+
/**
|
|
406
|
+
* Atribui o valor do comentário nas informações extras
|
|
407
|
+
*/
|
|
408
|
+
setAdditionalComments(comments: java.lang.String): void
|
|
409
|
+
/**
|
|
410
|
+
* Atribui valor para allowMuiltiCardsPerUser
|
|
411
|
+
*/
|
|
412
|
+
setAllowMuiltiCardsPerUser(allowMuiltiCardsPerUser: java.lang.Boolean): void
|
|
413
|
+
/**
|
|
414
|
+
* Atribui valor para approvalAndOr
|
|
415
|
+
*/
|
|
416
|
+
setApprovalAndOr(approvalAndOr: java.lang.Boolean): void
|
|
417
|
+
/**
|
|
418
|
+
* Atribui valor, se documento está aprovado
|
|
419
|
+
*/
|
|
420
|
+
setApproved(approved: java.lang.Boolean): void
|
|
421
|
+
/**
|
|
422
|
+
* Atribui valor para data de aprovação
|
|
423
|
+
*/
|
|
424
|
+
setApprovedDate(approvedDate: java.util.Date): void
|
|
425
|
+
/**
|
|
426
|
+
* Atribui valor para id de atualização
|
|
427
|
+
*/
|
|
428
|
+
setAtualizationId(atualizationId: java.lang.Integer): void
|
|
429
|
+
/**
|
|
430
|
+
* Atribui valor para descrição do card
|
|
431
|
+
*/
|
|
432
|
+
setCardDescription(cardDescription: java.lang.String): void
|
|
433
|
+
/**
|
|
434
|
+
* Atribui valor para id do colega
|
|
435
|
+
*/
|
|
436
|
+
setColleagueId(colleagueId: java.lang.String): void
|
|
437
|
+
/**
|
|
438
|
+
* Atribui valor para crc
|
|
439
|
+
*/
|
|
440
|
+
setCrc(crc: java.lang.Long): void
|
|
441
|
+
/**
|
|
442
|
+
* Atribui valor para data de criação
|
|
443
|
+
*/
|
|
444
|
+
setCreateDate(createDate: java.util.Date): void
|
|
445
|
+
/**
|
|
446
|
+
* Atribui valor, se documento foi deletado
|
|
447
|
+
*/
|
|
448
|
+
setDeleted(deleted: java.lang.Boolean): void
|
|
449
|
+
/**
|
|
450
|
+
* Atribui valor para descrição do documento
|
|
451
|
+
*/
|
|
452
|
+
setDocumentDescription(documentDescription: java.lang.String): void
|
|
453
|
+
/**
|
|
454
|
+
* Atribui valor para id do documento
|
|
455
|
+
*/
|
|
456
|
+
setDocumentId(documentId: java.lang.Integer): void
|
|
457
|
+
/**
|
|
458
|
+
* Atribui valor para número de propriedade do documento
|
|
459
|
+
*/
|
|
460
|
+
setDocumentPropertyNumber(documentPropertyNumber: java.lang.Integer): void
|
|
461
|
+
/**
|
|
462
|
+
* Atribui versão de documento
|
|
463
|
+
*/
|
|
464
|
+
setDocumentPropertyVersion(documentPropertyVersion: java.lang.Integer): void
|
|
465
|
+
/**
|
|
466
|
+
* Atribui valor para tipo de documento
|
|
467
|
+
*/
|
|
468
|
+
setDocumentType(documentType: java.lang.String): void
|
|
469
|
+
/**
|
|
470
|
+
* Atribui valor para id do tipo de documento
|
|
471
|
+
*/
|
|
472
|
+
setDocumentTypeId(documentTypeId: java.lang.String): void
|
|
473
|
+
/**
|
|
474
|
+
* Atribui valor, se download é habilitado
|
|
475
|
+
*/
|
|
476
|
+
setDownloadEnabled(downloadEnabled: java.lang.Boolean): void
|
|
477
|
+
/**
|
|
478
|
+
* Atribui valor para draft
|
|
479
|
+
*/
|
|
480
|
+
setDraft(draft: java.lang.Boolean): void
|
|
481
|
+
/**
|
|
482
|
+
* Atribui valor para data de expiração
|
|
483
|
+
*/
|
|
484
|
+
setExpirationDate(expirationDate: java.util.Date): void
|
|
485
|
+
/**
|
|
486
|
+
* Atribui valor, se documento expira
|
|
487
|
+
*/
|
|
488
|
+
setExpires(expires: java.lang.Boolean): void
|
|
489
|
+
/**
|
|
490
|
+
* Atribui valor para id documento externo
|
|
491
|
+
*/
|
|
492
|
+
setExternalDocumentId(externalDocumentId: java.lang.String): void
|
|
493
|
+
/**
|
|
494
|
+
* Atribui valores para os dados extras
|
|
495
|
+
*/
|
|
496
|
+
setExtraData(key: java.lang.String, value: java.lang.Object): void
|
|
497
|
+
/**
|
|
498
|
+
* Atribui valor para id do icone
|
|
499
|
+
*/
|
|
500
|
+
setIconId(iconId: java.lang.Integer): void
|
|
501
|
+
/**
|
|
502
|
+
* Atribui valor do iconPath do arquivo
|
|
503
|
+
*/
|
|
504
|
+
setIconPath(iconPath: java.lang.String): void
|
|
505
|
+
/**
|
|
506
|
+
* Atribui valor, se documento é imutavel
|
|
507
|
+
*/
|
|
508
|
+
setImutable(imutable: java.lang.Boolean): void
|
|
509
|
+
/**
|
|
510
|
+
* Atribui valor, se documento é indexado
|
|
511
|
+
*/
|
|
512
|
+
setIndexed(indexed: java.lang.Boolean): void
|
|
513
|
+
/**
|
|
514
|
+
* Atribui se herda as propriedades de segurança do parent
|
|
515
|
+
*/
|
|
516
|
+
setInheritSecurity(inheritSecurity: java.lang.Boolean): void
|
|
517
|
+
/**
|
|
518
|
+
* Atribui valor, se documento pode ser visualizado internamente
|
|
519
|
+
*/
|
|
520
|
+
setInternalVisualizer(internalVisualizer: java.lang.Boolean): void
|
|
521
|
+
/**
|
|
522
|
+
* Atribui valor para palavra chave
|
|
523
|
+
*/
|
|
524
|
+
setKeyWord(keyWord: java.lang.String): void
|
|
525
|
+
/**
|
|
526
|
+
* Atribui valor para id da linguagem
|
|
527
|
+
*/
|
|
528
|
+
setLanguageId(languageId: java.lang.String): void
|
|
529
|
+
/**
|
|
530
|
+
* Atribui valor para última data de modificação
|
|
531
|
+
*/
|
|
532
|
+
setLastModifiedDate(lastModifiedDate: java.util.Date): void
|
|
533
|
+
/**
|
|
534
|
+
* Atribui valor a última data de modificação
|
|
535
|
+
*/
|
|
536
|
+
setLastModifiedTime(lastModifiedTime: java.lang.String): void
|
|
537
|
+
/**
|
|
538
|
+
* Atribui valor, se documento está em checkout
|
|
539
|
+
*/
|
|
540
|
+
setOnCheckout(onCheckout: java.lang.Boolean): void
|
|
541
|
+
/**
|
|
542
|
+
* Atribui valor para id do documento pai
|
|
543
|
+
*/
|
|
544
|
+
setParentDocumentId(parentDocumentId: java.lang.Integer): void
|
|
545
|
+
/**
|
|
546
|
+
* Atribui valor para tipo de permissão
|
|
547
|
+
*/
|
|
548
|
+
setPermissionType(permissionType: java.lang.Integer): void
|
|
549
|
+
/**
|
|
550
|
+
* Atribui valor para arquivo fisico
|
|
551
|
+
*/
|
|
552
|
+
setPhisicalFile(phisicalFile: java.lang.String): void
|
|
553
|
+
/**
|
|
554
|
+
* Atribui valor para o tamanho do arquivo fisico
|
|
555
|
+
*/
|
|
556
|
+
setPhisicalFileSize(phisicalFileSize: java.lang.Float): void
|
|
557
|
+
/**
|
|
558
|
+
* Atribui valor prioridade
|
|
559
|
+
*/
|
|
560
|
+
setPriority(priority: java.lang.Integer): void
|
|
561
|
+
/**
|
|
562
|
+
* Atribui valor id privado do colega
|
|
563
|
+
*/
|
|
564
|
+
setPrivateColleagueId(privateColleagueId: java.lang.String): void
|
|
565
|
+
/**
|
|
566
|
+
* Atribui valor, se documento é privado
|
|
567
|
+
*/
|
|
568
|
+
setPrivateDocument(privateDocument: java.lang.Boolean): void
|
|
569
|
+
/**
|
|
570
|
+
* Atribui valor para id do publicador
|
|
571
|
+
*/
|
|
572
|
+
setPublisherId(publisherId: java.lang.String): void
|
|
573
|
+
/**
|
|
574
|
+
* Atribui valor para arquivos relacionados
|
|
575
|
+
*/
|
|
576
|
+
setRelatedFiles(relatedFiles: java.lang.String): void
|
|
577
|
+
/**
|
|
578
|
+
* Atribui valor para tipo de restrição
|
|
579
|
+
*/
|
|
580
|
+
setRestrictionType(restrictionType: java.lang.Integer): void
|
|
581
|
+
/**
|
|
582
|
+
* Atribui valor para código de site
|
|
583
|
+
*/
|
|
584
|
+
setSiteCode(siteCode: java.lang.String): void
|
|
585
|
+
/**
|
|
586
|
+
* Atribui valor para id do tenant
|
|
587
|
+
*/
|
|
588
|
+
setTenantId(tenantId: java.lang.Long): void
|
|
589
|
+
/**
|
|
590
|
+
* Atribui valor para id do topico
|
|
591
|
+
*/
|
|
592
|
+
setTopicId(topicId: java.lang.Integer): void
|
|
593
|
+
/**
|
|
594
|
+
* Atribui valor, se documento é traduzido
|
|
595
|
+
*/
|
|
596
|
+
setTranslated(translated: java.lang.Boolean): void
|
|
597
|
+
/**
|
|
598
|
+
* Atribui valor para updateIsoProperties
|
|
599
|
+
*/
|
|
600
|
+
setUpdateIsoProperties(updateIsoProperties: java.lang.Boolean): void
|
|
601
|
+
/**
|
|
602
|
+
* Atribue o identificador do uplaod
|
|
603
|
+
*/
|
|
604
|
+
setUploadId(uploadId: java.lang.String): void
|
|
605
|
+
/**
|
|
606
|
+
* Atribui valor se usuário será notificado
|
|
607
|
+
*/
|
|
608
|
+
setUserNotify(userNotify: java.lang.Boolean): void
|
|
609
|
+
/**
|
|
610
|
+
* Atribui valor para UUID
|
|
611
|
+
*/
|
|
612
|
+
setUUID(uUID: java.lang.String): void
|
|
613
|
+
/**
|
|
614
|
+
* Atribui valor para data de início de validação
|
|
615
|
+
*/
|
|
616
|
+
setValidationStartDate(validationStartDate: java.util.Date): void
|
|
617
|
+
/**
|
|
618
|
+
* Atribui valor para versão
|
|
619
|
+
*/
|
|
620
|
+
setVersion(version: java.lang.Integer): void
|
|
621
|
+
/**
|
|
622
|
+
* Atribue a ação que serão realizada em relaão a versão documento
|
|
623
|
+
*/
|
|
624
|
+
setVersionAction(versionAction: java.lang.String): void
|
|
625
|
+
/**
|
|
626
|
+
* Atribui valor para descrição da versão
|
|
627
|
+
*/
|
|
628
|
+
setVersionDescription(versionDescription: java.lang.String): void
|
|
629
|
+
/**
|
|
630
|
+
* Atribui valor para visualização
|
|
631
|
+
*/
|
|
632
|
+
setVisualization(visualization: java.lang.String): void
|
|
633
|
+
/**
|
|
634
|
+
* Atribui valor ao id do volume
|
|
635
|
+
*/
|
|
636
|
+
setVolumeId(volumeId: java.lang.String): void
|
|
637
|
+
/**
|
|
638
|
+
* Atribui valor, se documento tem marca d'água
|
|
639
|
+
*/
|
|
640
|
+
setWatermarkId(watermarkId: java.lang.Integer): void
|
|
641
|
+
}
|
|
642
|
+
}
|
|
144
643
|
namespace ecm {}
|
|
145
644
|
namespace enums {}
|
|
146
645
|
namespace group {}
|
|
@@ -352,7 +851,117 @@ declare global {
|
|
|
352
851
|
class CustomAppKeyService {}
|
|
353
852
|
class DocumentationProxyServiceService {}
|
|
354
853
|
class DocumentService {
|
|
854
|
+
/**
|
|
855
|
+
* Aprova ou reprova um documento.
|
|
856
|
+
*/
|
|
857
|
+
approveDocument(documentId: number, version: number, approved: boolean, observation: string): void
|
|
858
|
+
|
|
859
|
+
/**
|
|
860
|
+
* Copia o documento que esta na área de uplaod
|
|
861
|
+
*/
|
|
862
|
+
copyDocumentToUploadArea(documentId: number): java.lang.String[]
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* Cria o documento com permissões e aprovadors
|
|
866
|
+
*/
|
|
867
|
+
createDocument(documentVO: DocumentVO): DocumentVO
|
|
868
|
+
|
|
869
|
+
/**
|
|
870
|
+
* Cria uma documento privado
|
|
871
|
+
*/
|
|
872
|
+
createPrivateDocument(
|
|
873
|
+
companyId: java.lang.Long,
|
|
874
|
+
userId: java.lang.String,
|
|
875
|
+
fileName: java.lang.String,
|
|
876
|
+
file: com.fluig.foundation.volume.vo.FDNLocalFileVO
|
|
877
|
+
): DocumentVO
|
|
878
|
+
|
|
879
|
+
/**
|
|
880
|
+
* Cria uma documento privado
|
|
881
|
+
*/
|
|
882
|
+
createPrivateDocument(
|
|
883
|
+
companyId: java.lang.Long,
|
|
884
|
+
userId: java.lang.String,
|
|
885
|
+
fileName: java.lang.String,
|
|
886
|
+
filePath: java.lang.String
|
|
887
|
+
): DocumentVO
|
|
888
|
+
|
|
889
|
+
/**
|
|
890
|
+
* Remove o documento
|
|
891
|
+
*/
|
|
892
|
+
deleteDocument(documentId: number): void
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Retorna o documento ativo passado o ID do mesmo.
|
|
896
|
+
*/
|
|
897
|
+
getActive(documentId: java.lang.Integer): DocumentVO
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* Retorna documento com as informações de checkout
|
|
901
|
+
*/
|
|
902
|
+
getAllocatedDocument(documentId: number, version: number): AllocatedDocumentVO
|
|
903
|
+
|
|
904
|
+
getCurrentUserPermission(documentId: java.lang.Integer): SolvedPermissionVO
|
|
905
|
+
/**
|
|
906
|
+
* Return the approvements history of the document
|
|
907
|
+
*/
|
|
908
|
+
getDocumentApprovalHistory(documentId: number): List<DocumentApprovementHistoryVO>
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* Retrieve all document approvers and yours status.
|
|
912
|
+
*/
|
|
913
|
+
getDocumentApprovers(documentId: number): List<DocumentApproverVO>
|
|
914
|
+
/**
|
|
915
|
+
* Retrieve all document approvers and yours status.
|
|
916
|
+
*/
|
|
917
|
+
getDocumentApprovers(documentId: number, checkInheritance: boolean): List<DocumentApproverVO>
|
|
918
|
+
/**
|
|
919
|
+
* Retorna os bytes do conteúdo do documento.
|
|
920
|
+
*/
|
|
355
921
|
getDocumentContentAsBytes(documentId: java.lang.Integer): Uint8Array<ArrayBufferLike>
|
|
922
|
+
/**
|
|
923
|
+
* Retorna o conteúdo do documento.
|
|
924
|
+
*/
|
|
925
|
+
getDocumentContentAsString(documentId: java.lang.Integer, charsetName: java.lang.String): java.lang.String
|
|
926
|
+
/**
|
|
927
|
+
* Retorna as permissões do documento
|
|
928
|
+
*/
|
|
929
|
+
getDocumentPermissions(documentId: number, version: number): List<DocumentPermissionVO>
|
|
930
|
+
/**
|
|
931
|
+
* Retorna a url do documento
|
|
932
|
+
*/
|
|
933
|
+
getDownloadURL(documentId: number): java.lang.String
|
|
934
|
+
/**
|
|
935
|
+
* Retorna a permissão do usuário em um documento.
|
|
936
|
+
*/
|
|
937
|
+
getUserPermissions(documentId: number, version: number, user: java.lang.String): Integer
|
|
938
|
+
isCanDownloadDocument(
|
|
939
|
+
tenantId: java.lang.Long,
|
|
940
|
+
documentId: number,
|
|
941
|
+
version: number,
|
|
942
|
+
userCode: java.lang.String,
|
|
943
|
+
fluigViewer: boolean
|
|
944
|
+
): boolean
|
|
945
|
+
isDocumentDeleted(tenantId: java.lang.Long, documentId: number, version: number): boolean
|
|
946
|
+
/**
|
|
947
|
+
* Set Approvers for a specific document
|
|
948
|
+
*/
|
|
949
|
+
setDocumentApprovers(companyId: java.lang.Long, documentSecurityVO: DocumentSecurityVO): void
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* Determina as permissões do documento
|
|
953
|
+
*/
|
|
954
|
+
setDocumentPermissions(documentId: number, permissions: List<DocumentPermissionVO>): void
|
|
955
|
+
|
|
956
|
+
/**
|
|
957
|
+
* Update file
|
|
958
|
+
*/
|
|
959
|
+
updateFile(docVO: DocumentVO): DocumentVO
|
|
960
|
+
|
|
961
|
+
/**
|
|
962
|
+
* Valida configurações de documento
|
|
963
|
+
*/
|
|
964
|
+
validateDocumentPublicUrlConfiguration(tenantId: java.lang.Long, documentId: number, version: number): void
|
|
356
965
|
}
|
|
357
966
|
class FavoritesService {}
|
|
358
967
|
class FilterAPIService {}
|
|
@@ -1144,17 +1144,17 @@ declare global {
|
|
|
1144
1144
|
/**
|
|
1145
1145
|
* Retorna o UUID (identificador Único Global) do documento.
|
|
1146
1146
|
*/
|
|
1147
|
-
getUUID(): String
|
|
1147
|
+
getUUID(): java.lang.String
|
|
1148
1148
|
|
|
1149
1149
|
/**
|
|
1150
1150
|
* Retorna o tipo do arquivo físico, se retornar branco ou nulo é porque esse tipo não é conhecido pelo fluig.
|
|
1151
1151
|
*/
|
|
1152
|
-
getDocumentTypeId(): String
|
|
1152
|
+
getDocumentTypeId(): java.lang.String
|
|
1153
1153
|
|
|
1154
1154
|
/**
|
|
1155
1155
|
* Retorna o código do Idioma do documento.
|
|
1156
1156
|
*/
|
|
1157
|
-
getLanguageId(): String
|
|
1157
|
+
getLanguageId(): java.lang.String
|
|
1158
1158
|
|
|
1159
1159
|
/**
|
|
1160
1160
|
* Retorna o código do Ícone do documento.
|
|
@@ -1169,22 +1169,22 @@ declare global {
|
|
|
1169
1169
|
/**
|
|
1170
1170
|
* Retorna a matricula do usuário que criou o documento.
|
|
1171
1171
|
*/
|
|
1172
|
-
getColleagueId(): String
|
|
1172
|
+
getColleagueId(): java.lang.String
|
|
1173
1173
|
|
|
1174
1174
|
/**
|
|
1175
1175
|
* Retorna a descrição do documento.
|
|
1176
1176
|
*/
|
|
1177
|
-
getDocumentDescription(): String
|
|
1177
|
+
getDocumentDescription(): java.lang.String
|
|
1178
1178
|
|
|
1179
1179
|
/**
|
|
1180
1180
|
* Retorna os comentários adicionais do documento.
|
|
1181
1181
|
*/
|
|
1182
|
-
getAdditionalComments(): String
|
|
1182
|
+
getAdditionalComments(): java.lang.String
|
|
1183
1183
|
|
|
1184
1184
|
/**
|
|
1185
1185
|
* Retorna o nome do arquivo físico atrelado ao documento.
|
|
1186
1186
|
*/
|
|
1187
|
-
getPhisicalFile(): String
|
|
1187
|
+
getPhisicalFile(): java.lang.String
|
|
1188
1188
|
|
|
1189
1189
|
/**
|
|
1190
1190
|
* Retorna a data de criação.
|
|
@@ -1214,7 +1214,7 @@ declare global {
|
|
|
1214
1214
|
* 9 - Aplicativo
|
|
1215
1215
|
* 10 - Relatório
|
|
1216
1216
|
*/
|
|
1217
|
-
getDocumentType(): String
|
|
1217
|
+
getDocumentType(): java.lang.String
|
|
1218
1218
|
|
|
1219
1219
|
/**
|
|
1220
1220
|
* Retorna a data de expiração.
|
|
@@ -1224,12 +1224,12 @@ declare global {
|
|
|
1224
1224
|
/**
|
|
1225
1225
|
* Retorna o número da Pasta/Formulário pai.
|
|
1226
1226
|
*/
|
|
1227
|
-
getParentDocumentId():
|
|
1227
|
+
getParentDocumentId(): number
|
|
1228
1228
|
|
|
1229
1229
|
/**
|
|
1230
1230
|
* String com o nome do arquivo físico principal e anexos.
|
|
1231
1231
|
*/
|
|
1232
|
-
getRelatedFiles(): String
|
|
1232
|
+
getRelatedFiles(): java.lang.String
|
|
1233
1233
|
|
|
1234
1234
|
/**
|
|
1235
1235
|
* Retorna se a versão é ativa.
|
|
@@ -1239,7 +1239,7 @@ declare global {
|
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Retorna a descrição da versão.
|
|
1241
1241
|
*/
|
|
1242
|
-
getVersionDescription(): String
|
|
1242
|
+
getVersionDescription(): java.lang.String
|
|
1243
1243
|
|
|
1244
1244
|
/**
|
|
1245
1245
|
* Retorna se o documento permite Download.
|
|
@@ -1259,22 +1259,22 @@ declare global {
|
|
|
1259
1259
|
/**
|
|
1260
1260
|
* Retorna a matricula do usuário que publicou o documento.
|
|
1261
1261
|
*/
|
|
1262
|
-
getPublisherId(): String
|
|
1262
|
+
getPublisherId(): java.lang.String
|
|
1263
1263
|
|
|
1264
1264
|
/**
|
|
1265
1265
|
* Retorna a descrição do registro de formulário, para documento do tipo 5.
|
|
1266
1266
|
*/
|
|
1267
|
-
getCardDescription(): String
|
|
1267
|
+
getCardDescription(): java.lang.String
|
|
1268
1268
|
|
|
1269
1269
|
/**
|
|
1270
1270
|
* Retorna o formulário que foi usado como base para criação do registro de formulário, por isso só tem um valor quando o documento é do tipo 5 (registro de formulário).
|
|
1271
1271
|
*/
|
|
1272
|
-
getDocumentPropertyNumber():
|
|
1272
|
+
getDocumentPropertyNumber(): number
|
|
1273
1273
|
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Retorna a versão do formulário em que o registro de formulário foi criado.
|
|
1276
1276
|
*/
|
|
1277
|
-
getDocumentPropertyVersion():
|
|
1277
|
+
getDocumentPropertyVersion(): number
|
|
1278
1278
|
|
|
1279
1279
|
/**
|
|
1280
1280
|
* Retorna se o documento/pasta está abaixo da pasta particular.
|
|
@@ -1284,7 +1284,7 @@ declare global {
|
|
|
1284
1284
|
/**
|
|
1285
1285
|
* Se é um documento particular retorna a matricula do usuário onde este documento está alocado.
|
|
1286
1286
|
*/
|
|
1287
|
-
getPrivateColleagueId(): String
|
|
1287
|
+
getPrivateColleagueId(): java.lang.String
|
|
1288
1288
|
|
|
1289
1289
|
/**
|
|
1290
1290
|
* Retorna se o documento já foi indexado.
|
|
@@ -1294,7 +1294,7 @@ declare global {
|
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Retorna a prioridade do documento.
|
|
1296
1296
|
*/
|
|
1297
|
-
getPriority():
|
|
1297
|
+
getPriority(): number
|
|
1298
1298
|
|
|
1299
1299
|
/**
|
|
1300
1300
|
* Retorna se notifica os usuários que tenham esse assunto de interesse.
|
|
@@ -1309,7 +1309,7 @@ declare global {
|
|
|
1309
1309
|
/**
|
|
1310
1310
|
* Retorna o volume onde o documento foi publicado, se estiver em branco ele utiliza o volume do pai.
|
|
1311
1311
|
*/
|
|
1312
|
-
getVolumeId(): String
|
|
1312
|
+
getVolumeId(): java.lang.String
|
|
1313
1313
|
|
|
1314
1314
|
/**
|
|
1315
1315
|
* Retorna se herda segurança do pai.
|
|
@@ -1324,7 +1324,7 @@ declare global {
|
|
|
1324
1324
|
/**
|
|
1325
1325
|
* Retorna a hora da última modificação em milissegundos.
|
|
1326
1326
|
*/
|
|
1327
|
-
getLastModifiedTime(): String
|
|
1327
|
+
getLastModifiedTime(): java.lang.String
|
|
1328
1328
|
|
|
1329
1329
|
/**
|
|
1330
1330
|
* Retorna se o documento está na lixeira.
|
|
@@ -1334,12 +1334,12 @@ declare global {
|
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Retorna o documento do dataset , se o documento é um formulário.
|
|
1336
1336
|
*/
|
|
1337
|
-
getDatasetName(): String
|
|
1337
|
+
getDatasetName(): java.lang.String
|
|
1338
1338
|
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Retorna as palavras chaves do documento. Cada palavra é separada por vírgula.
|
|
1341
1341
|
*/
|
|
1342
|
-
getKeyWord(): String
|
|
1342
|
+
getKeyWord(): java.lang.String
|
|
1343
1343
|
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Retorna se a versão/revisão é inalterável.
|
|
@@ -1359,7 +1359,7 @@ declare global {
|
|
|
1359
1359
|
/**
|
|
1360
1360
|
* Retorna o tamanho físico do documento principal e anexos.
|
|
1361
1361
|
*/
|
|
1362
|
-
getPhisicalFileSize():
|
|
1362
|
+
getPhisicalFileSize(): number
|
|
1363
1363
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* Retorna a condição de versionamento do documento:
|
|
@@ -1368,7 +1368,7 @@ declare global {
|
|
|
1368
1368
|
* 2 = Será criado nova versão
|
|
1369
1369
|
* Importante lembrar que no momento da criação de um novo documento o valor sempre será 0.
|
|
1370
1370
|
*/
|
|
1371
|
-
getVersionOption():
|
|
1371
|
+
getVersionOption(): number
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
1374
|
interface DocumentDtoArray {
|
package/types/java/java.d.ts
CHANGED
|
@@ -211,11 +211,11 @@ declare global {
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
interface Base64Encoder {
|
|
214
|
-
encodeToString(data:
|
|
214
|
+
encodeToString(data: Uint8Array<ArrayBufferLike>): java.lang.String
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
interface Base64Decoder {
|
|
218
|
-
decode(data: java.lang.String):
|
|
218
|
+
decode(data: java.lang.String): Uint8Array<ArrayBufferLike>
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
class Locale extends java.lang.Object {
|
|
@@ -267,6 +267,54 @@ declare global {
|
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
+
|
|
271
|
+
namespace util {
|
|
272
|
+
namespace regex {
|
|
273
|
+
class Pattern {
|
|
274
|
+
static compile(regex: java.lang.String): Pattern
|
|
275
|
+
static compile(regex: java.lang.String, flags: number): Pattern
|
|
276
|
+
static matches(regex: java.lang.String, input: java.lang.String): boolean
|
|
277
|
+
static quote(s: java.lang.String): java.lang.String
|
|
278
|
+
asPredicate(): (input: java.lang.String) => boolean
|
|
279
|
+
flags(): number
|
|
280
|
+
matcher(input: java.lang.String): Matcher
|
|
281
|
+
pattern(): java.lang.String
|
|
282
|
+
split(input: java.lang.String): java.lang.String[]
|
|
283
|
+
split(input: java.lang.String, limit: number): java.lang.String[]
|
|
284
|
+
splitAsStream(input: java.lang.String): java.util.stream.Stream<java.lang.String>
|
|
285
|
+
toString(): java.lang.String
|
|
286
|
+
}
|
|
287
|
+
class Matcher {
|
|
288
|
+
end(): number
|
|
289
|
+
end(group: number): number
|
|
290
|
+
find(): boolean
|
|
291
|
+
find(start: number): boolean
|
|
292
|
+
group(): java.lang.String
|
|
293
|
+
group(group: number): java.lang.String
|
|
294
|
+
group(name: java.lang.String): java.lang.String
|
|
295
|
+
groupCount(): number
|
|
296
|
+
matches(): boolean
|
|
297
|
+
pattern(): Pattern
|
|
298
|
+
start(): number
|
|
299
|
+
start(group: number): number
|
|
300
|
+
reset(): Matcher
|
|
301
|
+
reset(input: java.lang.String): Matcher
|
|
302
|
+
replaceAll(replacement: java.lang.String): java.lang.String
|
|
303
|
+
replaceFirst(replacement: java.lang.String): java.lang.String
|
|
304
|
+
static quoteReplacement(s: java.lang.String): java.lang.String
|
|
305
|
+
}
|
|
306
|
+
interface MatchResult {
|
|
307
|
+
end(): number
|
|
308
|
+
end(group: number): number
|
|
309
|
+
group(): java.lang.String
|
|
310
|
+
group(group: number): java.lang.String
|
|
311
|
+
groupCount(): number
|
|
312
|
+
start(): number
|
|
313
|
+
start(group: number): number
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
|
|
270
318
|
namespace sql {
|
|
271
319
|
class Date extends java.util.Date {
|
|
272
320
|
constructor(date: number)
|
|
@@ -370,8 +418,8 @@ declare global {
|
|
|
370
418
|
|
|
371
419
|
interface Blob {
|
|
372
420
|
length(): number
|
|
373
|
-
getBytes(pos: number, length: number):
|
|
374
|
-
setBytes(pos: number, bytes:
|
|
421
|
+
getBytes(pos: number, length: number): Uint8Array<ArrayBufferLike>
|
|
422
|
+
setBytes(pos: number, bytes: Uint8Array<ArrayBufferLike>): number
|
|
375
423
|
free(): void
|
|
376
424
|
}
|
|
377
425
|
|