Revision 47522
Added by Alessia Bardi over 6 years ago
transform.wf.st | ||
---|---|---|
37 | 37 |
<PARAMETERS> |
38 | 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 |
<PARAM required="true" type="string" name="outputEprParam" managedBy="system">dmf_epr</PARAM>
|
|
40 |
<PARAM required="true" type="string" name="outputEprParam" managedBy="system">trans_epr</PARAM>
|
|
41 | 41 |
</PARAMETERS> |
42 | 42 |
<ARCS> |
43 | 43 |
<ARC to="storeRecords"/> |
... | ... | |
45 | 45 |
</NODE> |
46 | 46 |
|
47 | 47 |
<NODE name="storeRecords" type="StoreMDStoreRecords"> |
48 |
<DESCRIPTION>Store mdtore records</DESCRIPTION> |
|
48 |
<DESCRIPTION>Store mdstore records</DESCRIPTION>
|
|
49 | 49 |
<PARAMETERS> |
50 | 50 |
<PARAM required="true" type="string" name="mdId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM> |
51 | 51 |
<PARAM required="true" type="string" name="storingType" managedBy="system">REFRESH</PARAM> |
52 |
<PARAM required="true" type="string" name="eprParam" managedBy="system">dmf_epr</PARAM>
|
|
52 |
<PARAM required="true" type="string" name="eprParam" managedBy="system">trans_epr</PARAM>
|
|
53 | 53 |
</PARAMETERS> |
54 | 54 |
<ARCS> |
55 | 55 |
<ARC to="UPDATE_INFO"/> |
Also available in: Unified diff
Claims metadata are collected from the file system, not from the database.