accounting-lib/src/test/resources/rules/StorageHub/StorageHub-getById.json

12 lines
417 B
JSON
Raw Normal View History

2020-04-03 15:34:15 +02:00
{
"match": {
"serviceClassRegex": "DataAccess",
"serviceNameRegex": "StorageHub",
2020-04-03 16:46:01 +02:00
"calledMethodRegex": "^\/workspace(\/item(s){0,1}){0,1}\/(?!(i$)|count|i{0,1}t(h){0,1}rash|group(s){0,1}|user(s){0,1}|paged|v(re|ere|er)fo(ld|dl)ers{0,1}|((C|c)hi(dl|ld|d)ren))[0-9a-zA-Z\\-_]{1,}(\/){0,1}$|getById"
2020-04-03 15:34:15 +02:00
},
"replace": {
"serviceClass": "DataAccess",
"serviceName": "StorageHub",
"calledMethod": "getById"
}
}