Skip to content
Snippets Groups Projects
Commit a51e9a42 authored by jakubs's avatar jakubs
Browse files

BIS-226 SP-341 controlled vocabularies updates

SVN: 27574
parent 81867136
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.MaterialUpdateDTO;
import ch.systemsx.cisd.openbis.generic.shared.dto.MetaprojectUpdatesDTO;
import ch.systemsx.cisd.openbis.generic.shared.dto.NewExternalData;
import ch.systemsx.cisd.openbis.generic.shared.dto.SampleUpdatesDTO;
import ch.systemsx.cisd.openbis.generic.shared.dto.VocabularyUpdatesDTO;
import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ExperimentIdentifierFactory;
import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier;
......@@ -147,13 +148,13 @@ public class ProteinResultDataSetParentLinkingTask implements IMaintenanceTask
service.performEntityOperations(new AtomicEntityOperationDetails(null, null, Collections
.<NewSpace> emptyList(), Collections.<NewProject> emptyList(), Collections
.<NewExperiment> emptyList(), Collections.<ExperimentUpdatesDTO> emptyList(),
Collections.<SampleUpdatesDTO> emptyList(),
Collections.<NewSample> emptyList(), Collections
.<String, List<NewMaterial>> emptyMap(), Collections
Collections.<SampleUpdatesDTO> emptyList(), Collections.<NewSample> emptyList(),
Collections.<String, List<NewMaterial>> emptyMap(), Collections
.<MaterialUpdateDTO> emptyList(),
Collections.<NewExternalData> emptyList(), dataSetUpdates, Collections
.<NewMetaproject> emptyList(), Collections
.<MetaprojectUpdatesDTO> emptyList()));
.<MetaprojectUpdatesDTO> emptyList(), Collections
.<VocabularyUpdatesDTO> emptyList()));
operationLog.info("Parent data set links for " + dataSetUpdates.size()
+ " data sets have been updated.");
}
......
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