public interface UniverseReference
It is used to reference a core universe that is inserted into a data foundation or business layer.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCuid()
Returns the value of the 'Cuid' attribute.
|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
int |
getRevisionNumber()
Returns the value of the 'Revision Number' attribute.
|
java.lang.String getCuid()
This string is the unique CUID of the core universe in the CMS repository.
java.lang.String getPath()
This string represents the path of the core universe in the CMS repository.
This path starts with /Universes/ and a slash (/) separates folders.
The path is stored in the data foundation or business layer of the linked universe. It is updated when the end-user refreshes the linked universe explicitly.
int getRevisionNumber()
This integer is the current revision number of the core universe used by the linked universe. It can be different from the revision number of the core universe in the CMS repository. The revision number is stored in the data foundation or business layer of the linked universe. It is updated when the end-user refreshes the linked universe explicitly.