|
msiCheckAccess |
( |
msParam_t * |
inObjName, |
|
|
msParam_t * |
inOperation, |
|
|
msParam_t * |
outResult, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice checks the access permission to perform a given operation
- Module:
- core
- Since:
- 3.0
- Author:
- Arcot Rajasekar
- Date:
- July 2011
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inObjName | - name of Object. A param of type STR_MS_T |
[in] | inOperation | - type of Operation that will be performed. A param of type STR_MS_T. |
[out] | outResult | - result of the operation. 0 for failure and 1 for success. a param of type INT_MS_T. |
[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 719 of file icatGeneralMS.c.
|