From a1e2f9b3d9f175ea653638c42c4f41bbf832e342 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Tue, 3 Oct 2023 19:55:51 +0200 Subject: [PATCH] SSDM-55: fixed language test --- .../generic/sharedapi/v3/dictionary.txt | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt b/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt index 9cbc225be9e..75799cb77cc 100644 --- a/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt +++ b/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt @@ -919,6 +919,21 @@ getMode getModificationDate getModifier getMultilineVarcharProperty +getMultiValueBooleanProperty +getMultiValueControlledVocabularyProperty +getMultiValueHyperlinkProperty +getMultiValueIntegerArrayProperty +getMultiValueIntegerProperty +getMultiValueJsonProperty +getMultiValueMultilineVarcharProperty +getMultiValueRealArrayProperty +getMultiValueRealProperty +getMultiValueSampleProperty +getMultiValueStringArrayProperty +getMultiValueTimestampArrayProperty +getMultiValueTimestampProperty +getMultiValueVarcharProperty +getMultiValueXmlProperty getNotification getNotificationOptions getNumItemsProcessed @@ -2136,6 +2151,21 @@ setModificationDate setModifier setMultilineVarcharProperty setMultiValue +setMultiValueBooleanProperty +setMultiValueControlledVocabularyProperty +setMultiValueHyperlinkProperty +setMultiValueIntegerArrayProperty +setMultiValueIntegerProperty +setMultiValueJsonProperty +setMultiValueMultilineVarcharProperty +setMultiValueRealArrayProperty +setMultiValueRealProperty +setMultiValueSampleProperty +setMultiValueStringArrayProperty +setMultiValueTimestampArrayProperty +setMultiValueTimestampProperty +setMultiValueVarcharProperty +setMultiValueXmlProperty setName setNegated setNotification -- GitLab