generated from axonivy-market/market-product
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
4,569 additions
and
789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
srf-weather-connector-demo/.settings/org.eclipse.m2e.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
# You can define here your project Variables. | ||
# | ||
Variables: | ||
# myVariable: value | ||
# value: value" |
10 changes: 2 additions & 8 deletions
10
...connector-demo/dataclasses/com/axonivy/connector/srf/weather/connector/demo/Data.ivyClass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
Data #class | ||
com.axonivy.connector.srf.weather.connector.demo #namespace | ||
geolocation ch.srgssr.api.srf.meteo.v2.client.GeolocationNamesSearch #field | ||
geolocation PERSISTENT #fieldModifier | ||
forcastPointWeek ch.srgssr.api.srf.meteo.v2.client.ForecastPointWeek #field | ||
forcastPointWeek PERSISTENT #fieldModifier | ||
day ch.srgssr.api.srf.meteo.v2.client.DayForecastInterval #field | ||
day PERSISTENT #fieldModifier | ||
location com.axonivy.connector.srf.weather.connector.demo.Location #field | ||
location PERSISTENT #fieldModifier | ||
srfWeatherForcastData com.axonivy.connector.srf.weather.connector.srfWeatherForecastData #field | ||
srfWeatherForcastData PERSISTENT #fieldModifier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
srf-weather-connector-demo/processes/srfWeatherForecastDemo.p.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"format" : "10.0.0", | ||
"id" : "189FE26D94E3ECBA", | ||
"config" : { | ||
"data" : "com.axonivy.connector.srf.weather.connector.demo.Data" | ||
}, | ||
"elements" : [ { | ||
"id" : "f0", | ||
"type" : "RequestStart", | ||
"name" : "start.ivp", | ||
"config" : { | ||
"callSignature" : "start", | ||
"outLink" : "start.ivp", | ||
"tags" : "demo" | ||
}, | ||
"visual" : { | ||
"at" : { "x" : 96, "y" : 64 } | ||
}, | ||
"connect" : { "id" : "f4", "to" : "f3" } | ||
}, { | ||
"id" : "f1", | ||
"type" : "TaskEnd", | ||
"visual" : { | ||
"at" : { "x" : 352, "y" : 64 } | ||
} | ||
}, { | ||
"id" : "f3", | ||
"type" : "DialogCall", | ||
"name" : "checkWeather", | ||
"config" : { | ||
"dialogId" : "com.axonivy.connector.srf.weather.connector.demo.checkWeather", | ||
"startMethod" : "start(String,Number)", | ||
"output" : { | ||
"map" : { | ||
"out" : "in", | ||
"out.srfWeatherForcastData" : "result.srfWeatherForcastData" | ||
} | ||
}, | ||
"call" : { | ||
"params" : [ | ||
{ "name" : "locationName", "type" : "String" }, | ||
{ "name" : "zip", "type" : "Number" } | ||
], | ||
"map" : { | ||
"param.locationName" : "in.srfWeatherForcastData.location.locationName", | ||
"param.zip" : "in.srfWeatherForcastData.location.zip" | ||
} | ||
} | ||
}, | ||
"visual" : { | ||
"at" : { "x" : 216, "y" : 64 } | ||
}, | ||
"connect" : { "id" : "f2", "to" : "f1" } | ||
} ] | ||
} |
50 changes: 0 additions & 50 deletions
50
srf-weather-connector-demo/processes/srfweatherDemo.p.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...d/com/axonivy/connector/srf/weather/connector/demo/checkWeather/checkWeatherData.ivyClass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
checkWeatherData #class | ||
com.axonivy.connector.srf.weather.connector.demo.checkWeather #namespace | ||
srfWeatherForcastData com.axonivy.connector.srf.weather.connector.srfWeatherForecastData #field | ||
srfWeatherForcastData PERSISTENT #fieldModifier |
102 changes: 102 additions & 0 deletions
102
.../com/axonivy/connector/srf/weather/connector/demo/checkWeather/checkWeatherProcess.p.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"format" : "10.0.0", | ||
"id" : "18A0758E68F62B82", | ||
"kind" : "HTML_DIALOG", | ||
"config" : { | ||
"data" : "com.axonivy.connector.srf.weather.connector.demo.checkWeather.checkWeatherData" | ||
}, | ||
"elements" : [ { | ||
"id" : "f0", | ||
"type" : "HtmlDialogStart", | ||
"name" : "start(String,Number)", | ||
"config" : { | ||
"callSignature" : "start", | ||
"result" : { | ||
"params" : [ | ||
{ "name" : "srfWeatherForcastData", "type" : "com.axonivy.connector.srf.weather.connector.srfWeatherForecastData" } | ||
], | ||
"map" : { | ||
"result.srfWeatherForcastData" : "in.srfWeatherForcastData" | ||
} | ||
}, | ||
"guid" : "18A0758E68F275E0", | ||
"input" : { | ||
"params" : [ | ||
{ "name" : "locationName", "type" : "String" }, | ||
{ "name" : "zip", "type" : "Number" } | ||
] | ||
} | ||
}, | ||
"visual" : { | ||
"at" : { "x" : 96, "y" : 64 } | ||
}, | ||
"connect" : { "id" : "f2", "to" : "f1" } | ||
}, { | ||
"id" : "f1", | ||
"type" : "HtmlDialogEnd", | ||
"visual" : { | ||
"at" : { "x" : 224, "y" : 64 } | ||
} | ||
}, { | ||
"id" : "f3", | ||
"type" : "HtmlDialogEventStart", | ||
"name" : "close", | ||
"config" : { | ||
"guid" : "18A0758E6906B548" | ||
}, | ||
"visual" : { | ||
"at" : { "x" : 96, "y" : 160 } | ||
}, | ||
"connect" : { "id" : "f5", "to" : "f4" } | ||
}, { | ||
"id" : "f4", | ||
"type" : "HtmlDialogExit", | ||
"visual" : { | ||
"at" : { "x" : 224, "y" : 160 } | ||
} | ||
}, { | ||
"id" : "f6", | ||
"type" : "HtmlDialogEventStart", | ||
"name" : "getWeather", | ||
"config" : { | ||
"guid" : "18A07596251FA920" | ||
}, | ||
"visual" : { | ||
"at" : { "x" : 104, "y" : 264 } | ||
}, | ||
"connect" : { "id" : "f9", "to" : "f7" } | ||
}, { | ||
"id" : "f7", | ||
"type" : "SubProcessCall", | ||
"name" : "srfWeatherForecast", | ||
"config" : { | ||
"processCall" : "srfWeatherForecast:call(Number,String)", | ||
"output" : { | ||
"map" : { | ||
"out" : "in", | ||
"out.srfWeatherForcastData" : "result.srfWeatherForecastData" | ||
} | ||
}, | ||
"call" : { | ||
"params" : [ | ||
{ "name" : "zip", "type" : "Number" }, | ||
{ "name" : "locationName", "type" : "String" } | ||
], | ||
"map" : { | ||
"param.zip" : "in.srfWeatherForcastData.location.zip", | ||
"param.locationName" : "in.srfWeatherForcastData.location.locationName" | ||
} | ||
} | ||
}, | ||
"visual" : { | ||
"at" : { "x" : 248, "y" : 264 } | ||
}, | ||
"connect" : { "id" : "f10", "to" : "f8" } | ||
}, { | ||
"id" : "f8", | ||
"type" : "HtmlDialogEnd", | ||
"visual" : { | ||
"at" : { "x" : 392, "y" : 264 } | ||
} | ||
} ] | ||
} |
4 changes: 0 additions & 4 deletions
4
...onivy/connector/srf/weather/connector/demo/checkWeatherForm/checkWeatherFormData.ivyClass
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.