property creation from script
PostPosted:Sun Jan 13, 2013 11:55 pm
by chackem
Is it possible to create a new property for a property group through Beanshell, or does the Property Group XML file have to be edited directly?
Re: property creation from script
PostPosted:Tue Jan 15, 2013 10:40 pm
by jllort
If you're talking about property group definition the normal way to register a new definition is using administration, but if you want can be done consider that administration is modifying PropertyGroups.xml file. In administration to modify and register property groups we use PropertyGroupsServlet.java take a look here
http://doxygen.openkm.com/6.2.x/df/da0/ ... rvlet.html ( from there you can see all java class )