cancel
Showing results for 
Search instead for 
Did you mean: 

Web Form Object Model for WCM

muralikmg
Champ in-the-making
Champ in-the-making
Web Form Object Model for WCM for dynamically change webform settings, XSD and output path patterns
1 REPLY 1

muralikmg
Champ in-the-making
Champ in-the-making
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?