accounting-lib/src/test/resources/rules/GeoNetwork/GeoNetwork-update.json

12 lines
307 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "SDI",
"serviceNameRegex": "GeoNetwork",
2020-03-05 18:03:17 +01:00
"calledMethodRegex": ".*(\\.update($|\\.finish)|\\.edit(!{0,1}|\\.save(only){0,1}|\\.commit)$|\\.infoedit$|\\.pwedit$)"
},
"replace": {
"serviceClass": "SDI",
"serviceName": "GeoNetwork",
2020-03-05 18:03:17 +01:00
"calledMethod": "update"
}
}