|
msiCopyAVUMetadata |
( |
msParam_t * |
inpParam1, |
|
|
msParam_t * |
inpParam2, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Copies metadata triplets from one iRODS object to another
- Author:
- Antoine de Torcy
- Date:
- 2007-09-26
- Note:
- This microservice copies metadata triplets from one iRODS object to another. The source and destination can be a data object or a collection, independently.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpParam1 | - A STR_MS_T with the irods path of the source object. |
[in] | inpParam2 | - A STR_MS_T with the irods path of the destination object. |
[out] | outParam | - An INT_MS_T containing the status. |
[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 147 of file eraMS.c.
|