06-18-2021 04:30 PM
All the links seem to be broken and/or out of date. I want to see the javadocs for the Alfresco API, like WorkflowService and all the services that I have access to.
06-21-2021 05:12 AM
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.
But @EddieMay probably knows more.
06-21-2021 05:12 AM
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.
But @EddieMay probably knows more.
06-26-2021 11:06 AM
Yea, the only ones I can find are 4.x Is the javadoc still being supported? Can I download the source and run javadoc myself?
I guess this must be the accepted solution. But I don't accept it. This is really dissapointing.
06-28-2021 10:04 AM
@mangar Like Axel mentioned the javadocs are no longer published online. Indeed the published javadocs were easy t refer but unfortunately it is not available now.
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.
example:
However, i prefer to lookup the github repository instead. You can go to: https://github.com/Alfresco/alfresco-community-repo and search for the class and explore the source code as well the comments.
Hope this helps.
Explore our Alfresco products with the links below. Use labels to filter content by product module.