PageNfsExportTaskDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "unpaged": false,
6 "paged": true,
7 "pageSize": 100,
8 "pageNumber": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": false,
12 "sorted": true,
13 "empty": false
14 }
15 },
16 "numberOfElements": 0,
17 "first": true,
18 "last": true,
19 "size": 0,
20 "content": [
21 {
22 "id": 0,
23 "queueTime": "2019-08-24T14:15:22Z",
24 "startTime": "2019-08-24T14:15:22Z",
25 "endTime": "2019-08-24T14:15:22Z",
26 "interruptedAt": "2019-08-24T14:15:22Z",
27 "recoveredAt": "2019-08-24T14:15:22Z",
28 "status": "CREATED",
29 "recover": true,
30 "interrupted": true,
31 "interruptionMessage": "string",
32 "errorMessage": "string",
33 "totalObjectCount": 0,
34 "jobId": 0,
35 "filter": {
36 "principalPositionType": "LESSEE",
37 "migratedFilterType": "MIGRATED",
38 "erpSystemIds": [
39 0
40 ],
41 "leaseAreaIds": [
42 0
43 ],
44 "businessUnitIds": [
45 0
46 ],
47 "companyIds": [
48 0
49 ],
50 "erpSystemFilterType": "ALL",
51 "leaseAreaFilterType": "ALL",
52 "businessUnitFilterType": "ALL",
53 "companyFilterType": "ALL",
54 "objectTypeFilter": "MASTER_AGREEMENT",
55 "ids": [
56 0
57 ],
58 "leaseComponentRevisionId": 0,
59 "leaseMeasurementId": 0,
60 "fromYear": 0,
61 "toYear": 0,
62 "unitIds": [
63 0
64 ]
65 },
66 "items": [
67 {
68 "id": 0,
69 "exportTaskId": 0,
70 "sheetType": {
71 "persistentId": "string",
72 "rowCaption": "string",
73 "tabCaption": "string",
74 "sheetCaption": "string",
75 "sheetGroupType": "MASTER_AGREEMENT",
76 "principalPositionMode": "LESSEE",
77 "order": 0,
78 "name": "string"
79 },
80 "startedAt": "2019-08-24T14:15:22Z",
81 "finishedAt": "2019-08-24T14:15:22Z",
82 "doneItemCount": 0,
83 "failedItemCount": 0,
84 "skippedItemCount": 0,
85 "cancelledItemCount": 0,
86 "totalItemCount": 0
87 }
88 ]
89 }
90 ],
91 "number": 0,
92 "sort": {
93 "unsorted": false,
94 "sorted": true,
95 "empty": false
96 },
97 "empty": true
98}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
none |
totalElements |
integer(int64) |
false |
none |
none |
pageable |
false |
none |
Represents pagination metadata describing the requested page, including offsets, sizes, and sorting information. |
|
numberOfElements |
integer(int32) |
false |
none |
none |
first |
boolean |
false |
none |
none |
last |
boolean |
false |
none |
none |
size |
integer(int32) |
false |
none |
none |
content |
false |
none |
none |
|
number |
integer(int32) |
false |
none |
none |
sort |
false |
none |
Represents sorting metadata applied to a pageable request, including whether sorting is enabled and its state. |
|
empty |
boolean |
false |
none |
none |