jsegd-fluig-types 1.0.67 → 1.0.68
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/java/java.d.ts +4 -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 {}
|
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 {
|
|
@@ -370,8 +370,8 @@ declare global {
|
|
|
370
370
|
|
|
371
371
|
interface Blob {
|
|
372
372
|
length(): number
|
|
373
|
-
getBytes(pos: number, length: number):
|
|
374
|
-
setBytes(pos: number, bytes:
|
|
373
|
+
getBytes(pos: number, length: number): Uint8Array<ArrayBufferLike>
|
|
374
|
+
setBytes(pos: number, bytes: Uint8Array<ArrayBufferLike>): number
|
|
375
375
|
free(): void
|
|
376
376
|
}
|
|
377
377
|
|