Snipplet defining a NodeTypeEvaluator (point in bold)
<bean id="myEvaluator" class="org.alfresco.web.evaluator.c">
<property name="allowSubtypes" value="true" />
<property name="dictionary" ref="slingshot.scriptprocessor.dictionaryQuery" />
<property name="types">
<list>
<value>x:yz</value>
....<property name="allowSubtypes" value="true" />
<property name="dictionary" ref="slingshot.scriptprocessor.dictionaryQuery" />
<property name="types">
<list>
<value>x:yz</value>
</list>
</property>
</bean>
No comments:
Post a Comment