Added multiple joynr custom services to multiple applications - VDLM
parent
8bd31cbd35
commit
d102838da5
|
|
@ -2,8 +2,13 @@ config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-003 (JOYNR) triggerPdmContainerUpdate/notifyPdmContainerStatus - IN/OUT"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className1: com.bmw.cc.ts.pdmupdater.bm.control.PDMContainerUpdater
|
||||||
- methodName: exampleJoynrMethod
|
- methodName1: triggerPDMContainerUpdate
|
||||||
- returnType: void
|
- methodArgs1: com.bmw.cc.ts.pdmupdater.bm.entity.persistent.PdmData,long
|
||||||
- skipDeployment: "true"
|
- returnType1: void
|
||||||
|
- className2: com.bmw.cc.ts.pdmupdater.joynr.consumer.boundary.PDMUpdaterBackendServiceInterface
|
||||||
|
- methodName2: notifyPdmContainerStatus
|
||||||
|
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,java.lang.String,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||||
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -1,23 +1,36 @@
|
||||||
{
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"name": "{{.name}}",
|
"name": "{{.name}}",
|
||||||
"processGroups": [],
|
"processGroups": [],
|
||||||
"queueEntryPoint": false,
|
"queueEntryPoint": false,
|
||||||
"queueEntryPointType": null,
|
"queueEntryPointType": null,
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"annotations": [],
|
||||||
"methodName": "{{.methodName}}",
|
"className": "{{.className1}}",
|
||||||
"returnType": "{{.returnType}}"
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs1}}"],
|
||||||
|
"methodName": "{{.methodName1}}",
|
||||||
|
"returnType": "{{.returnType1}}"
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className2}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
|
"methodName": "{{.methodName2}}",
|
||||||
|
"returnType": "{{.returnType2}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
@ -2,8 +2,9 @@ config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-002 (JOYNR) notifyRSUStatus - IN"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className: com.bmw.cc.ts.rsurservice.joynr.consumer.boundary.RSURServiceBackendServiceInterface
|
||||||
- methodName: exampleJoynrMethod
|
- methodName: notifyRSUStatus
|
||||||
|
- methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.Long,java.lang.String,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.RsuTriggerType,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.ExtPosition,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "false"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": ["{{.methodArgs}}"],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"annotations": [],
|
"annotations": [],
|
||||||
"className": "{{.className}}",
|
"className": "{{.className1}}",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileName": "",
|
"fileName": "",
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"annotations": [],
|
"annotations": [],
|
||||||
"className": "{{.className}}",
|
"className": "{{.className2}}",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileName": "",
|
"fileName": "",
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,13 @@ config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-005 (JOYNR) notify/confirmBatteryStatus - IN/OUT"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className1: com.bmw.cc.ts.tsbgservice.api.joynr.v1.boundary.TeleserviceTSBGBackendProviderBF
|
||||||
- methodName: exampleJoynrMethod
|
- methodName1: notifyBatteryStatus
|
||||||
- returnType: void
|
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.BatteryCall[],joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||||
- skipDeployment: "true"
|
- returnType1: io.joynr.provider.Promise
|
||||||
|
- className2: com.bmw.cc.ts.tsbgservice.api.joynr.v1.boundary.TeleserviceTSBGBackendProviderBF
|
||||||
|
- methodName2: confirmBatteryStatus
|
||||||
|
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode,long,java.lang.String
|
||||||
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -1,23 +1,36 @@
|
||||||
{
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"name": "{{.name}}",
|
"name": "{{.name}}",
|
||||||
"processGroups": [],
|
"processGroups": [],
|
||||||
"queueEntryPoint": false,
|
"queueEntryPoint": false,
|
||||||
"queueEntryPointType": null,
|
"queueEntryPointType": null,
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"annotations": [],
|
||||||
"methodName": "{{.methodName}}",
|
"className": "{{.className1}}",
|
||||||
"returnType": "{{.returnType}}"
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs1}}"],
|
||||||
|
"methodName": "{{.methodName1}}",
|
||||||
|
"returnType": "{{.returnType1}}"
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className2}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
|
"methodName": "{{.methodName2}}",
|
||||||
|
"returnType": "{{.returnType2}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,10 +1,44 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
- customService2: template-1-1.json
|
||||||
|
- customService3: template-1-2.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-003 (JOYNR) triggerWhitelistUpdate/notifyWhitelistStatus - IN/OUT"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className1: com.bmw.cc.ts.wlupdater.bm.control.WhitelistUpdateTriggerBA
|
||||||
- methodName: exampleJoynrMethod
|
- methodName1: triggerWhitelistUpdate
|
||||||
- methodArgs: java.lang.Byte[],java.lang.String
|
- methodArgs1: com.bmw.cc.ts.wlupdater.bm.entity.persistent.WLData,long
|
||||||
- returnType: void
|
- returnType1: void
|
||||||
- skipDeployment: "true"
|
- className2: com.bmw.cc.ts.wlupdater.bm.boundary.WhitelistUpdaterBF
|
||||||
|
- methodName2: notifyWhitelistStatus
|
||||||
|
- methodArgs2: com.bmw.cc.ts.wlupdater.joynr.consumer.entity.NotifyWhitelistStatusVehicleResponse
|
||||||
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService2:
|
||||||
|
- name: "ifs-003 (JOYNR) triggerStandardOdfUpdate/notifyOdfStatus - IN/OUT"
|
||||||
|
- className1: com.bmw.cc.ts.wlupdater.bm.control.WhitelistUpdateTriggerBA
|
||||||
|
- methodName1: triggerWhitelistUpdate
|
||||||
|
- methodArgs1: com.bmw.cc.ts.wlupdater.bm.entity.persistent.WLData,long
|
||||||
|
- returnType1: void
|
||||||
|
- className2: com.bmw.cc.ts.wlupdater.joynr.consumer.boundary.OdfVehicle2BackendService
|
||||||
|
- methodName2: notifyOdfStatus
|
||||||
|
- methodArgs2:joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,java.lang.String,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||||
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService3:
|
||||||
|
- name: "ifs-003 (JOYNR) start/stop/notifyTemporaryOdfStatus - INT/OUT"
|
||||||
|
- className1: com.bmw.cc.ts.wlupdater.joynr.consumer.boundary.WLUpdaterV1Consumer
|
||||||
|
- methodName1: startTemporaryOdfSession
|
||||||
|
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.String,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TemporaryOdfSignature,java.lang.String,java.lang.String
|
||||||
|
- returnType1: boolean
|
||||||
|
- className2: com.bmw.cc.ts.wlupdater.joynr.consumer.boundary.WLUpdaterV1Consumer
|
||||||
|
- methodName2: stopTemporaryOdfSession
|
||||||
|
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.String
|
||||||
|
- returnType2: Boolean
|
||||||
|
- className3: com.bmw.cc.ts.wlupdater.bm.boundary.WhitelistUpdaterBF
|
||||||
|
- methodName3: notifyTemporaryOdfStatus
|
||||||
|
- methodArgs3: com.bmw.cc.ts.wlupdater.joynr.consumer.entity.TemporaryOdfStatus
|
||||||
|
- returnType3: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -1,23 +1,36 @@
|
||||||
{
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"name": "{{.name}}",
|
"name": "{{.name}}",
|
||||||
"processGroups": [],
|
"processGroups": [],
|
||||||
"queueEntryPoint": false,
|
"queueEntryPoint": false,
|
||||||
"queueEntryPointType": null,
|
"queueEntryPointType": null,
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
{
|
||||||
"argumentTypes": ["{{.methodArgs}}"],
|
"annotations": [],
|
||||||
"methodName": "{{.methodName}}",
|
"className": "{{.className1}}",
|
||||||
"returnType": "{{.returnType}}"
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs1}}"],
|
||||||
|
"methodName": "{{.methodName1}}",
|
||||||
|
"returnType": "{{.returnType1}}"
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className2}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
|
"methodName": "{{.methodName2}}",
|
||||||
|
"returnType": "{{.returnType2}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"processGroups": [],
|
||||||
|
"queueEntryPoint": false,
|
||||||
|
"queueEntryPointType": null,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className1}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs1}}"],
|
||||||
|
"methodName": "{{.methodName1}}",
|
||||||
|
"returnType": "{{.returnType1}}"
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className2}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
|
"methodName": "{{.methodName2}}",
|
||||||
|
"returnType": "{{.returnType2}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className3}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs3}}"],
|
||||||
|
"methodName": "{{.methodName3}}",
|
||||||
|
"returnType": "{{.returnType3}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue