Project

General

Profile

« Previous | Next » 

Revision 30934

links to external editors in wf details pages

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/test/profiles/openaireplus/workflows/db/update-class-scheme.xml
35 35
			<NODE name="storeRowRecords" type="UpdateDb">
36 36
				<DESCRIPTION>Update Db</DESCRIPTION>
37 37
				<PARAMETERS>
38
					<PARAM required="true" type="string" name="db" managedBy="user">dnet_openaireplus</PARAM>
38
					<PARAM required="true" type="string" name="db" managedBy="user" category="LOCAL_DATABASE">dnet_openaireplus</PARAM>
39 39
					<PARAM required="true" type="string" name="eprParam" managedBy="system">row_epr</PARAM>
40 40
				</PARAMETERS>
41 41
				<ARCS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/objectstore/feedObjectStore.st
10 10
</NODE>
11 11

  
12 12
<NODE name="fetch_files" type="ImportFiles">
13
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
13
	<DESCRIPTION>Fetch files from MDStore</DESCRIPTION>
14 14
	<PARAMETERS>
15 15
		<PARAM required="true" type="string" name="basePath" managedBy="user"></PARAM>
16 16
		<PARAM required="true" type="string" name="repositoryPrefix" managedBy="user"></PARAM>
17 17
		<PARAM required="true" type="string" name="oaiPrefix" managedBy="user"></PARAM>
18
		<PARAM required="true" type="string" name="objectStoreId" managedBy="system">$params.("objs_id")$</PARAM>		
18
		<PARAM required="true" type="string" name="objectStoreId" managedBy="system" category="OBJECTSTORE_ID">$params.("objs_id")$</PARAM>		
19 19
		<PARAM required="true" type="string" name="contentDescription" managedBy="system">$params.("objectStoreContentDescription")$</PARAM>		
20 20
	</PARAMETERS>
21 21
	<ARCS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/claim/repoBye.wf.st
11 11
<NODE name="DeleteMDStoreNative" type="DeleteMDStore">
12 12
	<DESCRIPTION>Delete the native mdstore</DESCRIPTION>
13 13
	<PARAMETERS>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("harv_id")$</PARAM>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
15 15
	</PARAMETERS>
16 16
	<ARCS>
17 17
		<ARC to="DeleteMDStoreCleaned"/>
......
21 21
<NODE name="DeleteMDStoreCleaned" type="DeleteMDStore">
22 22
	<DESCRIPTION>Delete the cleaned mdstore</DESCRIPTION>
23 23
	<PARAMETERS>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("tran_id")$</PARAM>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
25 25
	</PARAMETERS>
26 26
	<ARCS>
27 27
		<ARC to="success"/>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/claim/collection.wf.st
35 35
<NODE name="STORE" type="StoreMDStoreRecords">
36 36
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
37 37
	<PARAMETERS>
38
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
38
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
39 39
		<PARAM required="true" type="string" name="storingType" managedBy="user">REFRESH</PARAM>
40 40
		<PARAM required="true" type="string" name="eprParam" managedBy="system">store_epr</PARAM>
41 41
	</PARAMETERS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/claim/transform.wf.st
12 12
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
13 13
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
14 14
	<PARAMETERS>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
16 16
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("harv_format")$</PARAM>
17 17
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
18 18
	</PARAMETERS>
......
34 34
<NODE name="transform" type="Transform">
35 35
	<DESCRIPTION>Transform original records</DESCRIPTION>
36 36
	<PARAMETERS>
37
		<PARAM required="true" type="string" name="ruleId" managedBy="user" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
37
		<PARAM required="true" type="string" name="ruleId" managedBy="user" category="TRANSFORMATION_RULE_ID" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
38 38
		<PARAM required="true" type="string" name="inputEprParam" managedBy="system">orig_epr</PARAM>
39 39
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">dmf_epr</PARAM>
40 40
	</PARAMETERS>
