cases where no generic FTL available yet
This commit is contained in:
parent
d8c89f8639
commit
717cd294eb
@ -6,23 +6,14 @@
|
|||||||
<#assign aDateTime = .now>
|
<#assign aDateTime = .now>
|
||||||
|
|
||||||
<#switch cloudEventMsg.action>
|
<#switch cloudEventMsg.action>
|
||||||
<#case "C">
|
<#case "C">
|
||||||
<#case "U">
|
<#case "U">
|
||||||
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
|
<#case "D">
|
||||||
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
<#stop "no generic FTL file available yet for Grades">
|
||||||
<#assign file = JsonUtil.jsonToMap(dataRfx)>
|
<#break>
|
||||||
<#noparse><#--TODO RFXtoRP_HfGrade.ftl --></#noparse>
|
|
||||||
<#--<#include "RFXtoRP_RfxConfigurationRp.ftl"> -->
|
|
||||||
|
|
||||||
<#break>
|
|
||||||
|
|
||||||
<#case "D">
|
|
||||||
<#-- *********************************************** Action = DELETE ******************** -->
|
|
||||||
<#stop "en attente de FTL">
|
|
||||||
<#break>
|
|
||||||
|
|
||||||
|
|
||||||
<#default>
|
<#default>
|
||||||
<#stop>
|
<#stop "event not supported">
|
||||||
</#switch>
|
</#switch>
|
||||||
|
|
||||||
|
|||||||
@ -6,23 +6,14 @@
|
|||||||
<#assign aDateTime = .now>
|
<#assign aDateTime = .now>
|
||||||
|
|
||||||
<#switch cloudEventMsg.action>
|
<#switch cloudEventMsg.action>
|
||||||
<#case "C">
|
<#case "C">
|
||||||
<#case "U">
|
<#case "U">
|
||||||
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
|
<#case "D">
|
||||||
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
<#stop "no generic FTL file available yet for LV types">
|
||||||
<#assign file = JsonUtil.jsonToMap(dataRfx)>
|
<#break>
|
||||||
<#noparse><#--TODO RFXtoRP_HfLvTypeList.ftl --></#noparse>
|
|
||||||
<#--<#include "RFXtoRP_RfxConfigurationRp.ftl"> -->
|
|
||||||
|
|
||||||
<#break>
|
|
||||||
|
|
||||||
<#case "D">
|
|
||||||
<#-- *********************************************** Action = DELETE ******************** -->
|
|
||||||
<#stop "en attente de FTL">
|
|
||||||
<#break>
|
|
||||||
|
|
||||||
|
|
||||||
<#default>
|
<#default>
|
||||||
<#stop>
|
<#stop "event not supported">
|
||||||
</#switch>
|
</#switch>
|
||||||
|
|
||||||
|
|||||||
@ -6,23 +6,14 @@
|
|||||||
<#assign aDateTime = .now>
|
<#assign aDateTime = .now>
|
||||||
|
|
||||||
<#switch cloudEventMsg.action>
|
<#switch cloudEventMsg.action>
|
||||||
<#case "C">
|
<#case "C">
|
||||||
<#case "U">
|
<#case "U">
|
||||||
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
|
<#case "D">
|
||||||
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
<#stop "no generic FTL file available yet for Owners">
|
||||||
<#assign file = JsonUtil.jsonToMap(dataRfx)>
|
<#break>
|
||||||
<#noparse><#--TODO RFXtoRP_HfOwner.ftl --></#noparse>
|
|
||||||
<#--<#include "RFXtoRP_RfxConfigurationRp.ftl"> -->
|
|
||||||
|
|
||||||
<#break>
|
|
||||||
|
|
||||||
<#case "D">
|
|
||||||
<#-- *********************************************** Action = DELETE ******************** -->
|
|
||||||
<#stop "en attente de FTL">
|
|
||||||
<#break>
|
|
||||||
|
|
||||||
|
|
||||||
<#default>
|
<#default>
|
||||||
<#stop>
|
<#stop "event not supported">
|
||||||
</#switch>
|
</#switch>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user