<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Where is the Javadoc for 7.0? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138187#M37049</link>
    <description>&lt;P&gt;Yea,&amp;nbsp; the only ones I can find are 4.x&amp;nbsp; &amp;nbsp;Is the javadoc still being supported?&amp;nbsp; Can I download the source and run javadoc myself?&lt;/P&gt;&lt;P&gt;I guess this must be the accepted solution.&amp;nbsp; But I don't accept it.&amp;nbsp; This is really dissapointing.&lt;/P&gt;</description>
    <pubDate>Sat, 26 Jun 2021 15:06:40 GMT</pubDate>
    <dc:creator>mangar</dc:creator>
    <dc:date>2021-06-26T15:06:40Z</dc:date>
    <item>
      <title>Where is the Javadoc for 7.0?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138185#M37047</link>
      <description>&lt;P&gt;All the links seem to be broken and/or out of date.&amp;nbsp; I want to see the javadocs for the Alfresco API,&amp;nbsp; like WorkflowService and all the services that I have access to.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 20:30:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138185#M37047</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2021-06-18T20:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Javadoc for 7.0?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138186#M37048</link>
      <description>&lt;P&gt;I do not believe JavaDoc is exported/generated and published anymore. I think it already wasn't for the latest 6.x releases, and with the rework of the documentation, most old-school docs-like resources have likely been shut down.&lt;/P&gt;
&lt;P&gt;But &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt; probably knows more.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 09:12:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138186#M37048</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2021-06-21T09:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Javadoc for 7.0?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138187#M37049</link>
      <description>&lt;P&gt;Yea,&amp;nbsp; the only ones I can find are 4.x&amp;nbsp; &amp;nbsp;Is the javadoc still being supported?&amp;nbsp; Can I download the source and run javadoc myself?&lt;/P&gt;&lt;P&gt;I guess this must be the accepted solution.&amp;nbsp; But I don't accept it.&amp;nbsp; This is really dissapointing.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 15:06:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138187#M37049</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2021-06-26T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Javadoc for 7.0?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138188#M37050</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/20164"&gt;@mangar&lt;/A&gt;&amp;nbsp;Like&amp;nbsp;&lt;SPAN&gt;Axel&amp;nbsp;mentioned the javadocs are no longer published online. Indeed the published javadocs were easy t refer but unfortunately it is not available now. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Javadocs are however generated part of maven build so if you know the jar file name and have access to alfresco artifact repo you can search and download the javadocs jar file and check the docs.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;example:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/alfresco-repository/11.59/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/alfresco-repository/11.59/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/alfresco-repository/11.59/alfresco-repository-11.59-javadoc.jar" target="_blank" rel="nofollow noopener noreferrer"&gt;https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/alfresco-repository/11.59/alfresco-repository-11.59-javadoc.jar&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, i prefer to lookup the github repository instead. You can go to:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-community-repo" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo&lt;/A&gt; and search for the class and explore the source code as well the comments.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 14:04:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-is-the-javadoc-for-7-0/m-p/138188#M37050</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-06-28T14:04:32Z</dc:date>
    </item>
  </channel>
</rss>

