|
msiSetReplComment |
( |
msParam_t * |
inpParam1, |
|
|
msParam_t * |
inpParam2, |
|
|
msParam_t * |
inpParam3, |
|
|
msParam_t * |
inpParam4, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice sets the data_comments attribute of a data object.
- Module:
- core
- Since:
- 2.4
- Author:
- Thomas Ledoux (integrated by Wayne Schroeder)
- Date:
- 2010-04-30
- Note:
- Can be called by client through irule
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpParam1 | - a INT with the id of the object (can be null if unknown, the next param will then be used) |
[in] | inpParam2 | - a msParam of type DataObjInp_MS_T or a STR_MS_T which would be taken as dataObj path |
[in] | inpParam3 | - a INT which gives the replica number |
[in] | inpParam4 | - a STR_MS_T containing the comment |
[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 1572 of file reSysDataObjOpr.c.
|