04-30-2008 02:16 PM
<bean id="onCreateNode_DoSomething"
class="org.alfresco.repo.policy.registration.ClassPolicyRegistration"
parent="policyRegistration">
<property name="policyName">
<value>{http://www.alfresco.org}onCreateNode</value>
</property>
<property name="className">
<value>{my.model}my_type</value>
</property>
<property name="behaviour">
<bean class="org.alfresco.repo.jscript.ScriptBehaviour" parent="scriptBehaviour">
<property name="notificationFrequency"><value>TRANSACTION_COMMIT</value></property>
<property name="location">
<bean class="org.alfresco.repo.jscript.ClasspathScriptLocation">
<constructor-arg>
<value>alfresco/extension/scripts/webclient_events/onCreateNode_DoSomething.js</value>
</constructor-arg>
</bean>
</property>
</bean>
</property>
</bean>
05-10-2008 01:55 AM
05-10-2008 04:42 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.