Project

General

Profile

« Previous | Next » 

Revision 46790

fixed EFG Download plugin and decreased the number of threads for generation of thumbnails

View differences:

efg_post_feed_oai.xml
96 96
						<ARC to="success"/>
97 97
					</ARCS>
98 98
				</NODE>
99
			</WORKFLOW>
99

  
100

  
101
                <NODE name="setEFGFormat" type="SetFormatInfo" isStart="true">
102
                    <DESCRIPTION>Set Format Info</DESCRIPTION>
103
                    <PARAMETERS>
104
                        <PARAM name="format" value="efg"/>
105
                        <PARAM name="layout" value="store"/>
106
                        <PARAM name="interpretation" value="cleaned"/>
107
                        <PARAM name="formatParam" value="oai_efg_format"/>
108
                        <PARAM name="layoutParam" value="oai_efg_layout"/>
109
                        <PARAM name="interpretationParam" value="oai_efg_interpretation"/>
110
                    </PARAMETERS>
111
                    <ARCS>
112
                        <ARC to="prepareEFGOAI"/>
113
                    </ARCS>
114
                </NODE>
115

  
116
                <NODE name="prepareEFGOAI" type="PrepareOaiJob">
117
                    <DESCRIPTION>Prepare oai feeding</DESCRIPTION>
118
                    <PARAMETERS>
119
                        <PARAM name="oaiFormat" value="efg"/>
120
                        <PARAM name="oaiLayout" value="store"/>
121
                        <PARAM name="oaiInterpretation" value="cleaned"/>
122
                        <PARAM name="oaiDbName" value="oaistore_efg"/>
123
                    </PARAMETERS>
124
                    <ARCS>
125
                        <ARC to="CompoundIndexesEFG"/>
126
                    </ARCS>
127
                </NODE>
128

  
129
                <NODE name="CompoundIndexesEFG" type="OAICreateIndex">
130
                    <DESCRIPTION>Create composite indexes for the OAI store</DESCRIPTION>
131
                    <PARAMETERS>
132
                        <PARAM name="oaiFormat" value="efg"/>
133
                        <PARAM name="oaiLayout" value="store"/>
134
                        <PARAM name="oaiInterpretation" value="cleaned"/>
135
                        <PARAM name="oaiDbName" value="oaistore_efg"/>
136
                        <PARAM name="fieldNames" value="set,datestamp;entitytype"/>
137
                    </PARAMETERS>
138
                    <ARCS>
139
                        <ARC to="ConfigIndexesEFG"/>
140
                    </ARCS>
141
                </NODE>
142

  
143
                <NODE name="ConfigIndexesEFG" type="OAIEnsureIndexes">
144
                    <DESCRIPTION>Ensure an index exists on fields as specified in the configuration profile
145
                    </DESCRIPTION>
146
                    <PARAMETERS>
147
                        <PARAM name="oaiFormat" value="efg"/>
148
                        <PARAM name="oaiLayout" value="store"/>
149
                        <PARAM name="oaiInterpretation" value="cleaned"/>
150
                        <PARAM name="oaiDbName" value="oaistore_efg"/>
151
                    </PARAMETERS>
152
                    <ARCS>
153
                        <ARC to="SetsCountEFG"/>
154
                    </ARCS>
155
                </NODE>
156

  
157
                <NODE name="SetsCountEFG" type="OAISetsCountUpdate">
158
                    <DESCRIPTION>Count records in each OAI set, for each exported metadata format linked to the given
159
                        oai collection
160
                    </DESCRIPTION>
161
                    <PARAMETERS>
162
                        <PARAM name="oaiFormat" value="efg"/>
163
                        <PARAM name="oaiLayout" value="store"/>
164
                        <PARAM name="oaiInterpretation" value="cleaned"/>
165
                        <PARAM name="oaiDbName" value="oaistore_efg"/>
166
                        <PARAM name="configuredOnly" value="false"/>
167
                    </PARAMETERS>
168
                    <ARCS>
169
                        <ARC to="ConfigSetsEFG"/>
170
                    </ARCS>
171
                </NODE>
172

  
173
                <NODE name="ConfigSetsEFG" type="OAIRefreshConfiguration">
174
                    <DESCRIPTION>Reads the current OAI configuration and upsert OAI sets accordingly (counts are updated
175
                        as well)
176
                    </DESCRIPTION>
177
                    <PARAMETERS>
178
                        <PARAM name="oaiFormat" value="efg"/>
179
                        <PARAM name="oaiLayout" value="store"/>
180
                        <PARAM name="oaiInterpretation" value="cleaned"/>
181
                        <PARAM name="oaiDbName" value="oaistore_efg"/>
182
                    </PARAMETERS>
183
                    <ARCS>
184
                        <ARC to="success"/>
185
                    </ARCS>
186
                </NODE>
187

  
188

  
189
            </WORKFLOW>
100 190
		</CONFIGURATION>
101 191
	</BODY>
102 192
</RESOURCE_PROFILE>

Also available in: Unified diff