|
msiSetRandomScheme |
( |
ruleExecInfo_t * |
rei |
) |
|
- Description:
- This microservice sets the scheme for composing the physical path in the vault to RANDOM. A randomly generated path is appended to the vaultPath when generating the physical path. e.g., $vaultPath/$userName/$randomPath. The advantage with the RANDOM scheme is renaming operations (imv, irm) are much faster because there is no need to rename the corresponding physical path.
- Module:
- core
- Since:
- pre-2.1
- Author:
- - Mike Wan
- Date:
- - 2007
- 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:
- rei->inOutMsParamArray (label==VAULT_PATH_POLICY)
- Session Variables Modified:
- rei->inOutMsParamArray (label==VAULT_PATH_POLICY)
- 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 1398 of file reSysDataObjOpr.c.
|