|
msiReplColl |
( |
msParam_t * |
coll, |
|
|
msParam_t * |
destRescName, |
|
|
msParam_t * |
options, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice iterates through a collection and calls rsDataObjRepl to recursively replicate the collection as part of a workflow execution.
- Deprecated:
- The new microservice for replicating a collection is msiCollRepl.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Sifang Lu
- Date:
- 2007-10-01
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | coll | - Required - A CollInp_MS_T or a STR_MS_T which would be taken as destination collection path. |
[in] | destRescName | - A STR_MS_T destination resource name. |
[in] | options | - A STR_MS_T - a group of options in a string delimited by '%'. If the string is empty ("\0") or null ("NULL") it will not be used. The options can be the following:
- "all"(ALL_KW)
- "irodsAdmin" (IRODS_ADMIN_KW).
- "backupMode" if specified, it will try to use 'backup mode' to the destination resource. Means if a good copy already exists in destination resource, it will not throw an error
|
[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:
- Postcondition:
- See also:
Definition at line 2238 of file reDataObjOpr.c.
|