|
msiSetPublicUserOpr |
( |
msParam_t * |
xoprList, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice sets a list of operations that can be performed by the user "public".
- Module:
- core
- Since:
- pre-2.1
- Author:
- Mike Wan
- Date:
- 2007
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | xoprList | - Only 2 operations are allowed - "read" - read files; "query" - browse some system level metadata. More than one operation can be input using the character "%" as separator. e.g., readquery. |
[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:
- rei->rsComm->clientUser.authInfo.authFlag
- 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 1169 of file reSysDataObjOpr.c.
|