Project

General

Profile

« Previous | Next » 

Revision 42161

rename of packages and classes

View differences:

efg_collection_template.xml
13 13
				<PARAM name="dsId" description="Datasource Id" required="true" type="string" />
14 14
				<PARAM name="interface" description="Datasource Interface" required="true" type="string" />
15 15
				<PARAM name="collMdstoreId" description="Store for collected records" required="true" type="string" />
16
				<PARAM name="selectMode" description="Selection Mode" required="true" type="string" default="REFRESH" />
17 16
			</PARAMETERS>
18 17
			<WORKFLOW>
19
				<NODE name="SELECT_MODE" type="Selection"  isStart="true">
20
					<DESCRIPTION>Set information about current provider</DESCRIPTION>
21
					<PARAMETERS>
22
						<PARAM name="selection" ref="selectMode" />
23
					</PARAMETERS>
24
					<ARCS>
25
						<ARC name="REFRESH" to="COLLECT_REFRESH" />
26
						<ARC name="INCREMENTAL" to="PREPARE_INCREMENTAL" />
27
					</ARCS>
28
				</NODE>
29
				<NODE name="COLLECT_REFRESH" type="CollectRecords">
18
				<NODE name="COLLECT_REFRESH" type="CollectRecords" isStart="true">
30 19
					<DESCRIPTION>Start Harvesting</DESCRIPTION>
31 20
					<PARAMETERS>
32 21
						<PARAM name="datasourceId" ref="dsId" />
......
57 46
						<PARAM name="eprParam" value="store_epr" />
58 47
					</PARAMETERS>
59 48
					<ARCS>
60
						<ARC to="BACKLINK"/>
49
						<ARC to="BACKLINKS"/>
61 50
					</ARCS>
62 51
				</NODE>
63
				<NODE name="PREPARE_INCREMENTAL" type="FindDateRangeForIncrementalHarvesting">
64
					<DESCRIPTION>Find Date Range For Incremental Harvesting</DESCRIPTION>
65
					<PARAMETERS>
66
						<PARAM name="fromDateParam" value="FROM_DATE" />
67
						<PARAM name="untilDateParam" value="UNTIL_DATE" />
68
					</PARAMETERS>
69
					<ARCS>
70
						<ARC to="COLLECT_INCREMENTAL" />
71
					</ARCS>
72
				</NODE>
73
				<NODE name="COLLECT_INCREMENTAL" type="DateRangeCollectRecords">
74
					<DESCRIPTION>Start incremental harvesting</DESCRIPTION>
75
					<PARAMETERS>
76
						<PARAM name="datasourceId" ref="dsId" />
77
						<PARAM name="datasourceInterface" ref="interface" />
78
						<PARAM name="eprParam" value="collected_epr" />
79
						<PARAM name="fromDateParam" value="FROM_DATE" />
80
						<PARAM name="untilDateParam" value="UNTIL_DATE" />
81
					</PARAMETERS>
82
					<ARCS>
83
						<ARC to="MD_BUILDER_INCREMENTAL" />
84
					</ARCS>
85
				</NODE>
86
				<NODE name="MD_BUILDER_INCREMENTAL" type="MdBuilder">
87
					<DESCRIPTION>Prepare mdstore records</DESCRIPTION>
88
					<PARAMETERS>
89
						<PARAM name="inputEprParam" value="collected_epr" />
90
						<PARAM name="outputEprParam" value="store_epr" />
91
						<PARAM name="datasourceId" ref="dsId" />
92
						<PARAM name="datasourceInterface" ref="interface" />
93
					</PARAMETERS>
94
					<ARCS>
95
						<ARC to="STORE_INCREMENTAL" />
96
					</ARCS>
97
				</NODE>
98
				<NODE name="STORE_INCREMENTAL" type="StoreMDStoreRecords">
99
					<DESCRIPTION>Store mdstore records incrementally</DESCRIPTION>
100
					<PARAMETERS>
101
						<PARAM name="mdId" ref="collMdstoreId" />
102
						<PARAM name="storingType" value="INCREMENTAL" />
103
						<PARAM name="eprParam" value="store_epr" />
104
					</PARAMETERS>
105
					<ARCS>
106
						<ARC to="BACKLINK"/>
107
					</ARCS>
108
				</NODE>
109

  
110
				<NODE name="BACKLINK" type="ExecuteMDStorePlugin">
52
				<NODE name="BACKLINKS" type="ExecuteMDStorePlugin">
111 53
					<DESCRIPTION>Store mdtore records</DESCRIPTION>
112 54
					<PARAMETERS>
113 55
						<PARAM name="mdStoreId" ref="collMdstoreId"/>
114
						<PARAM name="pluginName" value="backLinkPlugin"/>
56
						<PARAM name="pluginName" value="backLinksPlugin"/>
115 57
					</PARAMETERS>
116 58
					<ARCS>
117 59
						<ARC to="UPDATE_INFO"/>
118 60
					</ARCS>
119 61
				</NODE>
120

  
121 62
				<NODE name="UPDATE_INFO" type="MDStoreToApiExtraField">
122 63
					<DESCRIPTION>Update datasouce API extra fields</DESCRIPTION>
123 64
					<PARAMETERS>

Also available in: Unified diff