10-25-2007 11:35 PM
10-26-2007 02:41 AM
<bean id="prepare-image" class="com.jnj.ice.is.action.PrepareImageActionExecuter"
parent="action-executer">
<property name="nodeService">
<ref bean="nodeService"/>
</property>
<property name="dictionaryService">
<ref bean="dictionaryService"/>
</property>
<property name="actionService">
<ref bean="actionService"/>
</property>
<property name="mimetypeService">
<ref bean="mimetypeService"/>
</property>
<property name="permissionService">
<ref bean="permissionService"/>
</property>
<property name="publicAction">
<value>false</value>
</property>
<property name="mimetypes">
<list>
<value>image/bmp</value>
<value>image/jpeg</value>
<value>image/ppm</value>
<value>image/pgx</value>
<value>image/tga</value>
<value>image/tiff</value>
<value>image/lsm</value>
<value>image/jp2</value>
<value>image/j2k</value>
<value>image/dicom</value>
</list>
</property>
</bean>
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.