- 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.
- 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.
- 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.