Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

add(Command) - Method in class com.wrq.vhi.script.api.command.CommandList
 
addRecord() - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Adds a new record to the end of the recordset.
addRecord(int) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Inserts a new record at the specified row.
addRecord(Record) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Adds a copy of an existing record.
addRecord(int, Record) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Inserts a copy of an existing record at the specified row.
addRecord(Record, Map) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Adds a copy of an existing record.
addRecord(int, Record, Map) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Inserts a copy of an existing record at the specified row.
addRecords(RecordSet) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Adds a copy of all records in the specified record set.
addRecords(int, RecordSet) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Inserts a copy of all records in the specified record set at the specified row.
addRecords(RecordSet, Map) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Adds a copy of all records in the specified record set.
addRecords(int, RecordSet, Map) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Inserts a copy of all records in the specified record set at the specified row.
ANY_COLUMN - Static variable in interface com.wrq.vhi.script.api.HostSession
Specifies any column for those methods that allow it as a column value.
ANY_ROW - Static variable in interface com.wrq.vhi.script.api.HostSession
Specifies any row for those methods that allow it as a row value.
AppConnAidKey - Interface in com.wrq.apptrieve.appconn
AppConnAidKey
AppConnMetaData - Interface in com.wrq.apptrieve.appconn
AppConnMetaData is the base interface for all metadata information classes in the appconn package.
appendMessage(ErrorMessage) - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Append an error message to the list of errors in the exception.
appendMessage(String) - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Append an error message string to the list of error descriptions in this exception.
appendMessage(String, String) - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Append an error message string to the list of error descriptions in this exception.
applyFilter(ApplyFilterEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to apply a client provided filter expression to a record.
ApplyFilterEvent - Interface in com.wrq.vhi.script.api
Apply filter event information.
ApptrieveException - Exception in com.wrq.apptrieve.agent
The ApptrieveException class provides information on errors that occur during the use of a Host Integrator Server.
ApptrieveException(ErrorMessage) - Constructor for exception com.wrq.apptrieve.agent.ApptrieveException
Create using an ErrorMessage object.
ApptrieveException(List) - Constructor for exception com.wrq.apptrieve.agent.ApptrieveException
Create using a list of ErrorMessage objects.
ApptrieveException(String) - Constructor for exception com.wrq.apptrieve.agent.ApptrieveException
Create using a simple string message.
ApptrieveException(String, String) - Constructor for exception com.wrq.apptrieve.agent.ApptrieveException
Create using an error description string.
ApptrieveException(List, List) - Constructor for exception com.wrq.apptrieve.agent.ApptrieveException
Create using a list of error descriptions.
ATTRIBUTE_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Attribute event.
AttributeEvent - Interface in com.wrq.vhi.script.api
Attribute event information.
AttributeEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for an attribute event listener.
AttributeEventHandler() - Constructor for class com.wrq.vhi.script.api.AttributeEventHandler
 
AttributeMetaData - Class in com.wrq.apptrieve.appconn
Provides metadata about an attribute that is defined on an entity of a Host Integrator model.
AttributeMetaData(EntityAttributeMeta) - Constructor for class com.wrq.apptrieve.appconn.AttributeMetaData
Constructor for internal use only.
authenticateUser(AuthenticateUserEvent) - Method in class com.wrq.vhi.script.api.LifeCycleEventHandler
Called to authenticate a client connecting to the VHI server.
AuthenticateUserEvent - Interface in com.wrq.vhi.script.api
Authenticate user event information.

B

BLANK_RECORD - Static variable in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Record type constant that means the record does not contain data but is still visible to client applications.

C

checkForTimeout() - Method in interface com.wrq.vhi.script.api.Event
Checks if the event or a parent event has timed out.
CheckOperationConditions - Class in com.wrq.vhi.script.api.command
A class that represents a VHI CheckOperationConditions command.
CheckOperationConditions() - Constructor for class com.wrq.vhi.script.api.command.CheckOperationConditions
Constructs a new CheckOperationConditions command.
checkOperationConditions() - Method in interface com.wrq.vhi.script.api.HostSession
Verifies that operation conditions, as defined in the model, are satisfied.
clientConnected(ClientConnectedEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called when a client connects to the host session.
ClientConnectedEvent - Interface in com.wrq.vhi.script.api
Client connected event information.
clientDisconnected(ClientDisconnectedEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called when a client disconnects from the host session.
ClientDisconnectedEvent - Interface in com.wrq.vhi.script.api
Client disconnected event information.
ClientSession - Interface in com.wrq.vhi.script.api
Provides information about the currently connected client.
clientSessionCreated(ClientSessionCreatedEvent) - Method in class com.wrq.vhi.script.api.LifeCycleEventHandler
Called when a client session is created.
ClientSessionCreatedEvent - Interface in com.wrq.vhi.script.api
Client session created event information.
clientSessionDestroyed(ClientSessionDestroyedEvent) - Method in class com.wrq.vhi.script.api.LifeCycleEventHandler
Called when a client session is destroyed.
ClientSessionDestroyedEvent - Interface in com.wrq.vhi.script.api
Client session destroyed event information.
COLOR_HOST_BLUE - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field color is HostBlue.
COLOR_HOST_BLUE - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell color is blue.
COLOR_HOST_GREEN - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field color is HostGreen.
COLOR_HOST_GREEN - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell color is green.
COLOR_HOST_NOCOLOR - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field does not have a color.
COLOR_HOST_NOCOLOR - Static variable in interface com.wrq.vhi.script.api.TerminalCell
No color attribute is provided for this character cell.
COLOR_HOST_PINK - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field color is HostPink.
COLOR_HOST_PINK - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell color is pink.
COLOR_HOST_RED - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field color is HostRed.
COLOR_HOST_RED - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell color is red.
COLOR_HOST_TURQUOISE - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field color is HostTurquoise.
COLOR_HOST_TURQUOISE - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell color is turquoise.
COLOR_HOST_WHITE - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field color is HostWhite.
COLOR_HOST_WHITE - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell color is white.
COLOR_HOST_YELLOW - Static variable in class com.wrq.apptrieve.appconn.TerminalAttributes
Return value from getColor() when the attribute/field color is HostYellow.
COLOR_HOST_YELLOW - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell color is yellow.
COLUMN_TYPE_FLOAT - Static variable in class com.wrq.apptrieve.appconn.ColumnMetaData
Return value of ColumnMetaData.getType() for Float columns.
COLUMN_TYPE_INTEGER - Static variable in class com.wrq.apptrieve.appconn.ColumnMetaData
Return value of ColumnMetaData.getType() for Integer columns.
COLUMN_TYPE_TEXT - Static variable in class com.wrq.apptrieve.appconn.ColumnMetaData
Return value of ColumnMetaData.getType() for Text columns.
ColumnMetaData - Class in com.wrq.apptrieve.appconn
Provides metadata about a column that is defined in a table of a Host Integrator model.
ColumnMetaData(TableColumnMeta) - Constructor for class com.wrq.apptrieve.appconn.ColumnMetaData
Constructor for internal use only.
com.wrq.apptrieve.agent - package com.wrq.apptrieve.agent
 
com.wrq.apptrieve.appconn - package com.wrq.apptrieve.appconn
 
com.wrq.vhi.script.api - package com.wrq.vhi.script.api
This is the com.wrq.vhi.script.api package summary.
com.wrq.vhi.script.api.command - package com.wrq.vhi.script.api.command
 
Command - Class in com.wrq.vhi.script.api.command
 
Command() - Constructor for class com.wrq.vhi.script.api.command.Command
 
CommandList - Class in com.wrq.vhi.script.api.command
 
CommandList() - Constructor for class com.wrq.vhi.script.api.command.CommandList
 
connectToHost() - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Connects to the host.
connectToModel(String, String, String, String, Map) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Establishes a connection to a Host Integrator Server and creates a host session with the specified model.
connectToModelViaDomain(String, String, String, String, String, Map) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Establishes a connection to a Host Integrator Server and creates a host session with the specified model.
connectToSession(String, String, String, String, Map) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Establishes a connection to a Host Integrator Server and obtains a host session from the specified session pool.
connectToSessionViaDomain(String, String, String, String, String, Map) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Establishes a connection to a Host Integrator Server and obtains a host session from the specified session pool.
createErrorMessage(int) - Method in interface com.wrq.vhi.script.api.Event
Creates a VHI defined error message without parameters.
createErrorMessage(int, Object[]) - Method in interface com.wrq.vhi.script.api.Event
Creates a VHI defined error message with parameters.
createFieldLocation(int, int) - Method in interface com.wrq.vhi.script.api.ParseRecordEvent
Creates a field location using linear coordinates.
createHostSession() - Method in interface com.wrq.vhi.script.api.Event
Creates a new RemoteHostSession object that can be used to connect to a different model.
createProcedureRecordSet() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Create an empty MutableProcedureRecordSet configured with the procedure's outputs as columns.
createRecordLocation(int, int, boolean) - Method in interface com.wrq.vhi.script.api.ParseScreenEvent
Creates a record location given a row and height.
createRecordLocation(int, int, int, int, boolean) - Method in interface com.wrq.vhi.script.api.ParseScreenEvent
Creates a record location given a rectangular region.
createUserErrorMessage(String) - Method in interface com.wrq.vhi.script.api.Event
Creates a user-defined error message.
CURRENT_COLUMN - Static variable in interface com.wrq.vhi.script.api.HostSession
Specifies the current column for those methods that allow it as a column value.
CURRENT_ROW - Static variable in interface com.wrq.vhi.script.api.HostSession
Specifies the current row for those methods that allow it as a row value.
CursorPosition - Class in com.wrq.vhi.script.api
An immutable class that represents a cursor position on a screen.
CursorPosition(int, int, int) - Constructor for class com.wrq.vhi.script.api.CursorPosition
Constructs a CursorPosition object from an offset and screen height and width.

D

DEFAULT_TIMEOUT - Static variable in interface com.wrq.vhi.script.api.EventHandler
Event timeout constant that specifies the model's default event timeout should be used.
defaultApplyFilter() - Method in interface com.wrq.vhi.script.api.ApplyFilterEvent
Gets the result of the default evaluation.
defaultGetCurrentHostRecord() - Method in interface com.wrq.vhi.script.api.GetCurrentHostRecordEvent
Gets the index of the record that the VHI has determined as the current host record.
defaultGetRecordType() - Method in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Gets the default record type of the record.
defaultInsertRecord() - Method in interface com.wrq.vhi.script.api.InsertRecordEvent
Searches for suitable record as defined in the model, executes the before insert operation, writes the fields, and executes the after insert operation.
defaultInsertRecord(Map) - Method in interface com.wrq.vhi.script.api.InsertRecordEvent
Searches for suitable record as defined in the model, executes the before insert operation, writes the fields and executes the after insert operation.
defaultIsTerminated() - Method in interface com.wrq.vhi.script.api.IsTerminatedEvent
Gets the result of VHI's default termination logic as defined in the model.
defaultLogin() - Method in interface com.wrq.vhi.script.api.ExecuteLoginEvent
Executes the model-defined login script.
defaultLogout() - Method in interface com.wrq.vhi.script.api.ExecuteLogoutEvent
Executes the model-defined logout script.
defaultMoveCursor() - Method in interface com.wrq.vhi.script.api.EntityMoveCursorEvent
Moves the cursor using the default algorithm.
defaultMoveCursor() - Method in interface com.wrq.vhi.script.api.ModelMoveCursorEvent
Moves the cursor using the default algorithm.
defaultMoveCursorBackward() - Method in interface com.wrq.vhi.script.api.ModelMoveCursorBackwardEvent
Executes the model-defined move cursor backward command list and waits for the cursor position to change.
defaultMoveCursorForward() - Method in interface com.wrq.vhi.script.api.ModelMoveCursorForwardEvent
Executes the model-defined move cursor forward command list and waits for the cursor position to change.
defaultOperation() - Method in interface com.wrq.vhi.script.api.ExecuteOperationEvent
Executes the operation's command list and waits to arrive at a primary or alternate destination.
defaultParseRecord() - Method in interface com.wrq.vhi.script.api.ParseRecordEvent
Gets the default field locations as defined by the model.
defaultParseScreen() - Method in interface com.wrq.vhi.script.api.ParseScreenEvent
Gets the default record locations as defined in the model.
defaultProcedure() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Execute the default procedure implementation with the input parameters returned from ExecuteProcedureEvent.getProcedureInputParameters().
defaultProcedure(ProcedureParameters, int) - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Execute the default procedure implementation with the specified set of input parameters.
defaultProcedure(ProcedureParameters[], int) - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Execute the default procedure implementation with the specified sets of input parameters.
defaultReadAttribute() - Method in interface com.wrq.vhi.script.api.ReadAttributeEvent
Gets the value read from the attribute at the time the event fired.
defaultReadField() - Method in interface com.wrq.vhi.script.api.ReadFieldEvent
Gets the value read from the field at the time the event fired.
defaultUpdateRecord() - Method in interface com.wrq.vhi.script.api.UpdateRecordEvent
Executes the before update operation, write the fields and then execute the after update operation.
defaultUpdateRecord(Map) - Method in interface com.wrq.vhi.script.api.UpdateRecordEvent
Executes the before update operation, write the fields and then execute the after update operation.
DefaultValue - Class in com.wrq.vhi.script.api.command
A class that represents a VHI DefaultValue command.
DefaultValue(String, String, int) - Constructor for class com.wrq.vhi.script.api.command.DefaultValue
Constructs a new DefaultValue command.
defaultValue(String, String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Transmits a value to an attribute when unmodified.
defaultWriteAttribute() - Method in interface com.wrq.vhi.script.api.WriteAttributeEvent
Writes the value returned by WriteAttributeEvent.getAttributeWriteValue() to the attribute.
defaultWriteAttribute(String) - Method in interface com.wrq.vhi.script.api.WriteAttributeEvent
Writes the specified value to the attribute.
defaultWriteAttributes() - Method in interface com.wrq.vhi.script.api.WriteAttributesEvent
Writes the attributes to the screen using the default algorithm.
defaultWriteAttributes(Map) - Method in interface com.wrq.vhi.script.api.WriteAttributesEvent
Writes the attributes to the screen using the default algorithm.
defaultWriteField() - Method in interface com.wrq.vhi.script.api.WriteFieldEvent
Writes the value returned by WriteFieldEvent.getFieldWriteValue() to the field.
defaultWriteField(String) - Method in interface com.wrq.vhi.script.api.WriteFieldEvent
Writes the specified value to the field.
DESIGN_TOOL_AND_SERVER - Static variable in interface com.wrq.vhi.script.api.HostSession
context parameter for the HostSession.defaultValue(java.lang.String, java.lang.String, int) method which specifies a value to be used only when using both the Design Tool and Server.
DESIGN_TOOL_ONLY - Static variable in interface com.wrq.vhi.script.api.HostSession
context parameter for the HostSession.defaultValue(java.lang.String, java.lang.String, int) method which specifies a value to be used only when using the Design Tool.
disconnect() - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Disconnects from a Host Integrator Server Session.
disconnectFromHost() - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Disconnects from the host.
DONT_WAIT_FOR_ECHO - Static variable in interface com.wrq.vhi.script.api.HostSession
echoType which means not to wait for the data written to the terminal to be echoed.

E

ENTITY_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Entity event.
entityArrival(EntityArrivalEvent) - Method in class com.wrq.vhi.script.api.EntityEventHandler
Called when a new entity is recognized and validated as defined in the model.
EntityArrivalEvent - Interface in com.wrq.vhi.script.api
Entity arrival event information.
entityDeparture(EntityDepartureEvent) - Method in class com.wrq.vhi.script.api.EntityEventHandler
Called when the current entity is no longer recognized.
EntityDepartureEvent - Interface in com.wrq.vhi.script.api
Entity departure event information.
EntityEvent - Interface in com.wrq.vhi.script.api
Entity event information.
EntityEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for an entity event handler.
EntityEventHandler() - Constructor for class com.wrq.vhi.script.api.EntityEventHandler
 
EntityMoveCursorEvent - Interface in com.wrq.vhi.script.api
Entity move cursor event information.
equals(Object) - Method in class com.wrq.apptrieve.agent.ErrorMessage
Compares the specified object with this error message for equality.
equals(Object) - Method in class com.wrq.vhi.script.api.CursorPosition
Compares one cursor position to another.
equals(Object) - Method in class com.wrq.vhi.script.api.ScreenSize
Compares one screen size to another.
ErrorMessage - Class in com.wrq.apptrieve.agent
Describes a single runtime error.
ErrorMessage(int, String, String) - Constructor for class com.wrq.apptrieve.agent.ErrorMessage
Construct an ErrorMessage.
ErrorMessage(int, Object[], String, String) - Constructor for class com.wrq.apptrieve.agent.ErrorMessage
Construct an ErrorMessage.
errorReported(ErrorReportedEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called the moment a top level error outside the context of an event handler.
ErrorReportedEvent - Interface in com.wrq.vhi.script.api
Error reported event information.
Event - Interface in com.wrq.vhi.script.api
Base interface for script events.
EventHandler - Interface in com.wrq.vhi.script.api
Tag interface that identifies a class as a VHI script event handler.
EventInfo - Class in com.wrq.vhi.script.api
Immutable object that provides information about an event in progress.
EventInfo(int, String, String) - Constructor for class com.wrq.vhi.script.api.EventInfo
Constructs a new EventInfo object.
EventTimeoutException - Exception in com.wrq.vhi.script.api
Describes timeouts that occur during the event handling.
EventTimeoutException() - Constructor for exception com.wrq.vhi.script.api.EventTimeoutException
Constructs a new runtime exception with null as its detail message.
EventTimeoutException(Throwable) - Constructor for exception com.wrq.vhi.script.api.EventTimeoutException
Constructs a new runtime exception with the specified cause and a detail message.
EventTimeoutException(String) - Constructor for exception com.wrq.vhi.script.api.EventTimeoutException
Constructs a new runtime exception with the specified detail message.
EventTimeoutException(String, Throwable) - Constructor for exception com.wrq.vhi.script.api.EventTimeoutException
Constructs a new runtime exception with the specified detail message and cause.
EXCLUDED_BLANK_RECORD - Static variable in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Record type constant that means the record does not contain data and is not visible to client applications.
EXCLUDED_RECORD - Static variable in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Record type constant that means the record should not be visible to client applications.
executeCommandList(CommandList) - Method in interface com.wrq.vhi.script.api.HostSession
Executes the specified command list.
executeLogin(ExecuteLoginEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called immediately after a network connection has been established with the host system.
executeLogin() - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Executes the login command list.
ExecuteLoginEvent - Interface in com.wrq.vhi.script.api
Execute login event information.
executeLogout(ExecuteLogoutEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called before a network connection with the host system is dropped.
executeLogout() - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Executes the logout command list.
ExecuteLogoutEvent - Interface in com.wrq.vhi.script.api
Execute logout event information.
executeOperation(String) - Method in interface com.wrq.vhi.script.api.HostSession
Performs an operation on the current entity.
executeOperation(ExecuteOperationEvent) - Method in class com.wrq.vhi.script.api.OperationEventHandler
Called to execute an operation.
ExecuteOperationEvent - Interface in com.wrq.vhi.script.api
Execute operation event information.
executeProcedure(ExecuteProcedureEvent) - Method in class com.wrq.vhi.script.api.ProcedureEventHandler
Called to execute a procedure.
ExecuteProcedureEvent - Interface in com.wrq.vhi.script.api
Execute procedure event information.
executeSQLStatement(String) - Method in interface com.wrq.vhi.script.api.HostSession
Executes an SQL statement on a table defined in the model.
executeTableProcedure(String, String, Map, Map, boolean, List, int) - Method in interface com.wrq.vhi.script.api.HostSession
Performs a procedure on a table defined in the model.

F

fetchRecords(int, List, String) - Method in interface com.wrq.vhi.script.api.HostSession
Fetches up to the maximum number of rows specified from the current recordset starting with the next record.
FIELD_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Field event.
FieldEvent - Interface in com.wrq.vhi.script.api
Field event information.
FieldEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for a field event listener.
FieldEventHandler() - Constructor for class com.wrq.vhi.script.api.FieldEventHandler
 
FieldLocation - Interface in com.wrq.vhi.script.api
Specifies the location of a field within a recordset record.
FieldMetaData - Class in com.wrq.apptrieve.appconn
Provides metadata about a field that is defined in a recordset of a Host Integrator model.
FieldMetaData(RecordsetFieldMeta) - Constructor for class com.wrq.apptrieve.appconn.FieldMetaData
Constructor for internal use only.
findInsertLocation() - Method in interface com.wrq.vhi.script.api.InsertRecordEvent
Search for a suitable insertion location as defined in the model and make that the current record.
FONT_APL_SYMBOL - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell font is the IBM APL symbol font.
FONT_HEX_DIAGNOSTIC - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell font is the hexadecimal diagnostic font.
FONT_IBM_STATUS_LINE - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell font is the IBM status line font.
FONT_STANDARD - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell font is the standard terminal text font.
FONT_VT_HP_CONTROL - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell font is the VT and HP terminal control font.
FONT_VT_HP_SYMBOL - Static variable in interface com.wrq.vhi.script.api.TerminalCell
Character cell font is the VT and HP terminal symbol font.
formatError(FormatErrorEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called before an error is returned to a client.
FormatErrorEvent - Interface in com.wrq.vhi.script.api
Format error event information.

G

get(int) - Method in class com.wrq.vhi.script.api.command.CommandList
 
get(String) - Method in interface com.wrq.vhi.script.api.Record
Gets the value of a column by column name.
get(int) - Method in interface com.wrq.vhi.script.api.Record
Gets the value of a column by column index.
getAltDestinations() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Gets the alternate destination entities for the operation.
getAttribute() - Method in class com.wrq.vhi.script.api.command.DefaultValue
Gets the attribute name.
getAttribute() - Method in class com.wrq.vhi.script.api.command.ReadFromMappedAttribute
Gets the attribute name.
getAttribute() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromAttribute
Gets the attribute name.
getAttribute() - Method in class com.wrq.vhi.script.api.command.TransmitToAttribute
Gets the attribute name.
getAttribute() - Method in class com.wrq.vhi.script.api.command.UpdateAttribute
Gets the attribute name.
getAttribute() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtAttribute
Gets the attribute.
getAttribute() - Method in class com.wrq.vhi.script.api.command.WriteToMappedAttribute
Gets the attribute name.
getAttribute() - Method in class com.wrq.vhi.script.api.command.WriteVariableToAttribute
Gets the attribute name.
getAttribute(String) - Method in interface com.wrq.vhi.script.api.HostSession
Reads the specified attribute on the current entity and returns the value.
getAttributeAtCursor() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the name of the attribute at the current cursor position.
getAttributeMetaData() - Method in interface com.wrq.vhi.script.api.AttributeEvent
Get the metadata for this attribute.
getAttributeMetaData(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the metadata for the specified attribute.
getAttributeName() - Method in interface com.wrq.vhi.script.api.AttributeEvent
Gets the attribute name.
getAttributeRegion(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the specified attribute.
getAttributeRegions(List) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the specified attributes.
getAttributes() - Method in interface com.wrq.vhi.script.api.HostSession
Reads all the attributes on the current entity and returns their values.
getAttributes(List) - Method in interface com.wrq.vhi.script.api.HostSession
Reads the specified attributes on the current entity and returns their values.
getAttributesUsed() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Gets the attributes used in the operation.
getAttributeWriteValue() - Method in interface com.wrq.vhi.script.api.WriteAttributeEvent
Gets the value to be written to the attribute.
getAttributeWriteValues() - Method in interface com.wrq.vhi.script.api.WriteAttributesEvent
Gets the set of attributes and associated values to be written.
getAuthUsername() - Method in interface com.wrq.vhi.script.api.ClientSession
Gets the authenticated user name (if any) that is currently assigned to the session.
getBottomRow() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the bottom row of the region.
getCharacter() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the character contained in this terminal cell.
getClassName() - Method in class com.wrq.vhi.script.api.EventInfo
Gets the name of the event handler class for the event.
getClientSession() - Method in interface com.wrq.vhi.script.api.ClientSessionCreatedEvent
Gets the client session.
getClientSession() - Method in interface com.wrq.vhi.script.api.ClientSessionDestroyedEvent
Gets the client session.
getClientSession() - Method in interface com.wrq.vhi.script.api.ModelEvent
Gets the client session.
getClientSessionID() - Method in interface com.wrq.vhi.script.api.ClientSession
Gets the VHI client session ID.
getClientStateObject(String) - Method in interface com.wrq.vhi.script.api.ClientSession
Gets the object bound to the specified name in this client session, or null if no object is bound to the name.
getColor() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Gets the color terminal attribute of this object.
getColor() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the color which the terminal should use to display this character.
getColumn() - Method in class com.wrq.vhi.script.api.command.MoveCursor
Gets the cursor column.
getColumn() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromLocation
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.command.TransmitToLocation
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtLocation
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtTerminalField
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtLocation
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtTerminalField
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.command.WaitForDisplayString
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.command.WriteVariableToLocation
Gets the column.
getColumn() - Method in class com.wrq.vhi.script.api.CursorPosition
Gets the one-based cursor column.
getColumnMetaData(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the metadata for the specified column in a table.
getColumnNames() - Method in interface com.wrq.vhi.script.api.RecordSet
Gets an immutable list of column names.
getCondition() - Method in class com.wrq.vhi.script.api.command.WaitForCondition
Gets the condition.
getConnectionTimeout() - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Gets the connection timeout for a Host Integrator Server session.
getContext() - Method in class com.wrq.vhi.script.api.command.DefaultValue
Gets the context for the command.
getCount() - Method in class com.wrq.vhi.script.api.command.WaitForCommString
Gets the count.
getCount() - Method in interface com.wrq.vhi.script.api.Record
Gets the number of columns in the record.
getCount() - Method in interface com.wrq.vhi.script.api.RecordSet
Gets the number of records in the record set.
getCurrentEntity() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the current entity (screen) of the legacy application.
getCurrentHostRecord(GetCurrentHostRecordEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to get the current host record index.
GetCurrentHostRecordEvent - Interface in com.wrq.vhi.script.api
Get current host record event information.
getCurrentOperation() - Method in interface com.wrq.vhi.script.api.ModelEvent
Gets the name of the currently running operation.
getCurrentProcedure() - Method in interface com.wrq.vhi.script.api.ModelEvent
Gets the name of the currently running procedure.
getCurrentRecord() - Method in interface com.wrq.vhi.script.api.HostSession
Fetches the current record in the current recordset.
getCurrentRecordIndex() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the index of the current record in the current recordset.
getCurrentRecordSet() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the name of the current recordset.
getCurrentRecordSetScreen() - Method in interface com.wrq.vhi.script.api.GetCurrentHostRecordEvent
Fetches all records (including blank, repeated, filtered etc) on the current screen.
getCurrentRecordSetScreen() - Method in interface com.wrq.vhi.script.api.InsertRecordEvent
Fetches all records (including blank, repeated, filtered etc) on the current screen.
getCurrentRecordSetScreen() - Method in interface com.wrq.vhi.script.api.IsTerminatedEvent
Fetches all records (including blank, repeated, filtered etc) on the current screen.
getCursorPosition() - Method in interface com.wrq.vhi.script.api.EntityDepartureEvent
Gets the current position of the cursor on the terminal screen.
getCursorPosition() - Method in interface com.wrq.vhi.script.api.ErrorReportedEvent
Gets the current position of the cursor on the terminal screen.
getCursorPosition() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the current position of the cursor on the terminal screen.
getDataParameters() - Method in interface com.wrq.vhi.script.api.ProcedureParameters
Gets the map of data parameter names to values.
getDescription() - Method in interface com.wrq.apptrieve.appconn.AppConnMetaData
Gets the description for the column.
getDescription() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Gets the description specified in the Design Tool for the attribute.
getDescription() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Gets the description for the column as specified in the Design Tool.
getDescription() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Gets the description for the field.
getDescription() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Gets the description for the operation.
getDescription() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Gets the description for the procedure.
getDescription() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Gets the description of the record set.
getDestination() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Gets the destination entity for the operation.
getDuration() - Method in class com.wrq.vhi.script.api.command.WaitForHostSilence
Gets the duration.
getDuration() - Method in class com.wrq.vhi.script.api.command.WaitForKeyboardEnabled
Gets the duration.
getDuration() - Method in class com.wrq.vhi.script.api.command.WaitMS
Gets the duration.
getEntity() - Method in class com.wrq.vhi.script.api.command.Navigate
Gets the name of the destination entity.
getEntity() - Method in class com.wrq.vhi.script.api.command.WaitForCondition
Gets the entity.
getEntity() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtAttribute
Gets the entity.
getEntity() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtRecordSetField
Gets the entity name.
getEntityAttributes(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all attributes on the specified entity.
getEntityDescription(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the description for an entity.
getEntityName() - Method in interface com.wrq.vhi.script.api.EntityEvent
Gets the entity name.
getEntityName() - Method in interface com.wrq.vhi.script.api.RecordSetContext
Gets the entity name.
getEntityOperations(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all operations on the specified entity.
getEntityRecordSets(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all recordsets on the specified entity.
getErrorCode() - Method in class com.wrq.apptrieve.agent.ErrorMessage
Return the error code.
getErrorMessage() - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Gets the first error message in the exception.
getErrorMessage() - Method in interface com.wrq.vhi.script.api.ErrorReportedEvent
Gets the error reported.
getErrorMessageList() - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Gets all error messages in the exception.
getErrorMessages() - Method in interface com.wrq.vhi.script.api.FormatErrorEvent
Gets a mutable list of error messages.
getErrorScreen() - Method in exception com.wrq.apptrieve.agent.ApptrieveException
 
getEventCursorPosition() - Method in interface com.wrq.vhi.script.api.EntityMoveCursorEvent
Gets the cursor position when the event fired.
getEventCursorPosition() - Method in interface com.wrq.vhi.script.api.ModelCursorEvent
Gets the cursor position when the event fired.
getEventStack() - Method in interface com.wrq.vhi.script.api.Event
Gets the stack of currently executing events.
getExpression() - Method in class com.wrq.vhi.script.api.command.WaitForMultipleEvents
Gets the expression.
getField() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromField
Gets the field name.
getField() - Method in class com.wrq.vhi.script.api.command.TransmitToField
Gets the field name.
getField() - Method in class com.wrq.vhi.script.api.command.UpdateRecordSetField
Gets the field name.
getField() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtRecordSetField
Gets the field name.
getField() - Method in class com.wrq.vhi.script.api.command.WriteVariableToField
Gets the field name.
getFieldMetaData() - Method in interface com.wrq.vhi.script.api.FieldEvent
Gets the metadata for this field.
getFieldMetaData(String, String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the metadata for the specified recordset field.
getFieldName() - Method in interface com.wrq.vhi.script.api.FieldEvent
Gets the field name.
getFieldNames() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Gets the field names for the record set.
getFieldRegion() - Method in interface com.wrq.vhi.script.api.FieldLocation
Gets the current location, size and contents of the field within the record.
getFieldRegion(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the specified field in the current record of the current recordset.
getFieldRegions(List) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the specified fields in the current record of the current recordset.
getFieldWriteValue() - Method in interface com.wrq.vhi.script.api.WriteFieldEvent
Gets the value to be written to the field.
getFieldWriteValues() - Method in interface com.wrq.vhi.script.api.InsertRecordEvent
Gets the set of fields and associated values to be written.
getFieldWriteValues() - Method in interface com.wrq.vhi.script.api.UpdateRecordEvent
Gets the set of fields and associated values to be written.
getFilterColumns() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Gets the filter columns of the procedure.
getFilterExpression() - Method in interface com.wrq.vhi.script.api.ApplyFilterEvent
Gets the filter expression.
getFilterParameters() - Method in interface com.wrq.vhi.script.api.ProcedureParameters
Gets the map of filter parameter names to values.
getFont() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the font index sent by the host for this terminal cell.
getHandlerProperty(String) - Method in interface com.wrq.vhi.script.api.Event
Gets the value of the given handler property.
getHandlerType() - Method in class com.wrq.vhi.script.api.EventInfo
Gets the event handler type.
getHeight() - Method in interface com.wrq.vhi.script.api.RectangularTerminalRegion
Gets the number of rows in the region measured in characters.
getHeight() - Method in class com.wrq.vhi.script.api.ScreenSize
Gets the height of the terminal screen.
getHomeEntity() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the name of the home entity for the model.
getHostRecordIndex() - Method in interface com.wrq.vhi.script.api.RecordEvent
Gets the one-based index of this record on the screen.
getHostSession() - Method in interface com.wrq.vhi.script.api.HostSessionEvent
Gets the host session associated with this event.
getHostSessionID() - Method in interface com.wrq.vhi.script.api.ClientSessionCreatedEvent
Gets the unique ID of the host session.
getHostSessionID() - Method in interface com.wrq.vhi.script.api.ClientSessionDestroyedEvent
Gets the unique ID of the host session.
getHostSessionID() - Method in interface com.wrq.vhi.script.api.HostSessionCreatedEvent
Get the unique ID of the host session being created.
getHostSessionID() - Method in interface com.wrq.vhi.script.api.HostSessionDestroyedEvent
Get the unique ID of the host session being destroyed.
getHostSessionID() - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Gets the VHI host session ID.
getHostStateObject(String) - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Gets the object bound to the specified name in this host session, or null if no object is bound to the name.
getIndex() - Method in interface com.wrq.vhi.script.api.ModelRecord
Gets the index assigned to this record by the model.
getInputColumns() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Gets the input columns of the procedure.
getLastHostRecordIndex() - Method in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Gets the one-based index of the last record on the screen.
getLeft() - Method in interface com.wrq.vhi.script.api.RectangularTerminalRegion
Gets the leftmost column in the region.
getLeftColumn() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the left column of the region.
getLength() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Gets the length of the attribute -- the total number of screen characters.
getLength() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Gets the length of the field -- the total number of screen characters.
getLength() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromLocation
Gets the length.
getLength() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromTerminal
Gets the variable length.
getLength() - Method in interface com.wrq.vhi.script.api.TerminalRegion
Gets the number of characters contained within the region.
getLinearTerminalRegion(int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the contents of a linear region of the terminal screen.
getLocalizedMessage() - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Gets the text of the first error in the exception in the default locale.
getLocalizedMessageList() - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Gets the text of all error messages in the exception in the default locale.
getLocalizedText() - Method in class com.wrq.apptrieve.agent.ErrorMessage
Get a localized textual description of the error.
getLogger() - Method in interface com.wrq.vhi.script.api.Event
Gets the logging interface used to make entries in the VHI log file.
getMax() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Gets the maximum value or number of characters for the column.
getMaxLength() - Method in class com.wrq.vhi.script.api.command.WriteVariableToLocation
Gets the max length.
getMaxLength() - Method in class com.wrq.vhi.script.api.command.WriteVariableToTerminal
Gets the max length.
getMaxRows() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Gets the maximum number of rows requested.
getMessage() - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Gets the text of the first error in the exception.
getMessageList() - Method in exception com.wrq.apptrieve.agent.ApptrieveException
Gets the text of all error messages in the exception.
getMetaDataType() - Method in interface com.wrq.apptrieve.appconn.AppConnMetaData
Gets the meta data type for this object.
getMetaDataType() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Gets the meta data type for this object.
getMetaDataType() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Gets the meta data type for this object.
getMetaDataType() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Gets the meta data type for this object.
getMetaDataType() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Get the meta data type for this object.
getMetaDataType() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Gets the meta data type for this object.
getMetaDataType() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Gets the meta data type for this object.
getMethodName() - Method in class com.wrq.vhi.script.api.EventInfo
Gets the name of the method on the event handler class.
getMethodTimeout() - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Gets the method timeout for a Host Integrator Server session.
getMin() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Gets the minimum value or number of characters for the column.
getModelContext() - Method in interface com.wrq.vhi.script.api.LifeCycleEvent
Gets the model context for the event.
getModelContext() - Method in interface com.wrq.vhi.script.api.ModelEvent
Gets the model context.
getModelEntities() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all entities in the model.
getModelName() - Method in interface com.wrq.vhi.script.api.ModelContext
Gets the name of the model which is used for this host session.
getModelName() - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Gets the name of the Host Integrator model for the current session.
getModelRecord(int) - Method in interface com.wrq.vhi.script.api.ModelRecordSet
Gets a record by row number.
getModelStateObject(String) - Method in interface com.wrq.vhi.script.api.ModelContext
Gets the object bound to the specified name in this model context, or null if no object is bound to the name.
getModelVariable(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the value of a model variable.
getModelVariableNames() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all variables in the model.
getModelVariables() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the values of all model variables.
getMutableProcedureRecord(int) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Gets a record by row number.
getName() - Method in interface com.wrq.apptrieve.appconn.AppConnMetaData
Get the name of the column.
getName() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Gets the name of the attribute.
getName() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Gets the name of the column.
getName() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Gets the name of the field.
getName() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Gets the name of the operation.
getName() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Gets the name of the procedure.
getName() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Gets the record set name.
getName() - Method in class com.wrq.vhi.script.api.command.CheckOperationConditions
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.Command
 
getName() - Method in class com.wrq.vhi.script.api.command.DefaultValue
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.MoveCursor
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.Navigate
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.ReadFromMappedAttribute
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromAttribute
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromField
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromLocation
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromTerminal
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.ResetRecordSet
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.Transmit
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.TransmitTerminalKey
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.TransmitToAttribute
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.TransmitToField
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.TransmitToLocation
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.TransmitToOffset
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.UpdateAttribute
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.UpdateAttributes
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.UpdateRecordSetField
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.UpdateRecordSetFields
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCommString
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCondition
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtAttribute
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtLocation
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtRecordSetField
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtTerminalField
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtLocation
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtTerminalField
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForDisplayString
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForHostSilence
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForKeyboardEnabled
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForMultipleEvents
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForNewHostScreen
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WaitMS
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WriteToMappedAttribute
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WriteVariableToAttribute
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WriteVariableToField
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WriteVariableToLocation
Gets the command name.
getName() - Method in class com.wrq.vhi.script.api.command.WriteVariableToTerminal
Gets the command name.
getName(int) - Method in interface com.wrq.vhi.script.api.Record
Gets the name of a column.
getNames() - Method in interface com.wrq.vhi.script.api.Record
Get the names of the columns in the record.
getNextEntity() - Method in interface com.wrq.vhi.script.api.EntityDepartureEvent
Gets the name of the newly recognized entity.
getOffset() - Method in class com.wrq.vhi.script.api.command.TransmitToOffset
Gets the offset.
getOffset() - Method in class com.wrq.vhi.script.api.CursorPosition
Gets the zero-based linear offset of the cursor.
getOffset() - Method in interface com.wrq.vhi.script.api.LinearTerminalRegion
Gets the zero-based offset of the region.
getOperationMetaData() - Method in interface com.wrq.vhi.script.api.ExecuteOperationEvent
Gets the metadata for this operation.
getOperationMetaData(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the metadata for the specified operation.
getOperationName() - Method in interface com.wrq.vhi.script.api.ExecuteOperationEvent
Gets the operation name.
getOutputColumns() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Gets the output columns of the procedure.
getPageNumber() - Method in interface com.wrq.vhi.script.api.RecordSetEvent
Gets the one-based page number of the recordset at the time the event fired.
getParameter(int) - Method in class com.wrq.apptrieve.agent.ErrorMessage
Get a specific parameter.
getParameterCount() - Method in class com.wrq.apptrieve.agent.ErrorMessage
Get the number of parameters in this error message.
getPassword() - Method in interface com.wrq.vhi.script.api.AuthenticateUserEvent
Gets the password provided in the connection request.
getPatternRegion(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the specified pattern.
getPatternRegions(List) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the specified patterns.
getProcedureInputParameters() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Gets the procedure's input parameters.
getProcedureMetaData() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Gets the metadata for this procedure.
getProcedureMetaData(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the metadata for the specified procedure in a table.
getProcedureName() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Gets the procedure name.
getProcedureRecord(int) - Method in interface com.wrq.vhi.script.api.ProcedureRecordSet
Gets a record by row number.
getReadVariable() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Gets the name of the variable mapped to this attribute for reading.
getRecord() - Method in interface com.wrq.vhi.script.api.ApplyFilterEvent
Gets the record to filter.
getRecord() - Method in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Get the record.
getRecord(int) - Method in interface com.wrq.vhi.script.api.RecordSet
Gets a record by row number.
getRecordIndex() - Method in interface com.wrq.vhi.script.api.RecordEvent
Gets the one-based index of the record within the recordset.
getRecordRegion(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the current record in the specified recordset.
getRecordRegion() - Method in interface com.wrq.vhi.script.api.ParseRecordEvent
Gets the rectangular region which describes the contents of the record.
getRecordRegion() - Method in interface com.wrq.vhi.script.api.RecordLocation
Gets the current location, size and contents of the record within the record set.
getRecordRegion(int) - Method in interface com.wrq.vhi.script.api.RecordSetScreen
Gets the rectangular region which describes the location, size and contents of the record.
getRecordSet() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromField
Gets the record set name.
getRecordSet() - Method in class com.wrq.vhi.script.api.command.ResetRecordSet
Gets the record set name.
getRecordSet() - Method in class com.wrq.vhi.script.api.command.TransmitToField
Gets the record set name.
getRecordSet() - Method in class com.wrq.vhi.script.api.command.UpdateRecordSetField
Gets the record set name.
getRecordSet() - Method in class com.wrq.vhi.script.api.command.UpdateRecordSetFields
Gets the record set name.
getRecordSet() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtRecordSetField
Gets the record set name.
getRecordSet() - Method in class com.wrq.vhi.script.api.command.WriteVariableToField
Gets the record set name.
getRecordSetContext() - Method in interface com.wrq.vhi.script.api.RecordSetEvent
Gets the record set context.
getRecordSetMetaData(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the metadata for the specified recordset.
getRecordSetMetaData() - Method in interface com.wrq.vhi.script.api.RecordSetEvent
Gets the metadata for this recordset.
getRecordSetName() - Method in interface com.wrq.vhi.script.api.RecordSetContext
Gets the record set name.
getRecordSetName() - Method in interface com.wrq.vhi.script.api.RecordSetEvent
Gets the record set name.
getRecordSetRegion(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the location and contents of the specified recordset.
getRecordSetRegion() - Method in interface com.wrq.vhi.script.api.ParseScreenEvent
Gets the rectangular screen region which describes the location, size and contents of the recordset.
getRecordSetRegion() - Method in interface com.wrq.vhi.script.api.RecordSetScreen
Gets the rectangular screen region which describes the location, size and contents of the recordset.
getRecordSetStateObject(String) - Method in interface com.wrq.vhi.script.api.RecordSetContext
Gets the recordset context object bound to the specified name, or null if no object is bound.
getRecordStateObject(String) - Method in interface com.wrq.vhi.script.api.RecordEvent
Gets the object bound to the specified name in this record set context, or null if no object is bound to the name.
getRecordStateObject(String) - Method in interface com.wrq.vhi.script.api.RecordLocation
Gets the object bound to the specified name in this record context, or null if no object is bound to the name.
getRecordStateObject(int, String) - Method in interface com.wrq.vhi.script.api.RecordSetContext
Gets the object bound to the specified name in the record context, or null if no object is bound to the name.
getRecordType(GetRecordTypeEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to identify the type of record.
GetRecordTypeEvent - Interface in com.wrq.vhi.script.api
Get record type event information.
getRectangularTerminalRegion(int, int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the contents of a rectangular region of the terminal screen.
getRegionType() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the region type.
getRightColumn() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the right column of the region.
getRow() - Method in class com.wrq.vhi.script.api.command.MoveCursor
Gets the cursor row.
getRow() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromLocation
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.command.TransmitToLocation
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtLocation
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtTerminalField
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtLocation
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtTerminalField
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.command.WaitForDisplayString
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.command.WriteVariableToLocation
Gets the row.
getRow() - Method in class com.wrq.vhi.script.api.CursorPosition
Gets the one-based cursor row.
getScreen() - Method in interface com.wrq.vhi.script.api.UnrecognizedScreenEvent
Gets the contents of the unrecognized screen.
getScreenHeight() - Method in class com.wrq.vhi.script.api.CursorPosition
Gets the screen height in rows.
getScreenWidth() - Method in class com.wrq.vhi.script.api.CursorPosition
Gets the screen width in columns.
getScrollDirection() - Method in interface com.wrq.vhi.script.api.IsTerminatedEvent
Gets the direction VHI is checking for scroll termination.
getScrollOperations() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Gets the available scroll operations for the record set.
getServerName() - Method in interface com.wrq.vhi.script.api.ModelContext
Gets the name of the server, as defined to AADS, which is executing this model.
getServerName() - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Gets the name of the Host Integrator Server for the current session.
getString() - Method in interface com.wrq.vhi.script.api.ProcessStringEvent
Gets the string provided by the client.
getStringAtCursor(int) - Method in interface com.wrq.vhi.script.api.HostSession
Gets a string from a linear region of the terminal screen starting at the current cursor position.
getStringAtLocation(int, int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Gets a string from a rectangular region of the terminal screen starting at the given row and column.
getStringAtOffset(int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Gets a string from a linear region of the terminal screen starting at the given offset.
getTableColumns(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all columns in the specified table.
getTableDescription(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the description for a table.
getTableName() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Gets the table name.
getTableNames() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all tables in the model.
getTableProcedures(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the names of all procedures in the specified table.
getTabStops() - Method in interface com.wrq.vhi.script.api.EntityEvent
Gets the list of tab stops on the entity.
getTabStops() - Method in interface com.wrq.vhi.script.api.ModelCursorEvent
Gets the list of tab stops on the current entity.
getTargetCursorPosition() - Method in interface com.wrq.vhi.script.api.EntityMoveCursorEvent
Gets the target cursor position.
getTargetCursorPosition() - Method in interface com.wrq.vhi.script.api.ModelMoveCursorEvent
Gets the target cursor position.
getTerminalAttributes(String) - Method in interface com.wrq.vhi.script.api.ModelRecord
Gets the terminal attributes by field name.
getTerminalAttributes(int) - Method in interface com.wrq.vhi.script.api.ModelRecord
Gets the terminal attributes by column index.
getTerminalCell(int, int) - Method in interface com.wrq.vhi.script.api.RectangularTerminalRegion
Provide additional information about a single character within this screen region as a separate immutable object.
getTerminalCell(int) - Method in interface com.wrq.vhi.script.api.TerminalRegion
Gets additional information about a single character within this screen region as a separate immutable object.
getTerminalKey() - Method in class com.wrq.vhi.script.api.command.TransmitTerminalKey
Gets the terminal key.
getTerminalRegion() - Method in interface com.wrq.vhi.script.api.AttributeEvent
Gets the screen region that describes the location, size and contents of the attribute.
getTerminalRegion() - Method in interface com.wrq.vhi.script.api.ReadFieldEvent
Gets the screen region that describes the location, size and contents of the field at the time the event fired.
getTerminalScreen() - Method in interface com.wrq.vhi.script.api.EntityDepartureEvent
Gets the size and contents of the terminal screen.
getTerminalScreen() - Method in interface com.wrq.vhi.script.api.ErrorReportedEvent
Gets the size and contents of the terminal screen.
getTerminalScreen() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the size and contents of the terminal screen.
getTerminalScreenSize() - Method in interface com.wrq.vhi.script.api.HostSession
Gets the size of the terminal screen without the contents.
getText() - Method in class com.wrq.apptrieve.agent.ErrorMessage
Get a textual description of the error.
getText() - Method in class com.wrq.vhi.script.api.command.Transmit
Gets the text to transmit.
getText() - Method in class com.wrq.vhi.script.api.command.WaitForCommString
Gets the text.
getText() - Method in class com.wrq.vhi.script.api.command.WaitForDisplayString
Gets the text to wait to appear.
getText(int) - Method in interface com.wrq.vhi.script.api.RectangularTerminalRegion
Gets the screen text for the specified row in the region.
getText() - Method in interface com.wrq.vhi.script.api.TerminalRegion
Gets the text contents of the region.
getTimeout() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Gets the timeout for the operation.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCommString
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCondition
Gets the timeout
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtAttribute
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtLocation
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtRecordSetField
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCursorAtTerminalField
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtLocation
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForCursorNotAtTerminalField
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForDisplayString
Gets the wait timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForHostSilence
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForKeyboardEnabled
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForMultipleEvents
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForNewHostScreen
Gets the timeout.
getTimeout() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the timeout.
getTop() - Method in interface com.wrq.vhi.script.api.RectangularTerminalRegion
Gets the topmost row in the region.
getTopRow() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the top row of the region.
getType() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Gets the data type of the column.
getType() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Gets the type of the procedure.
getUser() - Method in interface com.wrq.vhi.script.api.AuthenticateUserEvent
Gets the username provided in the connection request.
getValue() - Method in class com.wrq.vhi.script.api.command.DefaultValue
Gets the default value.
getValue() - Method in class com.wrq.vhi.script.api.command.TransmitToAttribute
Gets the value.
getValue() - Method in class com.wrq.vhi.script.api.command.TransmitToField
Gets the value.
getValue() - Method in class com.wrq.vhi.script.api.command.TransmitToLocation
Gets the value.
getValue() - Method in class com.wrq.vhi.script.api.command.TransmitToOffset
Gets the value.
getVariable() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromAttribute
Gets the variable name.
getVariable() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromField
Gets the variable name.
getVariable() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromLocation
Gets the variable name.
getVariable() - Method in class com.wrq.vhi.script.api.command.ReadVariableFromTerminal
Gets the variable name.
getVariable() - Method in class com.wrq.vhi.script.api.command.WriteVariableToAttribute
Gets the variable name.
getVariable() - Method in class com.wrq.vhi.script.api.command.WriteVariableToField
Gets the variable name.
getVariable() - Method in class com.wrq.vhi.script.api.command.WriteVariableToLocation
Gets the variable name.
getVariable() - Method in class com.wrq.vhi.script.api.command.WriteVariableToTerminal
Gets the variable name.
getVariableMetaData(String) - Method in interface com.wrq.vhi.script.api.HostSession
Gets the metadata for the specified variable.
getVariableNames() - Method in interface com.wrq.vhi.script.api.AuthenticateUserEvent
Gets the names of the model variables.
getVariablesUsed() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Gets the variables used in the operation.
getVariableValue(String) - Method in interface com.wrq.vhi.script.api.AuthenticateUserEvent
Gets the value of a model variable.
getWaitForEcho() - Method in class com.wrq.vhi.script.api.command.Transmit
Gets the wait for echo mode.
getWaitForEcho() - Method in class com.wrq.vhi.script.api.command.TransmitToLocation
Gets the wait for echo mode.
getWaitForEcho() - Method in class com.wrq.vhi.script.api.command.TransmitToOffset
Gets the wait for echo mode.
getWaitForEcho() - Method in class com.wrq.vhi.script.api.command.WriteVariableToLocation
Gets the wait for echo mode.
getWaitForEcho() - Method in class com.wrq.vhi.script.api.command.WriteVariableToTerminal
Gets the wait for echo mode.
getWidth() - Method in interface com.wrq.vhi.script.api.RectangularTerminalRegion
Gets the number of columns in the region measured in characters.
getWidth() - Method in class com.wrq.vhi.script.api.ScreenSize
Gets the width of the terminal screen.
getWriteVariable() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Gets the name of the variable mapped to this attribute for writing.

H

hashCode() - Method in class com.wrq.apptrieve.agent.ErrorMessage
Returns the hash code value for this error message.
HostSession - Interface in com.wrq.vhi.script.api
Provides information about a host session and allows for the manipulation of the terminal at various levels (direct, model, table).
hostSessionCreated(HostSessionCreatedEvent) - Method in class com.wrq.vhi.script.api.LifeCycleEventHandler
Called when a host session is created.
HostSessionCreatedEvent - Interface in com.wrq.vhi.script.api
Host session created event information.
hostSessionDestroyed(HostSessionDestroyedEvent) - Method in class com.wrq.vhi.script.api.LifeCycleEventHandler
Called when a host session is destroyed.
HostSessionDestroyedEvent - Interface in com.wrq.vhi.script.api
Host session destroyed event information.
HostSessionEvent - Interface in com.wrq.vhi.script.api
Host session event information.
HP_ACK_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_BackSpace_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_BackTab_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_BEL_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Break_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_BS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CAN_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ClearDisplay_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ClearLine_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ConfigKeys_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLA_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLB_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLBACKSLASH_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLC_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLCARET_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLD_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLE_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLF_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLG_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLH_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLI_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLJ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLK_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLL_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLLEFTBRACKET_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLM_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLN_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLO_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLP_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLQ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLRIGHTBRACKET_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLSPACE_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLT_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLU_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLUNDERBAR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLV_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLW_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLX_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLY_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_CTRLZ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DC1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DC2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DC3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DC4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Delete_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DeleteChar_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DeleteCharWrap_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DeleteLine_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_DLE_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Down_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_EM_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ENQ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Enter_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_EOT_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Esc_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Escape_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ETB_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ETX_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Extend_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F5_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_F8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_FF_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_FS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_GS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_HardReset_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_HomeDown_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_HomeLeft_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_HomeRight_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_HomeUp_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_HT_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_InsertChar_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_InsertCharWrap_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_InsertLine_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Left_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_LF_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Menu_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Modes_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_NAK_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_NextPage_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_NUL_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_PrevPage_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Return_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Right_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_RollLeft_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_RollRight_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_RS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ScrollDown_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_ScrollUp_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Select_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_SI_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_SmartEnter_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_SO_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_SoftReset_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_SOH_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Stop_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_STX_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_SUB_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_SYN_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_System_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Tab_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_Up_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_US_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_User_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_UserCfg_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
HP_VT_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 

I

IBM_AltCursor_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Attn_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU10_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU11_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU12_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU13_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU14_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU15_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU16_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU5_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_AU9_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_BackSpace_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_BackTab_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_CentSymbol_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Clear_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_ClearPartition_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_CursorBlink_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_CursorSelect_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Delete_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_DeleteChar_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_DeleteWord_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_DestrBackSpace_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_DeviceCancel_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Down_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_DownDouble_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Dup_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Duplicate_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_EndOfField_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Enter_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_EraseEOF_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_EraseInput_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_ExtGR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F10_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F11_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F12_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F13_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F14_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F15_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F16_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F17_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F18_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F19_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F20_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F21_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F22_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F23_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F24_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F5_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_F9_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_FieldDelim_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_FieldExit_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_FieldMark_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_FieldMinus_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_FieldPlus_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Help_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Hex_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Home_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Ident_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Insert_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_KeyClick_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Left - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_LeftDouble_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_NewLine_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_NextWord_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_NotSymbol_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PA1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PA2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PA3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PageDown_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PageUp_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PanLeft_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PanRight_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PartitionJump_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF10_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF11_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF12_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF13_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF14_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF15_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF16_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF17_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF18_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF19_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF20_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF21_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF22_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF23_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF24_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF5_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PF9_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PlusCR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Print_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_PrintPart_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Reset_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Right_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_RightDouble_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_RollDown_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_RollUp_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Rule_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_ScrollDown_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_ScrollUp_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_SLPAutoEnter_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_SOSIGenerate_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_SplitVBar_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_SysRequest_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Tab_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Test_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_Up_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
IBM_UpDouble_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
indexOf(String) - Method in interface com.wrq.vhi.script.api.Record
Gets the index of column.
insert(int, Command) - Method in class com.wrq.vhi.script.api.command.CommandList
 
insertRecord(Map) - Method in interface com.wrq.vhi.script.api.HostSession
Inserts a record into the current recordset.
insertRecord(InsertRecordEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to insert a record into the recordset.
InsertRecordEvent - Interface in com.wrq.vhi.script.api
Insert record event information.
insertRecords(List) - Method in interface com.wrq.vhi.script.api.HostSession
Inserts multiple records into the current recordset.
isBlank() - Method in interface com.wrq.vhi.script.api.ModelRecord
Checks if the record is considered blank.
isBlinking() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the blinking terminal attribute is set for this object.
isBlinking() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the blink attribute.
isCaseSensitive() - Method in interface com.wrq.vhi.script.api.ExecuteProcedureEvent
Determine if comparisons should be done case-sensitively.
isClientStateObject(String) - Method in interface com.wrq.vhi.script.api.ClientSession
Tests for the presence of a client state object bound to the specified name.
isColumnSeparated() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the column separated terminal attribute is set for this object.
isColumnSeparated() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the column-separator attribute.
isConnected() - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Determines whether the Host Integrator Server session is connected.
isConnectionSecure() - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Determines whether the Host Integrator Server session is using a secure connection.
isDefault() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Discovers whether this is the default operation for the entity.
isDesignEnvironment() - Method in interface com.wrq.vhi.script.api.Event
Determines whether or not an event is being fired in a design environment.
isEORPatternFound() - Method in interface com.wrq.vhi.script.api.RecordLocation
Checks if the current record contains the end-of-record pattern.
isErase() - Method in class com.wrq.vhi.script.api.command.WriteVariableToLocation
Gets the erase flag.
isErase() - Method in class com.wrq.vhi.script.api.command.WriteVariableToTerminal
Gets the erase flag.
isErrorLine() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the error-line attribute.
isExcluded() - Method in interface com.wrq.vhi.script.api.ModelRecord
Checks if the record is excluded.
isFieldEnd() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the field-end attribute.
isFieldStart() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the field-start attribute.
isHalfBrite() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the half-brite terminal attribute is set for this object.
isHalfBrite() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the halfbrite attribute.
isHostStateObject(String) - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Tests for the presence of a host state object bound to the specified name.
isIntense() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the intense terminal attribute is set for this object.
isIntense() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the high-intensity attribute.
isKey() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Discovers whether this column is defined to be the key or part of the key for the table.
isKey() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Discovers whether the field is a key or part of a key for the record set.
isLastPage() - Method in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Check if this is the last page of the record set.
isLogInfoEnabled() - Method in interface com.wrq.vhi.script.api.Logger
Checks if informational level logging is turned on.
isLogWarningEnabled() - Method in interface com.wrq.vhi.script.api.Logger
Checks if warning level logging is turned on.
isModelStateObject(String) - Method in interface com.wrq.vhi.script.api.ModelContext
Tests for the presence of a model context object bound to the specified name.
isNonDisplay() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the nondisplay terminal attribute is set for this object.
isNonDisplay() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the non-display attribute.
isNumeric() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the numeric terminal attribute is set for this object.
isNumeric() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the numeric attribute.
isPenDetect() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the pen detect terminal attribute is set for this object.
isPenDetect() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the pen-detect attribute.
isProtected() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the protected terminal attribute is set for this object.
isProtected() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the protected attribute.
isReadable() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Discovers whether the attribute is readable.
isReadable() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Discovers whether the field is readable.
isRecordSetStateObject(String) - Method in interface com.wrq.vhi.script.api.RecordSetContext
Tests for the presence of a recordset context object bound to the specified name.
isRecordStateObject(String) - Method in interface com.wrq.vhi.script.api.RecordEvent
Tests for the presence of a record set context object bound to the specified name.
isRecordStateObject(String) - Method in interface com.wrq.vhi.script.api.RecordLocation
Tests for the presence of a record context object bound to the specified name.
isRecordStateObject(int, String) - Method in interface com.wrq.vhi.script.api.RecordSetContext
Tests for the presence of a record context object bound to the specified name.
isRecordWhole() - Method in interface com.wrq.vhi.script.api.RecordLocation
Checks if the record is entirely contained within this rectangular region.
isRelativeToCursor() - Method in class com.wrq.vhi.script.api.command.WaitForDisplayString
Gets the relative to cursor flag.
isRelativeToCursor() - Method in class com.wrq.vhi.script.api.command.WaitForUpdate
Gets the relative to cursor flag.
isRequiredFilter(String) - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Discovers whether a filter column is required for the procedure.
isRequiredInput(String) - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Discovers whether an input column is required for the procedure.
isReverse() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the reverse terminal attribute is set for this object.
isReverse() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the inverse-video attribute.
isStatusLine() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the status-line attribute.
isSysRequest() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the sys-request attribute.
isTerminated(IsTerminatedEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to check if this is the last screen in a scroll direction.
IsTerminatedEvent - Interface in com.wrq.vhi.script.api
Is terminated event information.
isUnderscore() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Discovers whether the underscore terminal attribute is set for this object.
isUnderscore() - Method in interface com.wrq.vhi.script.api.TerminalCell
Gets the underscore attribute.
isValidEchoType(int) - Method in class com.wrq.vhi.script.api.command.Command
Checks that an echo type parameter is valid.
isWriteable() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Discovers whether the attribute is writable.
isWriteable() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Discovers whether the field is writeable.

L

LIFECYCLE_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Life cycle event.
LifeCycleEvent - Interface in com.wrq.vhi.script.api
Life cycle event information.
LifeCycleEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for a lifecycle event handler.
LifeCycleEventHandler() - Constructor for class com.wrq.vhi.script.api.LifeCycleEventHandler
 
LINEAR_REGION - Static variable in interface com.wrq.vhi.script.api.HostSession
regionType parameter for the HostSession.waitForUpdate(int, int, int, int, int, boolean, int) method which specifies a linear region.
LinearTerminalRegion - Interface in com.wrq.vhi.script.api
Represents a linear terminal region.
Logger - Interface in com.wrq.vhi.script.api
Provides access to the VHI logging facilities.
logInfoMessage(String) - Method in interface com.wrq.vhi.script.api.Logger
Logs an informational message to the log system if logging at the informational level is enabled.
logWarningMessage(String) - Method in interface com.wrq.vhi.script.api.Logger
Logs a warning message to the log system if logging at a warning level is enabled.

M

METADATA_TYPE_ATTRIBUTE - Static variable in interface com.wrq.apptrieve.appconn.AppConnMetaData
Return value from AppConnMetaData.getMetaDataType() when object type is AttributeMetaData.
METADATA_TYPE_COLUMN - Static variable in interface com.wrq.apptrieve.appconn.AppConnMetaData
Return value from AppConnMetaData.getMetaDataType() when object type is ColumnMetaData.
METADATA_TYPE_FIELD - Static variable in interface com.wrq.apptrieve.appconn.AppConnMetaData
Return value from AppConnMetaData.getMetaDataType() when object type is FieldMetaData.
METADATA_TYPE_OPERATION - Static variable in interface com.wrq.apptrieve.appconn.AppConnMetaData
Return value from AppConnMetaData.getMetaDataType() when object type is OperationMetaData.
METADATA_TYPE_PROCEDURE - Static variable in interface com.wrq.apptrieve.appconn.AppConnMetaData
Return value from AppConnMetaData.getMetaDataType() when object type is ProcedureMetaData.
METADATA_TYPE_RECORDSET - Static variable in interface com.wrq.apptrieve.appconn.AppConnMetaData
Return value from AppConnMetaData.getMetaDataType() when object type is RecordSetMetaData.
METADATA_TYPE_VARIABLE - Static variable in interface com.wrq.apptrieve.appconn.AppConnMetaData
Return value from AppConnMetaData.getMetaDataType() when object type is com.wrq.apptrieve.appconn.
MODEL_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Model event.
ModelContext - Interface in com.wrq.vhi.script.api
Provides information about the model and a model scoped shared storage.
ModelCursorEvent - Interface in com.wrq.vhi.script.api
Model cursor event information.
ModelEvent - Interface in com.wrq.vhi.script.api
Model event information.
ModelEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for a model event handler.
ModelEventHandler() - Constructor for class com.wrq.vhi.script.api.ModelEventHandler
 
modelLoaded(ModelLoadedEvent) - Method in class com.wrq.vhi.script.api.LifeCycleEventHandler
Called when a model is loaded.
ModelLoadedEvent - Interface in com.wrq.vhi.script.api
Model loaded event information.
ModelMoveCursorBackwardEvent - Interface in com.wrq.vhi.script.api
Model move cursor backward event information.
ModelMoveCursorEvent - Interface in com.wrq.vhi.script.api
Model move cursor event information.
ModelMoveCursorForwardEvent - Interface in com.wrq.vhi.script.api
Model move cursor forward event information.
ModelRecord - Interface in com.wrq.vhi.script.api
A record in a ModelRecordSet.
ModelRecordSet - Interface in com.wrq.vhi.script.api
The result of fetching records from a recordset in a model.
modelUnloaded(ModelUnloadedEvent) - Method in class com.wrq.vhi.script.api.LifeCycleEventHandler
Called when a model is unloaded.
ModelUnloadedEvent - Interface in com.wrq.vhi.script.api
Model unloaded event information.
moveCurrentRecordIndex(int) - Method in interface com.wrq.vhi.script.api.HostSession
Moves the current record index to a new position in the current recordset.
MoveCursor - Class in com.wrq.vhi.script.api.command
A class that represents a VHI MoveCursor command.
MoveCursor(int, int) - Constructor for class com.wrq.vhi.script.api.command.MoveCursor
Constructs a new MoveCursor command.
moveCursor(EntityMoveCursorEvent) - Method in class com.wrq.vhi.script.api.EntityEventHandler
Called when the cursor needs to move to a specific location on the terminal screen.
moveCursor(int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Sets the position of the cursor using row-column coordinates.
moveCursor(ModelMoveCursorEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called when the cursor needs to move to a specific location on the terminal screen and the current entity, if any, has not defined how to move the cursor.
moveCursorBackward(ModelMoveCursorBackwardEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called when VHI wants to move the cursor to the previous rest position on the screen and the current entity, if any, has not defined a move cursor backward operation.
moveCursorForward(ModelMoveCursorForwardEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called when VHI wants to move the cursor to the next at rest position on the screen and the current entity, if any, has not defined a move cursor forward operation.
MutableProcedureRecord - Interface in com.wrq.vhi.script.api
A ProcedureRecord whose contents can be modified.
MutableProcedureRecordSet - Interface in com.wrq.vhi.script.api
A ProcedureRecordSet whose contents can be modified.

N

Navigate - Class in com.wrq.vhi.script.api.command
A class that represents a VHI Navigate command.
Navigate(String) - Constructor for class com.wrq.vhi.script.api.command.Navigate
Constructs a new Navigate command.
navigate(String) - Method in interface com.wrq.vhi.script.api.HostSession
Equivalent to calling the HostSession.setCurrentEntity(java.lang.String) method.
nextRecord(String) - Method in interface com.wrq.vhi.script.api.HostSession
Finds and return a record in the current recordset using a filter expression starting with the record following the current record.
NORMAL_RECORD - Static variable in interface com.wrq.vhi.script.api.GetRecordTypeEvent
Record type constant that means the record contains data and is visible to client applications.

O

OPERATION_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Operation event.
OperationEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for an operation event handler.
OperationEventHandler() - Constructor for class com.wrq.vhi.script.api.OperationEventHandler
 
OperationMetaData - Class in com.wrq.apptrieve.appconn
Provides metadata about an operation that is defined on an entity of a Host Integrator model.
OperationMetaData(EntityOperationMeta) - Constructor for class com.wrq.apptrieve.appconn.OperationMetaData
Constructor for internal use only.
overrideDeparture() - Method in interface com.wrq.vhi.script.api.EntityDepartureEvent
Overrides the departure and remains on the current entity.

P

parseRecord(ParseRecordEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to obtain the field location and sizes for the specified record.
ParseRecordEvent - Interface in com.wrq.vhi.script.api
Parse record event information.
parseScreen(ParseScreenEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to obtain the location and size of records on the current screen.
ParseScreenEvent - Interface in com.wrq.vhi.script.api
Parse screen event information.
PROC_TYPE_DELETE - Static variable in class com.wrq.apptrieve.appconn.ProcedureMetaData
Return value of ProcedureMetaData.getType() when procedure type is Delete.
PROC_TYPE_INSERT - Static variable in class com.wrq.apptrieve.appconn.ProcedureMetaData
Return value of ProcedureMetaData.getType() when procedure type is Insert.
PROC_TYPE_SELECT - Static variable in class com.wrq.apptrieve.appconn.ProcedureMetaData
Return value of ProcedureMetaData.getType() when procedure type is Select.
PROC_TYPE_UPDATE - Static variable in class com.wrq.apptrieve.appconn.ProcedureMetaData
Return value of ProcedureMetaData.getType() when procedure type is Update.
PROCEDURE_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Procedure event.
ProcedureEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for a procedure event handler.
ProcedureEventHandler() - Constructor for class com.wrq.vhi.script.api.ProcedureEventHandler
 
ProcedureMetaData - Class in com.wrq.apptrieve.appconn
Provides metadata about a procedure that is defined on a table of a Host Integrator model.
ProcedureMetaData(TableProcedureMeta, Locale) - Constructor for class com.wrq.apptrieve.appconn.ProcedureMetaData
Constructor for internal use only.
ProcedureParameters - Interface in com.wrq.vhi.script.api
Input filter and data parameters for a procedure.
ProcedureRecord - Interface in com.wrq.vhi.script.api
A record in a ProcedureRecordSet.
ProcedureRecordSet - Interface in com.wrq.vhi.script.api
The result of executing a table procedure.
processString(ProcessStringEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called to process a string from the client.
ProcessStringEvent - Interface in com.wrq.vhi.script.api
Process string event information.

R

readAttribute(ReadAttributeEvent) - Method in class com.wrq.vhi.script.api.AttributeEventHandler
Called to read the attribute.
ReadAttributeEvent - Interface in com.wrq.vhi.script.api
Read attribute event information.
readField(ReadFieldEvent) - Method in class com.wrq.vhi.script.api.FieldEventHandler
Called to read the field.
ReadFieldEvent - Interface in com.wrq.vhi.script.api
Read field event information.
ReadFromMappedAttribute - Class in com.wrq.vhi.script.api.command
A class that represents a VHI ReadFromMappedAttribute command.
ReadFromMappedAttribute(String) - Constructor for class com.wrq.vhi.script.api.command.ReadFromMappedAttribute
Constructs a new ReadFromMappedAttr command.
readFromMappedAttribute(String) - Method in interface com.wrq.vhi.script.api.HostSession
Reads an attribute on the current entity and stores its value into the variable mapped to that attribute.
ReadVariableFromAttribute - Class in com.wrq.vhi.script.api.command
A class that represents a VHI ReadVariableFromAttribute command.
ReadVariableFromAttribute(String, String) - Constructor for class com.wrq.vhi.script.api.command.ReadVariableFromAttribute
Constructs a new ReadVarFromAttr command.
readVariableFromAttribute(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Reads an attribute on the current entity and stores its contents in a variable.
ReadVariableFromField - Class in com.wrq.vhi.script.api.command
A class that represents a VHI ReadVariableFromField command.
ReadVariableFromField(String, String, String) - Constructor for class com.wrq.vhi.script.api.command.ReadVariableFromField
Constructs a new ReadVarFromField command.
readVariableFromField(String, String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Reads a field from the current record and stores its contents in a variable.
ReadVariableFromLocation - Class in com.wrq.vhi.script.api.command
A class that represents a VHI ReadVariableFromLocation command.
ReadVariableFromLocation(String, int, int, int) - Constructor for class com.wrq.vhi.script.api.command.ReadVariableFromLocation
Constructs a new ReadVarFromLocation command.
readVariableFromLocation(String, int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Reads data directly from the terminal and stores it in a variable.
ReadVariableFromTerminal - Class in com.wrq.vhi.script.api.command
A class that represents a VHI ReadVariableFromTerminal command.
ReadVariableFromTerminal(String, int) - Constructor for class com.wrq.vhi.script.api.command.ReadVariableFromTerminal
Constructs a new ReadVarFromTerminal command.
readVariableFromTerminal(String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Reads terminal data at the current cursor position and stores it in a variable.
Record - Interface in com.wrq.vhi.script.api
A record in a RecordSet.
RecordEvent - Interface in com.wrq.vhi.script.api
Record event information.
RecordLocation - Interface in com.wrq.vhi.script.api
Specifies the location of a record within a recordset.
RecordSet - Interface in com.wrq.vhi.script.api
A table of data.
RECORDSET_EVENT - Static variable in class com.wrq.vhi.script.api.EventInfo
Recordset event.
RecordSetContext - Interface in com.wrq.vhi.script.api
Stores state information for a recordset and its records.
RecordSetEvent - Interface in com.wrq.vhi.script.api
Record set event information.
RecordSetEventHandler - Class in com.wrq.vhi.script.api
Abstract base class for a recordset event handler.
RecordSetEventHandler() - Constructor for class com.wrq.vhi.script.api.RecordSetEventHandler
 
RecordSetMetaData - Class in com.wrq.apptrieve.appconn
Provides metadata about a recordset that is defined on an entity of a Host Integrator model.
RecordSetMetaData(EntityRecordsetMeta) - Constructor for class com.wrq.apptrieve.appconn.RecordSetMetaData
Constructor for internal use only.
RecordSetScreen - Interface in com.wrq.vhi.script.api
A record set that describes the contents of the current screen.
RECTANGULAR_REGION - Static variable in interface com.wrq.vhi.script.api.HostSession
regionType parameter for the HostSession.waitForUpdate(int, int, int, int, int, boolean, int) method which specifies a rectangular region.
RectangularTerminalRegion - Interface in com.wrq.vhi.script.api
Represents a rectangular terminal region.
RemoteHostSession - Interface in com.wrq.vhi.script.api
A host session connector that can be used to connect to a different model from within an event handler.
remove(int) - Method in class com.wrq.vhi.script.api.command.CommandList
 
removeRecord(int) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Removes the record at the specified row.
removeRecord(ProcedureRecord) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Removes the specified record from the record set.
requireSecureConnection(boolean) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Requires a secure channel on the next connection to a Host Integrator Server.
ResetRecordSet - Class in com.wrq.vhi.script.api.command
A class that represents a VHI ResetRecordSet command.
ResetRecordSet(String) - Constructor for class com.wrq.vhi.script.api.command.ResetRecordSet
Constructs a new ResetRecordSet command.
resetRecordSet(String) - Method in interface com.wrq.vhi.script.api.HostSession
Resets the state of a recordset on the current entity.
resumeConnection(String) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Resumes the execution of a currently suspended Host Integrator server session.

S

ScreenSize - Class in com.wrq.vhi.script.api
An immutable class that represents the size of the terminal screen.
ScreenSize(int, int) - Constructor for class com.wrq.vhi.script.api.ScreenSize
Constructs a ScreenSize object from a height and width.
ScriptHostSession - Interface in com.wrq.vhi.script.api
Provides information about the scripted host session and allows for the manipulation of the terminal at various levels (direct, model, table).
SCROLL_DOWN - Static variable in interface com.wrq.vhi.script.api.IsTerminatedEvent
Constant that specifies VHI is checking for scroll down termination.
SCROLL_END - Static variable in interface com.wrq.vhi.script.api.HostSession
movement parameter for the HostSession.moveCurrentRecordIndex(int) method which specifies to execute the recordset's End operation.
SCROLL_HOME - Static variable in interface com.wrq.vhi.script.api.HostSession
movement parameter for the HostSession.moveCurrentRecordIndex(int) method which specifies to execute the recordset's Home operation.
SCROLL_LINE_DOWN - Static variable in interface com.wrq.vhi.script.api.HostSession
movement parameter for the HostSession.moveCurrentRecordIndex(int) method which specifies to execute the recordset's Line Down operation.
SCROLL_LINE_UP - Static variable in interface com.wrq.vhi.script.api.HostSession
movement parameter for the HostSession.moveCurrentRecordIndex(int) method which specifies to execute the recordset's Line Up operation.
SCROLL_PAGE_DOWN - Static variable in interface com.wrq.vhi.script.api.HostSession
movement parameter for the HostSession.moveCurrentRecordIndex(int) method which specifies to execute the recordset's Page Up operation.
SCROLL_PAGE_UP - Static variable in interface com.wrq.vhi.script.api.HostSession
movement parameter for the HostSession.moveCurrentRecordIndex(int) method which specifies to execute the recordset's Page Down operation.
SCROLL_TYPE_END - Static variable in class com.wrq.apptrieve.appconn.RecordSetMetaData
Key value in the Map returned from RecordSetMetaData.getScrollOperations() for the End operation.
SCROLL_TYPE_HOME - Static variable in class com.wrq.apptrieve.appconn.RecordSetMetaData
Key value in the Map returned from RecordSetMetaData.getScrollOperations() for the Home operation.
SCROLL_TYPE_LINEDOWN - Static variable in class com.wrq.apptrieve.appconn.RecordSetMetaData
Key value in the Map returned from RecordSetMetaData.getScrollOperations() for the LineDown operation.
SCROLL_TYPE_LINEUP - Static variable in class com.wrq.apptrieve.appconn.RecordSetMetaData
Key value in the Map returned from RecordSetMetaData.getScrollOperations() for the LineUp operation.
SCROLL_TYPE_PAGEDOWN - Static variable in class com.wrq.apptrieve.appconn.RecordSetMetaData
Key value in the Map returned from RecordSetMetaData.getScrollOperations() for the PageDown operation.
SCROLL_TYPE_PAGEUP - Static variable in class com.wrq.apptrieve.appconn.RecordSetMetaData
Key value in the Map returned from RecordSetMetaData.getScrollOperations() for the PageUp operation.
SCROLL_UP - Static variable in interface com.wrq.vhi.script.api.IsTerminatedEvent
Constant that specifies VHI is checking for scroll up termination.
selectCurrentRecord() - Method in interface com.wrq.vhi.script.api.HostSession
Performs the model-defined selection operation for the current recordset.
selectRecordByFilter(String) - Method in interface com.wrq.vhi.script.api.HostSession
Finds a record in the current recordset using a filter expression and performs the model-defined selection operation.
selectRecordByIndex(int) - Method in interface com.wrq.vhi.script.api.HostSession
Sets the current record in the current recordset by index and then performs the model-defined selection operation.
set(int, String) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecord
Sets the value of a column by index.
set(String, String) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecord
Sets the value of a column by name.
setAttribute(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes a value to the specified attribute on the current entity.
setAttributeDelayed(String, String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Queues a value to be written to the specified attribute on the specified entity.
setAttributes(Map) - Method in interface com.wrq.vhi.script.api.HostSession
Writes values to the specified attributes on the current entity.
setAttributesDelayed(String, Map) - Method in interface com.wrq.vhi.script.api.HostSession
Queues values to be written to the specified attributes on the specified entity.
setClientStateObject(String, Object) - Method in interface com.wrq.vhi.script.api.ClientSession
Binds an object to this client session, using the name specified.
setConnectionTimeout(int) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Sets the connection timeout for a Host Integrator Server session.
setCurrentEntity(String) - Method in interface com.wrq.vhi.script.api.HostSession
Sets the current entity.
setCurrentRecordIndex(int) - Method in interface com.wrq.vhi.script.api.HostSession
Sets the current record in the current recordset by index.
setCurrentRecordIndex(int) - Method in interface com.wrq.vhi.script.api.InsertRecordEvent
Sets the current record index.
setCurrentRecordSet(String) - Method in interface com.wrq.vhi.script.api.HostSession
Sets the current recordset by name.
setEORPatternFound(boolean) - Method in interface com.wrq.vhi.script.api.RecordLocation
Marks the record as containing the end-of-record pattern.
setErrorScreen(TerminalScreen) - Method in exception com.wrq.apptrieve.agent.ApptrieveException
 
setFieldRegion(int, int) - Method in interface com.wrq.vhi.script.api.FieldLocation
Changes the location and size of the field within the record using linear coordinates.
setHostStateObject(String, Object) - Method in interface com.wrq.vhi.script.api.ScriptHostSession
Binds an object to this host session, using the name specified.
setMethodTimeout(int) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Sets the method timeout for a Host Integrator Server session.
setModelStateObject(String, Object) - Method in interface com.wrq.vhi.script.api.ModelContext
Binds an object to this model context, using the name specified.
setModelVariable(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Sets the value of a variable.
setModelVariables(Map) - Method in interface com.wrq.vhi.script.api.HostSession
Sets the values of one or more variables.
setRecordRegion(int, int, int, int) - Method in interface com.wrq.vhi.script.api.RecordLocation
Changes the location and size of the record within the record set using rectangular coordinates.
setRecordSetStateObject(String, Object) - Method in interface com.wrq.vhi.script.api.RecordSetContext
Binds an object to this record set context, using the name specified.
setRecordStateObject(String, Object) - Method in interface com.wrq.vhi.script.api.RecordEvent
Binds an object to this record set context, using the name specified.
setRecordStateObject(String, Object) - Method in interface com.wrq.vhi.script.api.RecordLocation
Binds an object to this record context, using the name specified.
setRecordStateObject(int, String, Object) - Method in interface com.wrq.vhi.script.api.RecordSetContext
Binds an object to this record context, using the name specified.
setRecordWhole(boolean) - Method in interface com.wrq.vhi.script.api.RecordLocation
Marks the record as either whole or partial.
setVariableValue(String, String) - Method in interface com.wrq.vhi.script.api.AuthenticateUserEvent
Changes the value of a model variable.
shiftCursor(int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Moves the cursor relative to its current position.
size() - Method in class com.wrq.vhi.script.api.command.CommandList
 
sortRecords(int) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Sort the records based on a column.
sortRecords(int[]) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Sort the records based multiple columns.
sortRecords(Comparator) - Method in interface com.wrq.vhi.script.api.MutableProcedureRecordSet
Sorts the records using a Comparator.
supportsDirectInserts() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Discovers whether the recordset supports direct inserts.
supportsSelect() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Discovers whether the recordset supports the select operation.
suspendConnection(int) - Method in interface com.wrq.vhi.script.api.RemoteHostSession
Suspends the execution of a currently running Host Integrator Server session.
SYNC_TO_HOST - Static variable in interface com.wrq.vhi.script.api.HostSession
index parameter for the HostSession.setCurrentRecordIndex(int) method which specifies to set the current index to the current host record.

T

TerminalAttributes - Class in com.wrq.apptrieve.appconn
TerminalAttributes provides terminal attribute information about a Host Integrator entity attribute or recordset field.
TerminalAttributes(TerminalAttrs) - Constructor for class com.wrq.apptrieve.appconn.TerminalAttributes
Constructor for internal use only.
terminalAttributesEnabled() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Discovers whether the terminal attributes are enabled for the attribute.
terminalAttributesEnabled() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Discovers whether the terminal attributes are enabled for the field.
TerminalCell - Interface in com.wrq.vhi.script.api
Represents a character on the terminal screen.
TerminalRegion - Interface in com.wrq.vhi.script.api
Provides information about a region of the terminal screen.
toString() - Method in class com.wrq.apptrieve.agent.ErrorMessage
Returns a textual description of the error.
toString() - Method in class com.wrq.apptrieve.appconn.AttributeMetaData
Generates a String object that represents the current values of this AttributeMetaData object.
toString() - Method in class com.wrq.apptrieve.appconn.ColumnMetaData
Generates a String object that represents the current values of this ColumnMetaData object.
toString() - Method in class com.wrq.apptrieve.appconn.FieldMetaData
Generates a String object that represents the current values of this FieldMetaData object.
toString() - Method in class com.wrq.apptrieve.appconn.OperationMetaData
Generates a String object that represents the current values of this OperationMetaData object.
toString() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Generates a String object that represents the current values of this ProcedureMetaData object.
toString() - Method in class com.wrq.apptrieve.appconn.RecordSetMetaData
Generates a String object that represents the current values of this RecordSetMetaData object.
toString() - Method in class com.wrq.apptrieve.appconn.TerminalAttributes
Generates a String object that represents the current values of this TerminalAttributes object.
toString() - Method in class com.wrq.vhi.script.api.CursorPosition
 
toString() - Method in class com.wrq.vhi.script.api.ScreenSize
 
toXMLString() - Method in interface com.wrq.vhi.script.api.RecordSet
Gets an XML string representation of the recordset.
Transmit - Class in com.wrq.vhi.script.api.command
A class that represents a VHI Transmit command.
Transmit(String) - Constructor for class com.wrq.vhi.script.api.command.Transmit
Constructs a new Transmit command using HostSession.DONT_WAIT_FOR_ECHO.
Transmit(String, int) - Constructor for class com.wrq.vhi.script.api.command.Transmit
Constructs a new Transmit command.
transmit(String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes a string to the terminal at the current cursor position using HostSession.DONT_WAIT_FOR_ECHO.
transmit(String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Writes a string to the terminal at the current cursor position.
TransmitTerminalKey - Class in com.wrq.vhi.script.api.command
A class that represents a VHI TransmitTerminalKey command.
TransmitTerminalKey(int) - Constructor for class com.wrq.vhi.script.api.command.TransmitTerminalKey
Constructs a new TransmitTerminalKey command.
transmitTerminalKey(int) - Method in interface com.wrq.vhi.script.api.HostSession
Sends a non-alphanumeric terminal key (for example, a Program Function key or a 3270 AID key) to the host.
TransmitToAttribute - Class in com.wrq.vhi.script.api.command
A class that represents a VHI TransmitToAttribute command.
TransmitToAttribute(String, String) - Constructor for class com.wrq.vhi.script.api.command.TransmitToAttribute
Constructs a new TransmitToAttr command.
transmitToAttribute(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes a string to an attribute on the current entity.
TransmitToField - Class in com.wrq.vhi.script.api.command
A class that represents a VHI TransmitToField command.
TransmitToField(String, String, String) - Constructor for class com.wrq.vhi.script.api.command.TransmitToField
Constructs a new TransmitToField command.
transmitToField(String, String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes a string to a field in the current record in the current recordset.
TransmitToLocation - Class in com.wrq.vhi.script.api.command
A class that represents a VHI TransmitToLocation command.
TransmitToLocation(String, int, int, int) - Constructor for class com.wrq.vhi.script.api.command.TransmitToLocation
Constructs a new TransmitToLocation command.
transmitToLocation(String, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Transmits a string to the terminal at the specified screen location using HostSession.DONT_WAIT_FOR_ECHO.
transmitToLocation(String, int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Transmits a string to the terminal at the specified screen location.
TransmitToOffset - Class in com.wrq.vhi.script.api.command
A class that represents a VHI TransmitToOffset command.
TransmitToOffset(String, int, int) - Constructor for class com.wrq.vhi.script.api.command.TransmitToOffset
Constructs a new TransmitToOffset command.
transmitToOffset(String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Transmits a string to the terminal at the specified offset using HostSession.DONT_WAIT_FOR_ECHO.
transmitToOffset(String, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Transmits a string to the terminal at the specified offset.

U

unrecognizedScreen(UnrecognizedScreenEvent) - Method in class com.wrq.vhi.script.api.ModelEventHandler
Called to handle the arrival at an unrecognized screen.
UnrecognizedScreenEvent - Interface in com.wrq.vhi.script.api
Unrecognized screen event information.
UpdateAttribute - Class in com.wrq.vhi.script.api.command
A class that represents a VHI UpdateAttribute command.
UpdateAttribute(String) - Constructor for class com.wrq.vhi.script.api.command.UpdateAttribute
Constructs a new UpdateAttribute command.
updateAttribute(String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the current entity's cached attribute data for the specified attribute.
UpdateAttributes - Class in com.wrq.vhi.script.api.command
A class that represents a VHI UpdateAttributes command.
UpdateAttributes() - Constructor for class com.wrq.vhi.script.api.command.UpdateAttributes
Constructs a new UpdateAttributes command.
updateAttributes(Collection) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the current entity's cached attribute data for the specified attributes.
updateAttributes() - Method in interface com.wrq.vhi.script.api.HostSession
Writes the current entity's cached attribute data for all attributes.
updateCurrentRecord(Map) - Method in interface com.wrq.vhi.script.api.HostSession
Updates the field values of the current record in the current recordset.
updateRecord(UpdateRecordEvent) - Method in class com.wrq.vhi.script.api.RecordSetEventHandler
Called to update the contents of the current record.
updateRecordByFilter(Map, String) - Method in interface com.wrq.vhi.script.api.HostSession
Finds a record in the current recordset using a filter expression and updates its field values.
updateRecordByIndex(Map, int) - Method in interface com.wrq.vhi.script.api.HostSession
Updates the field values of the record at the specified index.
UpdateRecordEvent - Interface in com.wrq.vhi.script.api
Update record event information.
updateRecords(Map, String) - Method in interface com.wrq.vhi.script.api.HostSession
Finds records in the current recordset using a filter expression and update their field values.
UpdateRecordSetField - Class in com.wrq.vhi.script.api.command
A class that represents a VHI UpdateRecordSetField command.
UpdateRecordSetField(String, String) - Constructor for class com.wrq.vhi.script.api.command.UpdateRecordSetField
Constructs a new UpdateRSField command.
updateRecordSetField(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the cached field data for the specified field in the recordset.
UpdateRecordSetFields - Class in com.wrq.vhi.script.api.command
A class that represents a VHI UpdateRecordSetFields command.
UpdateRecordSetFields(String) - Constructor for class com.wrq.vhi.script.api.command.UpdateRecordSetFields
Constructs a new UpdateRSFields command.
updateRecordSetFields(String, Collection) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the cached field data for the specified fields in the recordset.
updateRecordSetFields(String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the cached field data for all fields in the recordset.
useForSQL() - Method in class com.wrq.apptrieve.appconn.ProcedureMetaData
Discovers whether this procedure is used for SQL processing.
USER_GENERIC - Static variable in class com.wrq.apptrieve.agent.ErrorMessage
 

V

VT_0_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_5_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_9_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_ACK_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_BEL_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Break_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_BS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_BSP_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CAN_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Compose_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLA_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLB_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLBACKSLASH_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLC_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLCARET_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLD_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLE_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLF_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLG_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLH_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLJ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLK_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLL_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLM_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLN_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLO_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLP_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLQ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLRIGHTBRACKET_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLSPACE_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLT_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLU_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLUNDERBAR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLV_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLW_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLX_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLY_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CTRLZ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CursD_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CursL_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CursR_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_CursU_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_DC1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_DC2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_DC3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_DC4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Decimal_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Del_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Disconnect_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_DLE_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_EM_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_ENQ_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Enter_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_EOT_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Esc_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_ETB_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_ETX_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F10_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F11_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F12_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F13_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F14_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F15_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F16_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F17_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F18_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F19_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F20_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_F9_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_FF_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Find_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_FS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_GS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_HoldScreen_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_HoldScreenClear_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_HoldScreenSet_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Ins_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP0_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP5_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KP9_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KPComma_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KPDot_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_KPMinus_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_LF_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_NAK_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_NextPage_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_NextScr_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_NUL_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_PF1_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_PF2_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_PF3_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_PF4_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_PrevPage_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_PrevScr_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_PrtD_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Remove_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Retrn_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_RS_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_ScrollDown_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_ScrollUp_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Select_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_SendNull_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_SI_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_SO_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_SOH_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Stop_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_STX_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_SUB_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_SYN_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_Tab_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK10_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK11_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK12_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK13_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK14_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK15_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK16_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK17_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK18_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK19_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK20_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK6_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK7_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK8_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_UDK9_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_US_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_VT_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 
VT_XAb_Key - Static variable in interface com.wrq.apptrieve.appconn.AppConnAidKey
 

W

wait(int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits for the specified number of seconds.
WAIT_FOR_CURSOR_AUTOTAB - Static variable in interface com.wrq.vhi.script.api.HostSession
echoType which means to wait until the cursor reaches the next tabstop.
WAIT_FOR_CURSOR_MOVE - Static variable in interface com.wrq.vhi.script.api.HostSession
echoType which means to wait after writing only until the cursor moves.
WAIT_FOR_ECHO_BEHIND_CURSOR - Static variable in interface com.wrq.vhi.script.api.HostSession
echoType which means to wait until the data written appears behind the cursor.
WAIT_FOR_ECHO_SAME_NUMBER - Static variable in interface com.wrq.vhi.script.api.HostSession
echoType which means to wait for the same number of characters which were written are echoed.
WAIT_FOR_ECHO_TAB_OR_BEHIND_CURSOR - Static variable in interface com.wrq.vhi.script.api.HostSession
echoType which means to wait for the same data to be echoed or for the cursor to appear at the next tabstop.
waitForArrival(int) - Method in interface com.wrq.vhi.script.api.ExecuteOperationEvent
Waits for the arrival at one of the operation's primary or alternate destinations.
WaitForCommString - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCommString command.
WaitForCommString(String, int, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCommString
Constructs a new WaitForCommString command.
waitForCommString(String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the given string is received from the host.
waitForCommString(String, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the given string is received from the host a specific number of times.
WaitForCondition - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCondition command.
WaitForCondition(String, String, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCondition
Constructs a new WaitForCondition command.
waitForCondition(String, String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits for an expression to become true for the specified entity.
WaitForCursorAtAttribute - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCursorAtAttribute command.
WaitForCursorAtAttribute(String, String, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCursorAtAttribute
Constructs a new WaitForCursorAtAttr command.
waitForCursorAtAttribute(String, String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the cursor is positioned within an attribute.
WaitForCursorAtLocation - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCursorAtLocation command.
WaitForCursorAtLocation(int, int, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCursorAtLocation
Constructs a new WaitForCursorAtLocation command.
waitForCursorAtLocation(int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the cursor is at the specified location.
WaitForCursorAtRecordSetField - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCursorAtRecordSetField command.
WaitForCursorAtRecordSetField(String, String, String, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCursorAtRecordSetField
Constructs a new WaitForCursorAtRSField command.
waitForCursorAtRecordSetField(String, String, String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the cursor is positioned within a recordset field.
WaitForCursorAtTerminalField - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCursorAtTerminalField command.
WaitForCursorAtTerminalField(int, int, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCursorAtTerminalField
Constructs a new WaitForCursorAtTerminalField command.
waitForCursorAtTerminalField(int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the cursor is within the terminal field at the specified location.
WaitForCursorNotAtLocation - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCursorNotAtLocation command.
WaitForCursorNotAtLocation(int, int, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCursorNotAtLocation
Constructs a new WaitForCursorNotAtLocation command.
waitForCursorNotAtLocation(int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the cursor is not at the specified location.
WaitForCursorNotAtTerminalField - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForCursorNotAtTerminalField command.
WaitForCursorNotAtTerminalField(int, int, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForCursorNotAtTerminalField
Constructs a new WaitForCursorNotAtTerminal command.
waitForCursorNotAtTerminalField(int, int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the cursor is not within the terminal field at the specified location.
WaitForDisplayString - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForDisplayString command.
WaitForDisplayString(String, int, int, int, boolean) - Constructor for class com.wrq.vhi.script.api.command.WaitForDisplayString
Constructs a new WaitForDisplayString command
waitForDisplayString(String, int, int, boolean, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits for the presence of a string starting at a particular terminal screen row and column.
waitForEntities(List, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until one of the specified entities is recognized.
waitForEntity(String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until specified entity is recognized.
waitForHostData(int) - Method in interface com.wrq.vhi.script.api.HostSession
Processes any pending data received from the host.
WaitForHostSilence - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForHostSilence command.
WaitForHostSilence(int, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForHostSilence
Constructs a new WaitForHostSilence command.
waitForHostSilence(int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until data communication with the host is silent for the specified duration.
WaitForKeyboardEnabled - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForKeyboardEnabled command.
WaitForKeyboardEnabled(int, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForKeyboardEnabled
Constructs a new WaitForKeyboardEnabled command.
waitForKeyboardEnabled(int, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits for the keyboard to be enabled for the specified duration of time.
WaitForMultipleEvents - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForMultipleEvents command.
WaitForMultipleEvents(String, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForMultipleEvents
Constructs a new WaitForMultipleEvents command.
waitForMultipleEvents(String, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits until the specified sequence of event expressions are satisfied.
WaitForNewHostScreen - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForNewHostScreen command.
WaitForNewHostScreen(int) - Constructor for class com.wrq.vhi.script.api.command.WaitForNewHostScreen
Constructs a new WaitForNewHostScreen command.
waitForNewHostScreen(int) - Method in interface com.wrq.vhi.script.api.HostSession
Processes any pending data from the host.
WaitForUpdate - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitForUpdate command.
WaitForUpdate(int, int, int, int, int, boolean, int) - Constructor for class com.wrq.vhi.script.api.command.WaitForUpdate
Constructs a new WaitForUpdate command.
waitForUpdate(int, int, int, int, int, boolean, int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits for the host to update a specified region on the terminal screen.
WaitMS - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WaitMS command.
WaitMS(int) - Constructor for class com.wrq.vhi.script.api.command.WaitMS
Constructs a new WaitMS command.
waitMS(int) - Method in interface com.wrq.vhi.script.api.HostSession
Waits for the specified number of milliseconds.
writeAttribute(WriteAttributeEvent) - Method in class com.wrq.vhi.script.api.AttributeEventHandler
Called to write the attribute.
writeAttribute(String, String) - Method in interface com.wrq.vhi.script.api.WriteAttributesEvent
Writes the specified value to the specified attribute.
WriteAttributeEvent - Interface in com.wrq.vhi.script.api
Write attribute event information.
writeAttributes(WriteAttributesEvent) - Method in class com.wrq.vhi.script.api.EntityEventHandler
Called when when a client or procedure requests to write one or more attributes on the entity.
WriteAttributesEvent - Interface in com.wrq.vhi.script.api
Write attributes event information.
writeField(WriteFieldEvent) - Method in class com.wrq.vhi.script.api.FieldEventHandler
Called to write the field.
writeField(String, String) - Method in interface com.wrq.vhi.script.api.InsertRecordEvent
Writes the specified field to the current record on the screen.
writeField(String, String) - Method in interface com.wrq.vhi.script.api.UpdateRecordEvent
Writes the specified field to the current record on the screen.
WriteFieldEvent - Interface in com.wrq.vhi.script.api
Write field event information.
WriteToMappedAttribute - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WriteToMappedAttribute command.
WriteToMappedAttribute(String) - Constructor for class com.wrq.vhi.script.api.command.WriteToMappedAttribute
Constructs a new WriteToMappedAttr.
writeToMappedAttribute(String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes to an attribute from its mapped variable.
WriteVariableToAttribute - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WriteVariableToAttribute command.
WriteVariableToAttribute(String, String) - Constructor for class com.wrq.vhi.script.api.command.WriteVariableToAttribute
Constructs a new WriteVariableToAttribute command.
writeVariableToAttribute(String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the contents of a variable to an attribute.
WriteVariableToField - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WriteVariableToField command.
WriteVariableToField(String, String, String) - Constructor for class com.wrq.vhi.script.api.command.WriteVariableToField
Constructs a new WriteVarToField command.
writeVariableToField(String, String, String) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the contents of a variable to a field in the current record of a recordset defined on the current entity.
WriteVariableToLocation - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WriteVariableToLocation command.
WriteVariableToLocation(String, int, int, int, boolean, int) - Constructor for class com.wrq.vhi.script.api.command.WriteVariableToLocation
Constructs a new WriteVarToLocation command.
writeVariableToLocation(String, int, int, int, boolean, int) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the contents of a variable to the terminal at a specified location.
WriteVariableToTerminal - Class in com.wrq.vhi.script.api.command
A class that represents a VHI WriteVariableToTerminal command.
WriteVariableToTerminal(String, int, boolean, int) - Constructor for class com.wrq.vhi.script.api.command.WriteVariableToTerminal
Constructs a new WriteVarToTerminal command.
writeVariableToTerminal(String, int, boolean, int) - Method in interface com.wrq.vhi.script.api.HostSession
Writes the contents of a variable to the terminal at the current cursor position.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links