ref 8819: Extend The Algorithms Importer to Manage Many Processes as Black Boxes

https://support.d4science.org/issues/8819

Updated the support for Processes as Black Boxes

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@151098 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-07-14 16:42:38 +00:00
parent 3e2f0eaa0b
commit 002a0dc151
1 changed files with 8 additions and 1 deletions

View File

@ -49,6 +49,8 @@ public class AlgorithmNotification extends Thread {
private void algorithmPublicationEmail() {
try {
Workspace workspace = HomeLibrary.getUserWorkspace(serviceCredentials.getUserName());
List<String> recipientIds = retrieveListAddressee();
@ -99,5 +101,10 @@ public class AlgorithmNotification extends Thread {
return addressee;
}
private void retrieveUsersInRole(){
//https://socialnetworking-d-d4s.d4science.org/social-networking-library-ws/rest/2/users/get-usernames-by-global-role?role-name=DataMiner-Manager&gcube-token=
}
}