......
46 46
<NODE name="storeRecords" type="StoreMDStoreRecords">
47 47
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
48 48
	<PARAMETERS>
49
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
50
		<PARAM required="true" type="string" name="storingType" managedBy="user">REFRESH</PARAM>
49
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
50
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
51 51
		<PARAM required="true" type="string" name="eprParam" managedBy="system">dmf_epr</PARAM>
52 52
	</PARAMETERS>
53 53
	<ARCS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/repo/repoBye.wf.st
11 11
<NODE name="DeleteMDStoreDC" type="DeleteMDStore">
12 12
	<DESCRIPTION>Delete the oai_dc mdstore</DESCRIPTION>
13 13
	<PARAMETERS>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("harv_id")$</PARAM>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
15 15
	</PARAMETERS>
16 16
	<ARCS>
17 17
		<ARC to="DeleteMDStoreDMF"/>
......
21 21
<NODE name="DeleteMDStoreDMF" type="DeleteMDStore">
22 22
	<DESCRIPTION>Delete the DMF mdstore</DESCRIPTION>
23 23
	<PARAMETERS>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("tran_id")$</PARAM>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
25 25
	</PARAMETERS>
26 26
	<ARCS>
27 27
		<ARC to="success"/>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/repo/repoBye_files.wf.st
1 1
<NODE name="DeleteObjectStore" type="DeleteObjectStore" isStart="true">
2 2
	<DESCRIPTION>Delete the associated ObjectStore</DESCRIPTION>
3 3
	<PARAMETERS>
4
		<PARAM required="true" type="string" name="objectstoreId" managedBy="system">$params.("objs_id")$</PARAM>
4
		<PARAM required="true" type="string" name="objectstoreId" managedBy="system" category="OBJECTSTORE_ID">$params.("objs_id")$</PARAM>
5 5
	</PARAMETERS>
6 6
	<ARCS>
7 7
		<ARC to="DeleteMetaWorkflow"/>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/repo/collection.wf.st
64 64
<NODE name="STORE_REFRESH" type="StoreMDStoreRecords">
65 65
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
66 66
	<PARAMETERS>
67
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
67
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
68 68
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
69 69
		<PARAM required="true" type="string" name="eprParam" managedBy="system">store_epr</PARAM>
70 70
	</PARAMETERS>
......
120 120
<NODE name="STORE_INCREMENTAL" type="StoreMDStoreRecords">
121 121
	<DESCRIPTION>Store mdtore records incrementally</DESCRIPTION>
122 122
	<PARAMETERS>
123
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
123
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
124 124
		<PARAM required="true" type="string" name="storingType" managedBy="system">INCREMENTAL</PARAM>
125 125
		<PARAM required="true" type="string" name="eprParam" managedBy="system">store_epr</PARAM>
126 126
	</PARAMETERS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/repo/transform.wf.st
13 13
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
14 14
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
15 15
	<PARAMETERS>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
17 17
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("harv_format")$</PARAM>
18 18
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
19 19
	</PARAMETERS>
......
35 35
<NODE name="transform" type="Transform" isJoin="true">
36 36
	<DESCRIPTION>Transform original records</DESCRIPTION>
37 37
	<PARAMETERS>
38
		<PARAM required="true" type="string" name="ruleId" managedBy="user" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
38
		<PARAM required="true" type="string" name="ruleId" category="TRANSFORMATION_RULE_ID" managedBy="user" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
39 39
		<PARAM required="true" type="string" name="inputEprParam" managedBy="system">orig_epr</PARAM>
40 40
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">dmf_epr</PARAM>
41 41
	</PARAMETERS>
......
47 47
<NODE name="storeRecords" type="StoreMDStoreRecords">
48 48
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
49 49
	<PARAMETERS>
50
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
51
		<PARAM required="true" type="string" name="storingType" managedBy="user">REFRESH</PARAM>
