|
msiGetObjectPath |
( |
msParam_t * |
object, |
|
|
msParam_t * |
path, |
|
|
msParam_t * |
status, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Returns the path of an iRODS data object. For use in workflows.
- Module:
- ERA
- Since:
- 2.4.x
- Author:
- Antoine de Torcy
- Date:
- 2010-07-28
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | object | - A DataObjInp_MS_T, our object. |
[out] | path | - a STR_MS_T with the object's path. |
[out] | status | - an INT_MS_T containing the operation 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 249 of file collInfoMS.c.
|