Is there any object model Alfresco supports to dynamically change/manipulate Web Forms in WCM.
I looked at the Package org.alfresco.repo.avm.wf classes but could not find much.
Is there any way we can do object modeling of Web Form like this.
org.alfresco.xxx.WebForm wf = new org.alfresco.xxx.WebForm();
wf.setXSD("//XSD-file-path");
wf.setOutputPathPatterh("..");
etc.
My requirement is to dynamically create WebForm components using Java Code?