All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicResult, TagInfoResult, TagResult

public interface Result extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the friendlier "display path" for this result.
    Returns the qualified path of this result.
    Generally returns the last component id from the path.
    boolean
    Indicates that this result object is itself browsable.
  • Method Details

    • getDisplayPath

      Path getDisplayPath()
      Returns the friendlier "display path" for this result. May be null, and not necessarily unique.
    • getPath

      QualifiedPath getPath()
      Returns the qualified path of this result.
    • getType

      String getType()
      Generally returns the last component id from the path.
    • hasChildren

      boolean hasChildren()
      Indicates that this result object is itself browsable.