|
msiGetMSrvcsFromDBIntoStruct |
( |
msParam_t * |
inStatus, |
|
|
msParam_t * |
outCoreMsrvcStruct, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Populates a microservice structure with microservices from the given base name
- Module:
- core
- Since:
- after 2.5
- Author:
- Arcot Rajasekar
- Date:
- 2011
- Note:
- This microservice requires iRODS administration privileges.
-
This is a microservice that queries the iCAT for microservices with a given base name and version number and populates a microservice rule structure.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inStatus | - a msParam of type INT_MS_T or an integer stored in STR_MS_T, normally 1 if microservice is available, 0 otherwise. |
[out] | outCoreMsrvcStruct | - a msParam of type MsrvcStruct_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:
- msiAdmReadMSrvcsFromFileIntoStruct, msiAdmInsertMSrvcsFromStructIntoDB, msiAdmWriteMSrvcsFromStructIntoFile
Definition at line 1577 of file ruleAdminMS.c.
|