Skip to content
Snippets Groups Projects
Commit 23f00e9d authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13524: added new array types and property method names to hix api-openbis-java tests

parent fa4948ef
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -197,6 +197,7 @@ getActions ...@@ -197,6 +197,7 @@ getActions
getArchivingRequested getArchivingRequested
getAttachments getAttachments
getAuthor getAuthor
getBooleanProperty
getCacheMode getCacheMode
getChildIds getChildIds
getChildren getChildren
...@@ -210,6 +211,7 @@ getContainerId ...@@ -210,6 +211,7 @@ getContainerId
getContainerIds getContainerIds
getContainers getContainers
getContent getContent
getControlledVocabularyProperty
getCount getCount
getChecksumCRC32 getChecksumCRC32
getChecksum getChecksum
...@@ -256,9 +258,13 @@ getGeneratedCodePrefix ...@@ -256,9 +258,13 @@ getGeneratedCodePrefix
getHistory getHistory
getHourOffset getHourOffset
getHomeGroupCode getHomeGroupCode
getHyperlinkProperty
getId getId
getIdentifier getIdentifier
getInputStream getInputStream
getIntegerArrayProperty
getIntegerProperty
getJsonProperty
getKind getKind
getLabel getLabel
getLastName getLastName
...@@ -274,6 +280,7 @@ getMaterialId ...@@ -274,6 +280,7 @@ getMaterialId
getMaterialProperties getMaterialProperties
getModificationDate getModificationDate
getModifier getModifier
getMultilineVarcharProperty
getObjectId getObjectId
getObjects getObjects
getOperator getOperator
...@@ -296,6 +303,8 @@ getProjects ...@@ -296,6 +303,8 @@ getProjects
getProperties getProperties
getPropertyName getPropertyName
getPropertyValue getPropertyValue
getRealArrayProperty
getRealProperty
getReason getReason
getRegistrationDate getRegistrationDate
getRegistrator getRegistrator
...@@ -306,6 +315,7 @@ getRemoteUrl ...@@ -306,6 +315,7 @@ getRemoteUrl
getResourceReader getResourceReader
getSample getSample
getSampleId getSampleId
getSampleProperty
getSamples getSamples
getSessionInformation getSessionInformation
getShareId getShareId
...@@ -318,9 +328,12 @@ getSpeedHint ...@@ -318,9 +328,12 @@ getSpeedHint
getStatus getStatus
getStorageFormat getStorageFormat
getStorageFormatId getStorageFormatId
getStringArrayProperty
getTagIds getTagIds
getTags getTags
getTechId getTechId
getTimestampArrayProperty
getTimestampProperty
getTimeZone getTimeZone
getTitle getTitle
getTotalCount getTotalCount
...@@ -334,8 +347,10 @@ getUserName ...@@ -334,8 +347,10 @@ getUserName
getValidFrom getValidFrom
getValidTo getValidTo
getValue getValue
getVarcharProperty
getVersion getVersion
getVocabulary getVocabulary
getXmlProperty
hasActions hasActions
hasAttachments hasAttachments
hasAuthor hasAuthor
...@@ -602,6 +617,7 @@ setAttachments ...@@ -602,6 +617,7 @@ setAttachments
setAttachmentsActions setAttachmentsActions
setAuthor setAuthor
setAutoGeneratedCode setAutoGeneratedCode
setBooleanProperty
setChildActions setChildActions
setChildIds setChildIds
setChildren setChildren
...@@ -616,6 +632,7 @@ setContainerId ...@@ -616,6 +632,7 @@ setContainerId
setContainerIds setContainerIds
setContainers setContainers
setContent setContent
setControlledVocabularyProperty
setChecksumCRC32 setChecksumCRC32
setChecksum setChecksum
setChecksumType setChecksumType
...@@ -654,8 +671,12 @@ setFirstName ...@@ -654,8 +671,12 @@ setFirstName
setGeneratedCodePrefix setGeneratedCodePrefix
setHistory setHistory
setHomeGroupCode setHomeGroupCode
setHyperlinkProperty
setId setId
setIdentifier setIdentifier
setIntegerArrayProperty
setIntegerProperty
setJsonProperty
setKind setKind
setLabel setLabel
setLastName setLastName
...@@ -672,6 +693,7 @@ setMaterialProperties ...@@ -672,6 +693,7 @@ setMaterialProperties
setMeasured setMeasured
setModificationDate setModificationDate
setModifier setModifier
setMultilineVarcharProperty
setName setName
setOfficial setOfficial
setOpenbis setOpenbis
...@@ -697,6 +719,8 @@ setProperties ...@@ -697,6 +719,8 @@ setProperties
setProperty setProperty
setPropertyName setPropertyName
setPropertyValue setPropertyValue
setRealArrayProperty
setRealProperty
setReason setReason
setRecursive setRecursive
setRegistrationDate setRegistrationDate
...@@ -717,10 +741,13 @@ setStatus ...@@ -717,10 +741,13 @@ setStatus
setStorageConfirmation setStorageConfirmation
setStorageFormat setStorageFormat
setStorageFormatId setStorageFormatId
setStringArrayProperty
setSubcodeUnique setSubcodeUnique
setTagActions setTagActions
setTagIds setTagIds
setTags setTags
setTimestampArrayProperty
setTimestampProperty
setTimeZone setTimeZone
setTitle setTitle
setToStringMethod setToStringMethod
...@@ -733,9 +760,11 @@ setUserName ...@@ -733,9 +760,11 @@ setUserName
setValidFrom setValidFrom
setValidTo setValidTo
setValue setValue
setVarcharProperty
setVersion setVersion
SetView SetView
setVocabulary setVocabulary
setXmlProperty
ShortDateFormat ShortDateFormat
size size
SortAndPage SortAndPage
...@@ -1109,6 +1138,11 @@ TIMESTAMP ...@@ -1109,6 +1138,11 @@ TIMESTAMP
DATE DATE
VARCHAR VARCHAR
XML XML
ARRAY_INTEGER
ARRAY_REAL
ARRAY_STRING
ARRAY_TIMESTAMP
JSON
Data Type Code Data Type Code
get Data Type Code get Data Type Code
get Property Assignments get Property Assignments
......
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