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

12 lines
329 B
JSON

{
"match": {
"serviceClassRegex": "(SDI)|(SpatialData)",
"serviceNameRegex": "GeoNetwork",
"calledMethodRegex": ".*(\\.update($|\\.finish|@json)|\\.edit(!{0,1}|\\.save(only){0,1}|\\.commit)$|\\.infoedit$|\\.pwedit$)"
},
"replace": {
"serviceClass": "SDI",
"serviceName": "GeoNetwork",
"calledMethod": "update"
}
}