com.sap.sl.sdk.authoring.commons
Interface UniverseReference


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

getCuid

java.lang.String getCuid()
Returns the value of the 'Cuid' attribute.

This string is the unique CUID of the core universe in the CMS repository.

Returns:
the value of the 'Cuid' attribute.

getPath

java.lang.String getPath()
Returns the value of the 'Path' attribute.

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.

Returns:
the value of the 'Path' attribute.

getRevisionNumber

int getRevisionNumber()
Returns the value of the 'Revision Number' attribute.

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.

Returns:
the value of the 'Revision Number' attribute.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.