Package de.espirit.firstspirit.storage
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 Details
-
getSchemaUid
Get the uid of the entity's schema- Returns:
- The entity's uid.
- Since:
- 4.2.400
-
getEntityTypeName
Get the name of the entity's type.- Returns:
- The entity type's name.
- Since:
- 4.2.400
-
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
-