accounting-lib/src/test/resources/rules/GRSFPublisher/GRSFPublisher-getURLandIdFr...

12 lines
316 B
JSON
Raw Normal View History

{
"match": {
2020-03-20 16:55:13 +01:00
"serviceClassRegex": "(Data-Catalogue)|(DataPublishing)",
"serviceNameRegex": "GRSFPublisher",
"calledMethodRegex": ".*get-catalogue-id-(and-url-){0,1}from-name.*"
},
"replace": {
2020-03-20 16:55:13 +01:00
"serviceClass": "DataPublishing",
"serviceName": "GRSFPublisher",
"calledMethod": "getURLandIdFromName"
}
}