msiVerifyExpiry ( msParam_t *  collinp,
msParam_t *  timeinp,
msParam_t *  typeinp,
msParam_t *  bufout,
msParam_t *  statout,
ruleExecInfo_t *  rei 
)
Description:
This microservice checks whether files in a collection have expired or not expired.
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:
September 2008
Example Usage:
See clients/icommands/test/rules3.0/
Parameters:
[in] collinp - a STR_MS_T containing the collection's name
[in] timeinp - a STR_MS_T containing a date
[in] typeinp - a STR_MS_T containing one of {EXPIRED or NOTEXPIRED}
[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:
rei->status 
Precondition:
none
Postcondition:
none
See also:
none

Definition at line 453 of file integrityChecksMS.c.

Generated on Tue May 14 16:56:43 2013 for iRODS Documentation by  doxygen 1.6.3