msiTarFileExtract ( msParam_t *  inpParam1,
msParam_t *  inpParam2,
msParam_t *  inpParam3,
msParam_t *  outParam,
ruleExecInfo_t *  rei 
)
Description:
Extracts a tar object file into a target collection
Module:
core
Since:
2.3
Author:
Jean-Yves Nief
Date:
2009-06-15
Note:
This microservice calls rsStructFileExtAndReg to extract a tar file (inpParam1) into a target collection (inpParam2). The content of the target collection is stored on the physical resource (inpParam3).
Example Usage:
See clients/icommands/test/rules3.0/
Parameters:
[in] inpParam1 - A StructFileExtAndRegInp_MS_T or a STR_MS_T which would be taken as dataObj path.
[in] inpParam2 - A STR_MS_T which specifies the target collection.
[in] inpParam3 - optional - A STR_MS_T which specifies the target resource.
[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:
0 upon success
Precondition:
N/A
Postcondition:
N/A
See also:
N/A

Definition at line 3610 of file reDataObjOpr.c.

Generated on Thu Oct 31 10:28:28 2013 for iRODS Documentation by  doxygen 1.6.3