Scripting - OpenKM 5.1

From OpenKM Documentation
Revision as of 17:59, 9 March 2010 by Jllort (talk | contribs)

Jump to: navigation, search

Scripting is an advanced feature - some esperimental - that enables administrator to execute some scripts in folders fired each time has been some events there ( for example uploading documents ). It could be useful for making automatic operations in all repository.


Okm admin 003.jpeg


Variables used

java.lang.String eventType: says the event that has fired the script javax.jcr.Session session: users session that executes the script javax.jcr.Node eventNode: node that causes the event javax.jcr.Node scriptNode: node where is stored the script