Interface Result

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    BasicResult, TagInfoResult, TagResult

    public interface Result
    extends java.io.Serializable
    • Method Detail

      • 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

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

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