Project

General

Profile

« Previous | Next » 

Revision 44463

Copying from local workspace

View differences:

oai.wf.st
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
		<PARAM required="true" type="string" name="api" managedBy="system">$params.("dataprovider:interface")$</PARAM>
7
	</PARAMETERS>
8
	<ARCS>
9
		<ARC to="fetchMDStore"/>
10
	</ARCS>
11
</NODE>
12

  
13
<NODE name="fetchMDStore" type="FetchMDStoreRecords">
14
	<DESCRIPTION>Read from mdstore</DESCRIPTION>
15
	<PARAMETERS>
16
		<PARAM name="eprParam" managedBy="system" type="string" required="true">oai_epr</PARAM>
17
		<PARAM name="mdstoreId" managedBy="system" type="string" required="true">$params.("tran_id")$</PARAM>
18
	</PARAMETERS>
19
	<ARCS>
20
		<ARC to="oaiSync" />
21
	</ARCS>
22
</NODE>
23

  
24
<NODE name="oaiSync" type="SyncOAIStores">
25
	<DESCRIPTION>Synchronizes OAI stores</DESCRIPTION>
26
	<PARAMETERS>
27
		<PARAM name="eprParam" managedBy="system" type="string" required="true">oai_epr</PARAM>
28
		<PARAM name="oaiSource" managedBy="system" type="string" required="true">$params.("dataprovider:name")$</PARAM>
29
		<PARAM name="oaiDbName" managedBy="user" type="string" required="true">oaistore_dnet</PARAM>
30
		<PARAM name="oaiFormat" managedBy="user" type="string" required="true">$params.("tran_format")$</PARAM>
31
		<PARAM name="oaiLayout" managedBy="user" type="string" required="true">$params.("tran_layout")$</PARAM>
32
		<PARAM name="oaiInterpretation" managedBy="user" type="string" required="true">$params.("tran_interpretation")$</PARAM>
33
	</PARAMETERS>
34
	<ARCS>
35
		<ARC to="success" />
36
	</ARCS>
37
</NODE>

Also available in: Unified diff