File Name
Syntax
R_InitializeTextRetrievalArrays;
Parameters
None
Returns
Nothing
Side Effects
None
Description
This routine initializes the text retrieval arrays.
Dialog Forms Called
None
File Name
Syntax
R_InsertChgListSQL( REF CHG_ID_LISTS: List of CHG_ID_RCD, REF fSQL: STRING ) IS
Parameters
CHG_ID_LISTS - A list of change IDs record structure
* fSQL - SQL statement to be inserted into CHG_ID_LISTS
Returns
Nothing
Side Effects
None
Description
This procedure builds a CHG_ID_LIST entry.
Dialog Forms Called
None
File Name
Syntax
R_IsTextMinerDisabled;
Parameters
None
Returns
Boolean
Side Effects
None
Description
This routine returns a value of TRUE or FALSE * depending on whether or not "TextMiner" is disabled.
Dialog Forms Called
None
File Name
Syntax
R_PerformChangeTextUpdate(VAL description: STRING, VAL changeID: INTEGER): INTEGER IS
Parameters
Description - Description to update
* ChangeID - Change to update
Returns
Integer
Side Effects
None
Description
This routine currently performs no actions.
Dialog Forms Called
None
File Name
Syntax
R_PerformProblemTextUpdate(VAL description: STRING, VAL problemID: STRING): INTEGER IS
Parameters
Description - Description to update
problemID - Change to update
Returns
Integer
Side Effects
None
Description
This routine updates problem descriptions.
Dialog Forms Called
None
File Name
Syntax
R_PerformTextMinerTextMatch(VAL Type: INTEGER, VAL Description: STRING): INTEGER IS
Parameters
Type - Defines the kind of match being looked for ( change or problem )
* Description - The actual text that a match is being sought after
Returns
Integer
Side Effects
None
Description
This routine executes a series of select statements against various * text fields as to find matching changes or problems * defined from the impacts dialog.
Dialog Forms Called
None
File Name
Syntax
R_PerformTextRetrievalMatch(VAL Type: INTEGER, VAL Description: STRING): INTEGER IS
Parameters
Type - Type of match to Perform
* Description - Description to match against
Returns
Integer
Side Effects
None
Description
This routine initializes text retrieval.
Dialog Forms Called
None
File Name
Syntax
R_TerminateTextRetrieval: INTEGER IS
Parameters
None
Returns
Integer
Side Effects
None
Description
This routine terminates text retrieval.
Dialog Forms Called
None
File Name
Syntax
R_TextRetrievalInit;
Parameters
None
Returns
Nothing
Side Effects
Text retrieval arrays will be initialized.
Description
This routine calls R_InitializeTextRetrievalArrays.
Dialog Forms Called
None