aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-docker-adaptor/src/main/sirius-gen/GuiClientApi.yaml
blob: bf3d69d236922a95310f3061338e849b7e3a8ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
operations:
  getTree: {}
  getObject: {}
  getTimeSerie: {}
  getTable: {}
  getHtml: {}
  getGraph: {}
  REMOTE_getTree:
    decription: Remote call getTree
  REMOTE_getObject:
    decription: Remote call getObject
  REMOTE_getTimeSerie:
    decription: Remote call getTimeSerie
  REMOTE_getTable:
    decription: Remote call getTable
  REMOTE_getHtml:
    decription: Remote call getHtml
  REMOTE_getGraph:
    decription: Remote call getGraph
messages:
  dummy: {}
  getTree:
    errorCode: getTree-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  getObject:
    errorCode: getObject-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  getTimeSerie:
    errorCode: getTimeSerie-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  getTable:
    errorCode: getTable-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  getHtml:
    errorCode: getHtml-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  getGraph:
    errorCode: getGraph-FAILED-5001W
    messageFormat: '{0}'
    description: Operation Failed with Exception
  REMOTE_getTree:
    errorCode: REMOTE-getTree-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_getObject:
    errorCode: REMOTE-getObject-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_getTimeSerie:
    errorCode: REMOTE-getTimeSerie-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_getTable:
    errorCode: REMOTE-getTable-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_getHtml:
    errorCode: REMOTE-getHtml-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception
  REMOTE_getGraph:
    errorCode: REMOTE-getGraph-FAILED-5001W
    messageFormat: '{0}'
    description: Remote Operation Failed with Exception