Interface ReferencesChangeDetail.ContentReference

All Superinterfaces:
ReferencesChangeDetail.Reference
Enclosing interface:
ReferencesChangeDetail

public static interface ReferencesChangeDetail.ContentReference extends ReferencesChangeDetail.Reference
Specific type on entity references identified by a tuple of schema uid, type name, and a unique key.
Since:
4.2.400
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get the name of the entity's type.
    Get the gid of the referenced entity.
    @NotNull Object[]
    Get the values of the unique key of the entity.
    @NotNull String
    Get the uid of the entity's schema
  • Method Details

    • getSchemaUid

      @NotNull @NotNull String getSchemaUid()
      Get the uid of the entity's schema
      Returns:
      The entity's uid.
      Since:
      4.2.400
    • getEntityTypeName

      @NotNull @NotNull String getEntityTypeName()
      Get the name of the entity's type.
      Returns:
      The entity type's name.
      Since:
      4.2.400
    • getKeyValues

      @NotNull @NotNull Object[] getKeyValues()
      Get the values of the unique key of the entity.
      Returns:
      The entity's unique key.
      Since:
      4.2.400
    • getGid

      UUID getGid()
      Get the gid of the referenced entity.
      Since:
      5.0.307