Class V1MDMPartitionCollectionConnection

java.lang.Object
com.clinia.model.datacatalog.V1MDMPartitionCollectionConnection

public class V1MDMPartitionCollectionConnection extends Object
V1MDMPartitionCollectionConnection
  • Constructor Details

    • V1MDMPartitionCollectionConnection

      public V1MDMPartitionCollectionConnection()
  • Method Details

    • setKey

    • getKey

      @Nonnull public String getKey()
      The key of the mdm collection (analogous to its UnifiedProfile key).
    • setTraversedProperties

      public V1MDMPartitionCollectionConnection setTraversedProperties(List<String> traversedProperties)
    • addTraversedProperties

      public V1MDMPartitionCollectionConnection addTraversedProperties(String traversedPropertiesItem)
    • getTraversedProperties

      @Nullable public List<String> 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object