Skip to content
Snippets Groups Projects
Commit 99bd61a3 authored by cramakri's avatar cramakri
Browse files

LMS-2317 Added comments and more clearly named arguments.

SVN: 21728
parent 0a14c06c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ def rollback_service(service, throwable): ...@@ -8,7 +8,7 @@ def rollback_service(service, throwable):
tr = service.transaction(incoming, factory) tr = service.transaction(incoming, factory)
searchService = tr.getSearchService() searchService = tr.getSearchService()
searchService.listExperiments("/space/project", "EXP_TYPE") searchService.listExperiments("/space/project")
searchService.searchForDataSets("PROP", "VALUE", "DATA_SET_TYPE") searchService.searchForDataSets("PROP", "VALUE", "DATA_SET_TYPE")
searchService.searchForSamples("PROP", "VALUE", "SAMPLE_TYPE") searchService.searchForSamples("PROP", "VALUE", "SAMPLE_TYPE")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment