|
msiFlagDataObjwithAVU |
( |
msParam_t * |
dataObj, |
|
|
msParam_t * |
flag, |
|
|
msParam_t * |
status, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Flags a data object with an AVU
- Module:
- ERA
- Since:
- 2.3
- Author:
- Antoine de Torcy
- Date:
- 2009-11-05
- Note:
- This microservice flags a data object by adding it an AVU. The attribute name is the flag and the value is 1. No unit.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | dataObj | - A DataObjInp_MS_T or a STR_MS_T with the target object's path. |
[in] | flag | - A STR_MS_T with the flag name. |
[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 2363 of file eraMS.c.
|