Skip to content
Snippets Groups Projects
Commit 4a4720d6 authored by juanf's avatar juanf
Browse files

SSDM-2510 : Access ETL service token from dropbox

SVN: 34795
parent 8c7a7f12
No related branches found
No related tags found
No related merge requests found
...@@ -475,10 +475,16 @@ public class ImagingDataSetRegistrationTransactionV2Delegate implements ...@@ -475,10 +475,16 @@ public class ImagingDataSetRegistrationTransactionV2Delegate implements
return transaction.createNewLink(dst, dstInDataset, linkName, linkTarget); return transaction.createNewLink(dst, dstInDataset, linkName, linkTarget);
} }
@Override
public String getOpenBisServiceSessionToken()
{
return transaction.getOpenBisServiceSessionToken();
}
@Override @Override
public IDSSRegistrationLogger getLogger() public IDSSRegistrationLogger getLogger()
{ {
return transaction.getLogger(); return transaction.getLogger();
} }
} }
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