{ "match": { "serviceClassRegex": "DataAccess", "serviceNameRegex": "StorageHub", "calledMethodRegex": "(^\/workspace\/item(s){0,1}\/[0-9a-zA-Z\\-_]*\/create\/FILE$)|createItem\\(FILE\\)|(\/item\/create\/byPath)" }, "replace": { "serviceClass": "DataAccess", "serviceName": "StorageHub", "calledMethod": "createItem(FILE)" } }