Package com.clinia.model.datacatalog
Class V1DataSourcePartitionCollectionConnection
java.lang.Object
com.clinia.model.datacatalog.V1DataSourcePartitionCollectionConnection
V1DataSourcePartitionCollectionConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTraversedProperties(String traversedPropertiesItem) booleangetKey()The key of the data source collection (analogous to its profile key).The properties from the relationships or adjacent records that can be queried in the data partition with one of the following formats: - `@{includeKey}.{propertyKey}` (e.g.inthashCode()setTraversedProperties(List<String> traversedProperties) toString()
-
Constructor Details
-
V1DataSourcePartitionCollectionConnection
public V1DataSourcePartitionCollectionConnection()
-
-
Method Details
-
setKey
-
getKey
The key of the data source collection (analogous to its profile key). -
setTraversedProperties
public V1DataSourcePartitionCollectionConnection setTraversedProperties(List<String> traversedProperties) -
addTraversedProperties
public V1DataSourcePartitionCollectionConnection addTraversedProperties(String traversedPropertiesItem) -
getTraversedProperties
The properties from the relationships or adjacent records that can be queried in the data partition with one of the following formats: - `@{includeKey}.{propertyKey}` (e.g. `@worksAt.startDate`). This allows to query on the property 'startDate' of the relationship 'worksAt'. - `@{includeKey}.@{resourcetype}.{propertyKey}` (e.g. `@worksAt.@clinic.name`). This allows to query on the property 'name' of the resource 'clinic' that is related to the record with the relationship 'worksAt'. - `@{includeKey}.@{resourcetype}.{containedKey}.{propertyKey}` (e.g. `@worksAt.@clinic.location.address`). This allows to query on the property 'address' of the contained resource 'location' of the resource 'clinic' that is related to the record with the relationship 'worksAt' Traversed Properties support only primitive and general-purpose complex Clinia Datatypes, nested properties of a custom datatype can be queried using the dot notation. -
equals
-
hashCode
public int hashCode() -
toString
-