BBjTriggerData::getExtract

Description

In BBj 6.0 and higher, this method indicates whether the read operation occurred as a result of an EXTRACT call.

Syntax

Return Value

Method

boolean

getExtract()

Parameters

None.

Return Value

Returns true if the read operation occurred as a result of an EXTRACT call or false if it was not an EXTRACT call.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'call getFind()
isExtracted = td!.getExtract()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.