Hi all,
I'd like to create a customized iView (develop by Dynpage) to display the folder and file list (uploaded in KM). However, I can't found any suitable javaclass from the javadoc in the EP SDK is available for accessing the file structure in KM. Is there any other detail reference about the java class? And any class should I use to access the KM file structure?
Thanks a lot
Sam
Hi Sam,
please see on SDN under "Knowledge Management" - Quick Links: "JavaDoc KM ..." (your version)
Start from here (links chosen for SP2):
IResourceFactory resFactory = ResourceFactory.getInstance();
and see http://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/km/com/sapportals/wcm/repository/IResourceFactory.html as well as under IResource.
Hope it helps
Detlev
Add a comment