10-18-2012 10:35 AM
10-19-2012 07:10 AM
10-19-2012 07:32 AM
10-19-2012 09:38 AM
Hi,
You can write a Custom Javascript api implented in Java.
That method/api can be called in javscript and add it as a rule.
You can find Information about Adding Custom Script APIs here
http://wiki.alfresco.com/wiki/4.0_JavaScript_API#Adding_Custom_Script_APIs
12-24-2012 06:05 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="loggerScript" parent="baseJavaScriptExtension" class="com.reva.service.JsonPdfRendition">
<property name="extensionName">
<value>JsonPdfRendition</value>
</property>
</bean>
</beans>
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.