|
msiExportRecursiveCollMeta |
( |
msParam_t * |
inpParam, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Exports metadata AVU triplets for a collection and its contents
- Module:
- ERA
- Since:
- pre-2.1
- Author:
- Antoine de Torcy
- Date:
- 2007-09-26
- Note:
- This microservice recursively exports user-defined metadata attributes (AVUs) for a collection and all collections and data objects in this collection. The output is written to a bytesBuf_t buffer in pipe separated format, one line per attribute.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpParam | - A CollInp_MS_T or a STR_MS_T with the irods path of the target collection. |
[out] | outParam | - A BUF_LEN_MS_T containing the results. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- None
- Session Variables Modified:
- None
- iCAT Attributes Used:
- None
- iCAT Attributes Modified:
- None
- Side Effect:
- None
- Returns:
- integer
- Return values:
-
- Precondition:
- None
- Postcondition:
- None
- See also:
- None
Definition at line 224 of file eraMS.c.
|