Interface HasNameAndSpaceReference

All Superinterfaces:
HasRelativePath
All Known Implementing Classes:
DocumentReference, RichPageReference, WikiPageReference

public interface HasNameAndSpaceReference extends HasRelativePath
Since:
3.9.0
Author:
Jakub Stroleny, Polarion Software
  • Method Details

    • name

      @NotNull String name()
    • spaceReference

      @NotNull SpaceReference spaceReference()
    • toSpaceRelativePath

      @NotNull String toSpaceRelativePath(@Nullable SpaceReference baseSpace)
      Returns unique string identifying the referenced object relative to the given space

      Since:
      3.9.1