Routines for rtext_wf.kb


R_InitializeTextRetrievalArrays

File Name

rtext_wf.kb

Syntax

R_InitializeTextRetrievalArrays;

Parameters

None

Returns

Nothing

Side Effects

None

Description

This routine initializes the text retrieval arrays.

Dialog Forms Called

None


R_InsertChgListSQL

File Name

rtext_wf.kb

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


R_IsTextMinerDisabled

File Name

rtext_wf.kb

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


R_PerformChangeTextUpdate

File Name

rtext_wf.kb

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


R_PerformProblemTextUpdate

File Name

rtext_wf.kb

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


R_PerformTextMinerTextMatch

File Name

rtext_wf.kb

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


R_PerformTextRetrievalMatch

File Name

rtext_wf.kb

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


R_TerminateTextRetrieval

File Name

rtext_wf.kb

Syntax

R_TerminateTextRetrieval: INTEGER IS

Parameters

None

Returns

Integer

Side Effects

None

Description

This routine terminates text retrieval.

Dialog Forms Called

None


R_TextRetrievalInit

File Name

rtext_wf.kb

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