ajout du fichier FTL
This commit is contained in:
parent
74c368c2ee
commit
8cdcafd70e
28
RFXtoRP_HfLvTypeList.ftl
Normal file
28
RFXtoRP_HfLvTypeList.ftl
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<#-- *********************************************** Parameter global ******************** -->
|
||||||
|
<#assign cloudEventMsg = JsonUtil.jsonToMap(input)>
|
||||||
|
<#assign projectRP = project>
|
||||||
|
<#assign organisationRP = organisation>
|
||||||
|
|
||||||
|
<#assign aDateTime = .now>
|
||||||
|
|
||||||
|
<#switch cloudEventMsg.action>
|
||||||
|
<#case "C">
|
||||||
|
<#case "U">
|
||||||
|
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
|
||||||
|
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
||||||
|
<#assign file = JsonUtil.jsonToMap(dataRfx)>
|
||||||
|
<#noparse><#--TODO RFXtoRP_HfLvTypeList.ftl --></#noparse>
|
||||||
|
<#--<#include "RFXtoRP_RfxConfigurationRp.ftl"> -->
|
||||||
|
|
||||||
|
<#break>
|
||||||
|
|
||||||
|
<#case "D">
|
||||||
|
<#-- *********************************************** Action = DELETE ******************** -->
|
||||||
|
<#stop "en attente de FTL">
|
||||||
|
<#break>
|
||||||
|
|
||||||
|
|
||||||
|
<#default>
|
||||||
|
<#stop>
|
||||||
|
</#switch>
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user