Interface EdgeTargetId
-
- All Known Implementing Classes:
ContentEntityObjectId
public interface EdgeTargetId
An abstraction over the id used to uniquely identifer the target of an edge.This abstraction allows flexibility to cater for different id schemes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getId()
-
-
-
Method Detail
-
getId
Object getId()
-
-