|
msiVerifyAVU |
( |
msParam_t * |
collinp, |
|
|
msParam_t * |
avunameinp, |
|
|
msParam_t * |
avuvalueinp, |
|
|
msParam_t * |
avuattrsinp, |
|
|
msParam_t * |
bufout, |
|
|
msParam_t * |
statout, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice performs operations on the AVU metadata on files in a given collection.
- Deprecated:
- Since 3.0, the integrityChecks module microservices have been reproduced using rules. These microservices only handled 256 files per collection. The example rules handle an arbitrary number of files.
- Module:
- integrityChecks
- Since:
- pre-2.1
- Author:
- Susan Lindsey
- Date:
- August 2008
- Note:
- See if all files in a collection match a given AVU.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | collinp | - a STR_MS_T containing the collection's name |
[in] | avunameinp | - a STR_MS_T containing the AVU name to check |
[in] | avuvalueinp | - a STR_MS_T containing the AVU value to check |
[in] | avuattrsinp | - a STR_MS_T containing the AVU attrs to check |
[out] | bufout | - a STR_MS_T containing the output string |
[out] | statout | - the returned 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 630 of file integrityChecksMS.c.
|