jsegd-fluig-types 1.0.59 → 1.0.61
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
CHANGED
|
@@ -196,6 +196,7 @@ declare global {
|
|
|
196
196
|
// ########################## Eventos de Formulário ########################
|
|
197
197
|
// #########################################################################
|
|
198
198
|
class FormController {
|
|
199
|
+
getCardData(): java.util.HashMap<java.lang.String, java.lang.String>
|
|
199
200
|
getCompanyId(): number
|
|
200
201
|
getDocumentId(): number
|
|
201
202
|
getVersion(): number
|
|
@@ -212,7 +213,7 @@ declare global {
|
|
|
212
213
|
setEnhancedSecurityHiddenInputs(proteger: boolean): void
|
|
213
214
|
getFormMode(): FormMod
|
|
214
215
|
isHidePrintLink(): boolean
|
|
215
|
-
getChildrenFromTable(tableName: string):
|
|
216
|
+
getChildrenFromTable(tableName: string): java.util.HashMap<java.lang.String, java.lang.String>
|
|
216
217
|
getChildrenIndexes(tableName: string): number[]
|
|
217
218
|
isHideDeleteButton(): boolean
|
|
218
219
|
getMobile(): boolean
|
|
@@ -259,6 +260,40 @@ declare global {
|
|
|
259
260
|
'javax.naming.InitialContext': javax.naming.InitialContext
|
|
260
261
|
'com.fluig.sdk.api.FluigAPI': com.fluig.sdk.api.FluigAPI
|
|
261
262
|
'com.totvs.technology.ecm.workflow.ws.ECMWorkflowEngineServiceService': com.totvs.technology.ecm.workflow.ws.ECMWorkflowEngineServiceService
|
|
263
|
+
'com.totvs.technology.ecm.workflow.ws.Attachment': com.totvs.technology.ecm.workflow.ws.Attachment
|
|
264
|
+
'com.totvs.technology.ecm.workflow.ws.AttachmentArray': com.totvs.technology.ecm.workflow.ws.AttachmentArray
|
|
265
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDto': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDto
|
|
266
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionDtoArray
|
|
267
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDto': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDto
|
|
268
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessDefinitionVersionDtoArray
|
|
269
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessStateDto': com.totvs.technology.ecm.workflow.ws.ProcessStateDto
|
|
270
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessStateDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessStateDtoArray
|
|
271
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDto': com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDto
|
|
272
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessAttachmentDtoArray
|
|
273
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDto': com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDto
|
|
274
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessTaskAppointmentDtoArray
|
|
275
|
+
'com.totvs.technology.ecm.workflow.ws.KeyValueDto': com.totvs.technology.ecm.workflow.ws.KeyValueDto
|
|
276
|
+
'com.totvs.technology.ecm.workflow.ws.KeyValueDtoArray': com.totvs.technology.ecm.workflow.ws.KeyValueDtoArray
|
|
277
|
+
'com.totvs.technology.ecm.workflow.ws.DeadLineDto': com.totvs.technology.ecm.workflow.ws.DeadLineDto
|
|
278
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessHistoryDto': com.totvs.technology.ecm.workflow.ws.ProcessHistoryDto
|
|
279
|
+
'com.totvs.technology.ecm.workflow.ws.ProcessHistoryDtoArray': com.totvs.technology.ecm.workflow.ws.ProcessHistoryDtoArray
|
|
280
|
+
'com.totvs.technology.ecm.workflow.ws.AvailableUsersDto': com.totvs.technology.ecm.workflow.ws.AvailableUsersDto
|
|
281
|
+
'com.totvs.technology.ecm.workflow.ws.ColleagueDto': com.totvs.technology.ecm.workflow.ws.ColleagueDto
|
|
282
|
+
'com.totvs.technology.ecm.dm.ws.ECMCardServiceService': com.totvs.technology.ecm.dm.ws.ECMCardServiceService
|
|
283
|
+
'com.totvs.technology.ecm.dm.ws.CardDto': com.totvs.technology.ecm.dm.ws.CardDto
|
|
284
|
+
'com.totvs.technology.ecm.dm.ws.CardDtoArray': com.totvs.technology.ecm.dm.ws.CardDtoArray
|
|
285
|
+
'com.totvs.technology.ecm.dm.ws.CardFieldDto': com.totvs.technology.ecm.dm.ws.CardFieldDto
|
|
286
|
+
'com.totvs.technology.ecm.dm.ws.CardFieldDtoArray': com.totvs.technology.ecm.dm.ws.CardFieldDtoArray
|
|
287
|
+
'com.totvs.technology.ecm.dm.ws.ApproverDto': com.totvs.technology.ecm.dm.ws.ApproverDto
|
|
288
|
+
'com.totvs.technology.ecm.dm.ws.ApproverDtoArray': com.totvs.technology.ecm.dm.ws.ApproverDtoArray
|
|
289
|
+
'com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDto': com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDto
|
|
290
|
+
'com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDtoArray': com.totvs.technology.ecm.dm.ws.DocumentSecurityConfigDtoArray
|
|
291
|
+
'com.totvs.technology.ecm.dm.ws.RelatedDocumentDto': com.totvs.technology.ecm.dm.ws.RelatedDocumentDto
|
|
292
|
+
'com.totvs.technology.ecm.dm.ws.RelatedDocumentDtoArray': com.totvs.technology.ecm.dm.ws.RelatedDocumentDtoArray
|
|
293
|
+
'com.totvs.technology.ecm.dm.ws.Attachment': com.totvs.technology.ecm.dm.ws.Attachment
|
|
294
|
+
'com.totvs.technology.ecm.dm.ws.AttachmentArray': com.totvs.technology.ecm.dm.ws.AttachmentArray
|
|
295
|
+
'com.totvs.technology.ecm.dm.ws.WebServiceMessage': com.totvs.technology.ecm.dm.ws.WebServiceMessage
|
|
296
|
+
'com.totvs.technology.ecm.dm.ws.WebServiceMessageArray': com.totvs.technology.ecm.dm.ws.WebServiceMessageArray
|
|
262
297
|
}
|
|
263
298
|
|
|
264
299
|
class ServiceManager {
|
|
@@ -1371,40 +1371,6 @@ declare global {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
}
|
|
1373
1373
|
}
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
namespace net {
|
|
1380
|
-
namespace java {
|
|
1381
|
-
namespace dev {
|
|
1382
|
-
namespace jaxb {
|
|
1383
|
-
namespace array {
|
|
1384
|
-
class StringArray {
|
|
1385
|
-
constructor()
|
|
1386
|
-
getItem(): java.util.List<string>
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
class IntArray {
|
|
1390
|
-
constructor()
|
|
1391
|
-
getItem(): java.util.List<number>
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
class StringArrayArray {
|
|
1395
|
-
constructor()
|
|
1396
|
-
getItem(): java.util.List<net.java.dev.jaxb.array.StringArray>
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
namespace com {
|
|
1405
|
-
namespace totvs {
|
|
1406
|
-
namespace technology {
|
|
1407
|
-
namespace ecm {
|
|
1408
1374
|
namespace dm {
|
|
1409
1375
|
namespace ws {
|
|
1410
1376
|
// Localizador do serviço ECMCardService
|
|
@@ -1652,6 +1618,31 @@ declare global {
|
|
|
1652
1618
|
}
|
|
1653
1619
|
}
|
|
1654
1620
|
}
|
|
1621
|
+
|
|
1622
|
+
namespace net {
|
|
1623
|
+
namespace java {
|
|
1624
|
+
namespace dev {
|
|
1625
|
+
namespace jaxb {
|
|
1626
|
+
namespace array {
|
|
1627
|
+
class StringArray {
|
|
1628
|
+
constructor()
|
|
1629
|
+
getItem(): java.util.List<string>
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
class IntArray {
|
|
1633
|
+
constructor()
|
|
1634
|
+
getItem(): java.util.List<number>
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
class StringArrayArray {
|
|
1638
|
+
constructor()
|
|
1639
|
+
getItem(): java.util.List<net.java.dev.jaxb.array.StringArray>
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1655
1646
|
}
|
|
1656
1647
|
|
|
1657
1648
|
export {}
|