Skip to content
Snippets Groups Projects
Commit 89dc5ed5 authored by felmer's avatar felmer
Browse files

SSDM-4725: Add TechPreview annotation

SVN: 37900
parent 9bb4431e
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.IUpdate; ...@@ -26,6 +26,7 @@ import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.IUpdate;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.ListUpdateValue.ListUpdateAction; import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.ListUpdateValue.ListUpdateAction;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.externaldms.id.IExternalDmsId; import ch.ethz.sis.openbis.generic.asapi.v3.dto.externaldms.id.IExternalDmsId;
import ch.systemsx.cisd.base.annotation.JsonObject; import ch.systemsx.cisd.base.annotation.JsonObject;
import ch.systemsx.cisd.common.annotation.TechPreview;
/** /**
* @author pkupczyk * @author pkupczyk
...@@ -69,12 +70,14 @@ public class LinkedDataUpdate implements IUpdate ...@@ -69,12 +70,14 @@ public class LinkedDataUpdate implements IUpdate
} }
@JsonIgnore @JsonIgnore
@TechPreview
public ContentCopyListUpdateValue getContentCopies() public ContentCopyListUpdateValue getContentCopies()
{ {
return contentCopies; return contentCopies;
} }
@JsonIgnore @JsonIgnore
@TechPreview
public void setContentCopyActions(List<ListUpdateAction<Object>> actions) public void setContentCopyActions(List<ListUpdateAction<Object>> actions)
{ {
contentCopies.setActions(actions); contentCopies.setActions(actions);
......
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