BBjTriggerData::getDOM

Description

In BBj 6.0 and higher, this method indicates whether the VERB resulting in this Trigger had a DOM= branch.

Syntax

Return Value

Method

boolean

getDOM()

Parameters

None.

Return Values

Returns boolean indicating whether the VERB resulting in the Trigger had a DOM=branch.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

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

rem 'call getDOM()
isDOM = td!.getDOM()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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