Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
<bean id="customfilter" class="org.mypackage.MyFilter"/>

<bean id="conjunctionTransformationWorkflow" class="gr.ekt.transformationengine.core.ConjunctionTransformationWorkflow">
 <property name="steps">
 <list>
    <ref bean="customfilter"/> 
 </list>
 </property>
</bean>

You can add in the conjunctionTransformationWorkflow as many filters and modifiers you like, the will run the one after the other in the specified order.In case you need more help on Importing Items in DSpace or any other clarifications using the BTE you can contact Kostas Stamatis (kstamatis@ekt.gr) for more information.