BBjTriggerData
Description
In BBj 6.00 and higher, BBjTriggerData provides access to the running trigger.
Creation
BBjAPI > BBjFileSystem > BBjTriggerData
Return Value |
Method |
---|---|
BBjTriggerData |
Methods of BBjTriggerData
Return Value |
Method |
---|---|
boolean |
|
string |
|
BBjNumber |
|
boolean |
getDOM() |
byte[] |
|
boolean |
|
boolean |
getField() |
string |
|
string |
|
boolean |
getFind() |
string |
|
BBjNumber |
getIndex() |
byte[] |
getKey() |
string |
|
byte[] |
|
string |
|
int |
|
string |
getModeValue(string modeKey) |
byte[] |
|
BBjNumber |
getSize() |
int |
|
string |
|
string |
getUser() |
byte[] |
|
void |
setEOF() |
void |
setExpectedDiskData(byte[] data) |
void |
setReadBuffer(byte[] data) |
void |
setWriteBuffer(byte[] data) |
Remarks
The BBjTriggerData is available only during execution of a file system trigger.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.