Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Javadoc method missing: com.isomorphic.datasource.DataSource.getName()

    Hi Isomorphic,

    I'm pretty sure it is OK to use DataSource.getName(), but it is not javadocd.

    Best regards,
    Blama

    #2
    Thanks for the heads up. We'll update the JavaDoc.

    Comment


      #3
      Hi Isomorphic,

      what is the correct way to get the name of a DataSource on the clientside? Is it the inherited BaseClass.getID()?

      If so, could you also javadoc it explicitly on DataSource? If not, could you create DataSource.getName()?

      Thank you & best regards
      Blama

      Comment


        #4
        Hi Isomorphic,

        it is DataSource.getID() (BaseClass.getID()) and I've been using it before. Nevertheless I was a bit confused not finding it in the DataSource javadoc.

        As you have both, getName() and getID() in current 5.1d server javadocs, it might be good to have both in the client docs as well.

        Best regards
        Blama
        Last edited by Blama; 13 May 2015, 09:16.

        Comment


          #5
          getID() is the correct API, and because it does not have special behavior for DataSource, it will not be re-documented on DataSource.

          getName() will remain a server-only API.

          Comment

          Working...
          X