|
int msiAdmClearAppRuleStruct |
( |
ruleExecInfo_t * |
rei |
) |
|
- Description:
- This is a microservice that clears the application level IRB Rules and DVM and FNM mappings that were loaded into the Rule engine's working memory.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2007-09
- Note:
- This microservice needs iRODS administration privileges to perform this function.
-
Clears the application structures in the working memory of the rule engine holding the rules, $-variable mappings and microService name mappings.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[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:
- The rule engine's application-level ruleset and mappings get cleared.
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- msiAdmAddAppRuleStruct, msiAdmShowIRB, msiAdmShowDVM, msiAdmShowFNM
Definition at line 444 of file ruleAdminMS.c.
|