08-23-2010 10:31 AM
<action id="download_file" replace="true">
<permissions>
<permission allow="true">Read</permission>
</permissions>
<label-id>download_file</label-id>
<image>/custom/images/icons/download.gif</image>
<action>download-file</action>
</action>
<beans>
<!– Download Action Bean –>
<bean id="download-file" class="custom.alfresco.customUI.actions.DownloadActionExecuter" parent="action-executer" lazy-init="true">
<property name="nodeService">
<ref bean="NodeService" />
</property>
<property name="exchangeServerIP" value="192.168.20.241" />
<property name="fileServerIP" value="192.168.20.221" />
<property name="filesRootFolderPath" value="/company/shared/" />
<property name="publicAction">
<value>false</value>
</property>
</bean>
<!– Action properties –>
<bean id="extension.actionResourceBundles" parent="actionResourceBundles">
<property name="resourceBundles">
<list>
<value>alfresco.extension.download-file-action-messages</value>
</list>
</property>
</bean>
</beans>
08-30-2010 07:44 AM
09-01-2010 12:37 PM
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.