50
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
51
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
52 52
		<PARAM required="true" type="string" name="eprParam" managedBy="system">dmf_epr</PARAM>
53 53
	</PARAMETERS>
54 54
	<ARCS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/repo/download.st
43 43

  
44 44

  
45 45
<NODE name="downloadRecords" type="DownloadFromMetadataOpenaire">
46
	<DESCRIPTION>Transform original records in eagle format</DESCRIPTION>
46
	<DESCRIPTION>Download records</DESCRIPTION>
47 47
	<PARAMETERS>
48 48
		<PARAM required="true" type="string" name="inputeprParam" managedBy="system">item_epr</PARAM>
49
		<PARAM required="true" type="string" name="obejctStoreID" managedBy="system">$params.("objs_id")$</PARAM>
49
		<PARAM required="true" type="string" name="obejctStoreID" managedBy="system" category="OBJECTSTORE_ID">$params.("objs_id")$</PARAM>
50 50
		<PARAM required="true" type="string" name="plugin" managedBy="user" function="obtainValues('listDownloadPlugins', {});"></PARAM>
51 51
		<PARAM required="false" type="string" name="basepath" managedBy="user"></PARAM>
52 52
		<PARAM required="false" type="string" name="protocol" managedBy="user" function="validValues(['HTTP', 'HTTPS', 'FTP', 'File_System', 'FTPS'])"></PARAM>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/repo/indexNative.wf.st
12 12
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
13 13
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
14 14
	<PARAMETERS>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
16 16
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("harv_format")$</PARAM>
17 17
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
18 18
	</PARAMETERS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/wos/repoBye.wf.st
11 11
<NODE name="DeleteMDStoreGMF" type="DeleteMDStore">
12 12
	<DESCRIPTION>Delete the GMF mdstore</DESCRIPTION>
13 13
	<PARAMETERS>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("harv_id")$</PARAM>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
15 15
	</PARAMETERS>
16 16
	<ARCS>
17 17
		<ARC to="DeleteMDStoreOAF"/>
......
21 21
<NODE name="DeleteMDStoreOAF" type="DeleteMDStore">
22 22
	<DESCRIPTION>Delete the OAF mdstore</DESCRIPTION>
23 23
	<PARAMETERS>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("tran_id")$</PARAM>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
25 25
	</PARAMETERS>
26 26
	<ARCS>
27 27
		<ARC to="success"/>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/wos/collection.wf.st
48 48
<NODE name="STORE" type="StoreMDStoreRecords">
49 49
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
50 50
	<PARAMETERS>
51
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
51
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
52 52
		<PARAM required="true" type="string" name="storingType" managedBy="user">REFRESH</PARAM>
53 53
		<PARAM required="true" type="string" name="eprParam" managedBy="system">store_epr</PARAM>
54 54
	</PARAMETERS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/wos/transform.wf.st
13 13
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
14 14
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
15 15
	<PARAMETERS>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
17 17
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("harv_format")$</PARAM>
18 18
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
19 19
	</PARAMETERS>
......
35 35
<NODE name="transform" type="Transform" isJoin="true">
36 36
	<DESCRIPTION>Transform original records</DESCRIPTION>
37 37
	<PARAMETERS>
38
		<PARAM required="true" type="string" name="ruleId" managedBy="user" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
38
		<PARAM required="true" type="string" name="ruleId" category="TRANSFORMATION_RULE_ID" managedBy="user" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
39 39
		<PARAM required="true" type="string" name="inputEprParam" managedBy="system">orig_epr</PARAM>
40 40
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">dmf_epr</PARAM>
41 41
	</PARAMETERS>
......
47 47
<NODE name="storeRecords" type="StoreMDStoreRecords">
48 48
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
49 49
	<PARAMETERS>
50
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
51
		<PARAM required="true" type="string" name="storingType" managedBy="user">REFRESH</PARAM>
