|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UniverseReference
This interface provides core universe information.
It is used to reference a core universe that is inserted into a data foundation or business layer.
The following features are supported:
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |