Revision 53630
Added by Claudio Atzori about 6 years ago
modules/dnet-collector-plugins/trunk/src/main/resources/eu/dnetlib/data/collector/plugins/applicationContext-dnet-modular-collector-plugins.xml | ||
---|---|---|
10 | 10 |
|
11 | 11 |
<bean id="schemaOrgPlugin" class="eu.dnetlib.data.collector.plugins.schemaorg.SchemaOrgPlugin"> |
12 | 12 |
<property name="protocolDescriptor"> |
13 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="schemaorg"/> |
|
13 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="schemaorg"> |
|
14 |
<property name="params"> |
|
15 |
<list> |
|
16 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
17 |
p:name="consumerBlockPolling" /> |
|
18 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
19 |
p:name="consumerBlockPollingTimeout" /> |
|
20 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
21 |
p:name="consumerBlockPollingTimeoutUnit" /> |
|
22 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
23 |
p:name="endpointCharset" /> |
|
24 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
25 |
p:name="updatedDateFormat" /> |
|
26 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
27 |
p:name="createdDateFormat" /> |
|
28 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
29 |
p:name="publicationDateFormat" /> |
|
30 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
31 |
p:name="contributorFallbackType" /> |
|
32 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
33 |
p:name="identifierFallbackType" /> |
|
34 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
35 |
p:name="identifierFallbackURL" /> |
|
36 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
37 |
p:name="identifierMappingARK" /> |
|
38 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
39 |
p:name="identifierMappingDOI" /> |
|
40 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
41 |
p:name="identifierMappingHandle" /> |
|
42 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
43 |
p:name="identifierMappingPURL" /> |
|
44 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
45 |
p:name="identifierMappingURN" /> |
|
46 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
47 |
p:name="identifierMappingURL" /> |
|
48 |
|
|
49 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
50 |
p:name="repositoryAccessType" /> |
|
51 |
|
|
52 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
53 |
p:name="sitemap_queueSize" /> |
|
54 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
55 |
p:name="sitemap_IndexCharset" /> |
|
56 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
57 |
p:name="sitemap_FileCharset" /> |
|
58 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
59 |
p:name="sitemap_FileSchema" /> |
|
60 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
61 |
p:name="sitemap_FileType" /> |
|
62 |
|
|
63 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
64 |
p:name="httpapi-kaggle_queueSize" /> |
|
65 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
66 |
p:name="httpapi-kaggle_APICharset" /> |
|
67 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
68 |
p:name="httpapi-kaggle_queryUrl" /> |
|
69 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
70 |
p:name="httpapi-kaggle_queryPagePlaceholder" /> |
|
71 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
72 |
p:name="httpapi-kaggle_responsePropertyTotalDataset" /> |
|
73 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
74 |
p:name="httpapi-kaggle_responsePropertyDatasetList" /> |
|
75 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
76 |
p:name="httpapi-kaggle_responsePropertyDatasetUrl" /> |
|
77 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
78 |
p:name="httpapi-kaggle_responseBaseDatasetUrl" /> |
|
79 |
</list> |
|
80 |
</property> |
|
81 |
</bean> |
|
14 | 82 |
</property> |
15 | 83 |
</bean> |
16 | 84 |
|
Also available in: Unified diff
added all the possible parameters to the Schema.org ProtocolDescriptor