50
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
51
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
52 52
		<PARAM required="true" type="string" name="eprParam" managedBy="system">dmf_epr</PARAM>
53 53
	</PARAMETERS>
54 54
	<ARCS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/wos/feedObjectStore.st
25 25
	<DESCRIPTION>Store files into objectStore</DESCRIPTION>
26 26
	<PARAMETERS>
27 27
		<PARAM required="true" type="string" name="idXpath" managedBy="user">//*[local-name()='objIdentifier']</PARAM>		
28
		<PARAM required="true" type="string" name="objectStoreId" managedBy="system">$params.("objs_id")$</PARAM>		
28
		<PARAM required="true" type="string" name="objectStoreId" managedBy="system" category="OBJECTSTORE_ID">$params.("objs_id")$</PARAM>		
29 29
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
30 30
		<PARAM required="false" type="string" name="objectIsInsideEpr" managedBy="system">true</PARAM>
31 31
		<PARAM required="true" type="string" name="contentDescription" managedBy="system">$params.("objectStoreContentDescription")$</PARAM>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/entityreg/repoBye.wf.st
11 11
<NODE name="DeleteMDStoreGMF" type="DeleteMDStore">
12 12
	<DESCRIPTION>Delete the GMF mdstore</DESCRIPTION>
13 13
	<PARAMETERS>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("orig_id")$</PARAM>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("orig_id")$</PARAM>
15 15
	</PARAMETERS>
16 16
	<ARCS>
17 17
		<ARC to="DeleteMDStoreDBMF"/>
......
21 21
<NODE name="DeleteMDStoreDBMF" type="DeleteMDStore">
22 22
	<DESCRIPTION>Delete the DBMF mdstore</DESCRIPTION>
23 23
	<PARAMETERS>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("row_id")$</PARAM>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("row_id")$</PARAM>
25 25
	</PARAMETERS>
26 26
	<ARCS>
27 27
		<ARC to="success"/>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/entityreg/updateDb.wf.st
12 12
<NODE name="FETCH_RECORDS" type="FetchMDStoreRecords">
13 13
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
14 14
	<PARAMETERS>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("row_id")$</PARAM>
15
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("row_id")$</PARAM>
16 16
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("row_format")$</PARAM>
17 17
		<PARAM required="true" type="string" name="eprParam" managedBy="system">rs_epr</PARAM>
18 18
	</PARAMETERS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/entityreg/collection.wf.st
37 37
<NODE name="STORE" type="StoreMDStoreRecords">
38 38
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
39 39
	<PARAMETERS>
40
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("orig_id")$</PARAM>
40
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("orig_id")$</PARAM>
41 41
		<PARAM required="true" type="string" name="storingType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])">REFRESH</PARAM>
42 42
		<PARAM required="true" type="string" name="eprParam" managedBy="system">store_epr</PARAM>
43 43
	</PARAMETERS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/entityreg/transform.wf.st
13 13
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
14 14
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
15 15
	<PARAMETERS>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("orig_id")$</PARAM>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("orig_id")$</PARAM>
17 17
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("orig_format")$</PARAM>
18 18
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
19 19
	</PARAMETERS>
......
47 47
<NODE name="cleanRows" type="Clean">
48 48
	<DESCRIPTION>Clean DB rows values according to defined vocabularies</DESCRIPTION>
49 49
	<PARAMETERS>
50
		<PARAM required="true" type="string" name="ruleId" managedBy="user" function="listProfiles('CleanerDSResourceType', '//CLEANER_NAME')"></PARAM>
50
		<PARAM required="true" type="string" name="ruleId" managedBy="user" category="CLEANER_RULE_ID" function="listProfiles('CleanerDSResourceType', '//CLEANER_NAME')"></PARAM>
51 51
		<PARAM required="true" type="string" name="inputEprParam" managedBy="system">packed_row_epr</PARAM>
52 52
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">cleaned_row_epr</PARAM>
53 53
	</PARAMETERS>
