Package com.clinia.model.datacatalog
Class V1MDMPartitionCollectionConnection
java.lang.Object
com.clinia.model.datacatalog.V1MDMPartitionCollectionConnection
V1MDMPartitionCollectionConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTraversedProperties(String traversedPropertiesItem) booleangetKey()The key of the mdm collection (analogous to its UnifiedProfile 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
-
V1MDMPartitionCollectionConnection
public V1MDMPartitionCollectionConnection()
-
-
Method Details
-
setKey
-
getKey
The key of the mdm collection (analogous to its UnifiedProfile key). -
setTraversedProperties
-
addTraversedProperties
-
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
-