Project

General

Profile

1
 <NODE name="SET_INFO" isStart="true" type="SetProviderInfo">
2
	<DESCRIPTION>Set information about current provider</DESCRIPTION>
3
	<PARAMETERS>
4
		<PARAM required="true" type="string" name="providerId" managedBy="system">$params.("dataprovider:id")$</PARAM>
5
		<PARAM required="true" type="string" name="providerName" managedBy="system">$params.("dataprovider:name")$</PARAM>
6
	</PARAMETERS>
7
	<ARCS>
8
		<ARC to="fetchOriginals"/>
9
	</ARCS>
10
</NODE>
11

    
12
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
13
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
14
	<PARAMETERS>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
16
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("harv_format")$</PARAM>
17
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
18
	</PARAMETERS>
19
	<ARCS>
20
		<ARC to="indexRecords"/>
21
	</ARCS>
22
</NODE>
23

    
24
<NODE name="indexRecords"  type = "UpdateIndex">	
25
	<DESCRIPTION>Index records</DESCRIPTION>
26
	<PARAMETERS>
27
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
28
		<PARAM required="true" type="string" name="indexId" managedBy="system">$params.("index_id")$</PARAM>
29
		<PARAM required="true" type="string" name="format" managedBy="system">$params.("index_format")$</PARAM>
30
		<PARAM required="true" type="string" name="layout" managedBy="system">$params.("index_layout")$</PARAM>
31
		<PARAM required="true" type="string" name="feedingType" managedBy="system">REFRESH</PARAM>
32
	</PARAMETERS>
33
	<ARCS>
34
		<ARC to="success"/>
35
	</ARCS>
36
</NODE>
37
 
(3-3/6)