Interface ResultSetItem

  • All Known Subinterfaces:
    DiscoverableItem

    public interface ResultSetItem
    A result item, which can be used in the context of result set management.

    Possible implementations of this interface could be Service Discovery Items, Jabber Search Items, PubSub Items, etc.

    All of these items have a UID in common to allow paging through the result set.

    • Method Detail

      • getId

        String getId()
        Gets the item id to allow paging through the result set.
        Returns:
        The item id.