......
59 59
<NODE name="storeRowRecords" type="StoreMDStoreRecords">
60 60
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
61 61
	<PARAMETERS>
62
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("row_id")$</PARAM>
63
		<PARAM required="true" type="string" name="storingType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])">REFRESH</PARAM>
62
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("row_id")$</PARAM>
63
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
64 64
		<PARAM required="true" type="string" name="eprParam" managedBy="system">cleaned_row_epr</PARAM>
65 65
	</PARAMETERS>
66 66
	<ARCS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/datacite/repoBye.wf.st
11 11
<NODE name="DeleteMDStoreDatacite" type="DeleteMDStore">
12 12
	<DESCRIPTION>Delete the oai_datacite mdstore</DESCRIPTION>
13 13
	<PARAMETERS>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("harv_id")$</PARAM>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
15 15
	</PARAMETERS>
16 16
	<ARCS>
17 17
		<ARC to="DeleteMDStoreIMEF"/>
......
21 21
<NODE name="DeleteMDStoreIMEF" type="DeleteMDStore">
22 22
	<DESCRIPTION>Delete the IMEF mdstore</DESCRIPTION>
23 23
	<PARAMETERS>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system">$params.("tran_id")$</PARAM>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
25 25
	</PARAMETERS>
26 26
	<ARCS>
27 27
		<ARC to="success"/>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/datacite/collection.wf.st
46 46
</NODE>
47 47

  
48 48
<NODE name="STORE" type="StoreMDStoreRecords">
49
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
49
	<DESCRIPTION>Store mdstore records</DESCRIPTION>
50 50
	<PARAMETERS>
51
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
51
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
52 52
		<PARAM required="true" type="string" name="storingType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])">REFRESH</PARAM>
53 53
		<PARAM required="true" type="string" name="eprParam" managedBy="system">store_epr</PARAM>
54 54
	</PARAMETERS>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/datacite/transform.wf.st
13 13
<NODE name="fetchOriginals" type="FetchMDStoreRecords">
14 14
	<DESCRIPTION>Fetch records from MDStore</DESCRIPTION>
15 15
	<PARAMETERS>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("harv_id")$</PARAM>
16
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
17 17
		<PARAM required="true" type="string" name="mdFormat" managedBy="system">$params.("harv_format")$</PARAM>
18 18
		<PARAM required="true" type="string" name="eprParam" managedBy="system">orig_epr</PARAM>
19 19
	</PARAMETERS>
......
35 35
<NODE name="transform" type="Transform" isJoin="true">
36 36
	<DESCRIPTION>Transform original records</DESCRIPTION>
37 37
	<PARAMETERS>
38
		<PARAM required="true" type="string" name="ruleId" managedBy="user" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
38
		<PARAM required="true" type="string" name="ruleId" managedBy="user" category="TRANSFORMATION_RULE_ID" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"></PARAM>
39 39
		<PARAM required="true" type="string" name="inputEprParam" managedBy="system">orig_epr</PARAM>
40 40
		<PARAM required="true" type="string" name="outputEprParam" managedBy="system">packed_row_epr</PARAM>		 
41 41
	</PARAMETERS>
......
47 47
<NODE name="storeRecords" type="StoreMDStoreRecords">
48 48
	<DESCRIPTION>Store mdtore records</DESCRIPTION>
49 49
	<PARAMETERS>
50
		<PARAM required="true" type="string" name="mdId" managedBy="system">$params.("tran_id")$</PARAM>
51
		<PARAM required="true" type="string" name="storingType" managedBy="user" function="validValues(['REFRESH','INCREMENTAL'])">REFRESH</PARAM>
50
		<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
51
		<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM>
52 52
		<PARAM required="true" type="string" name="eprParam" managedBy="system">packed_row_epr</PARAM>
53 53
	</PARAMETERS>
54 54
	<ARCS>

Also available in: Unified diff