Interface BasicElementInfo
- All Superinterfaces:
BasicInfo
,Serializable
- All Known Subinterfaces:
ElementInfo
,EventInfo
This class represents an identifier for a store element to a
specific revision
.
The belonging store element could be deleted or the uid/name
has been changed.- Since:
- 4.0.53
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the id of the belonging storeelementReturns the node tag of the belonging store element.long
Returns the revision id of the belonging store element.Returns the store type of the belonging store element.getUid()
-
Method Details
-
getStoreType
Store.Type getStoreType()Returns the store type of the belonging store element.- Since:
- 4.0.54
-
getNodeTag
String getNodeTag()Returns the node tag of the belonging store element.- Since:
- 4.0.54
-
getNodeId
long getNodeId()Returns the id of the belonging storeelement- Since:
- 4.0.54
-
getUid
String getUid()Returns theuid
(or thename
ifIDProvider.hasUid()
==false
) for the referenced store element. This is a temporal information, which was valid at the time of the referencedrevision
.- Returns:
- Uid or name of the referenced store element.
- Since:
- 4.0.54
-
getRevisionId
long getRevisionId()Returns the revision id of the belonging store element.- Since:
- 4.0.54
-