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

A

ACCESS_OUTSIDE_ROOT - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
acquireSem(String) - Method in class com.blueworld.lassopro.LassoCall
Acquires previously created semaphore
ACTION_ADD - Static variable in class com.blueworld.lassopro.LassoDSModule
Add new record to a database
ACTION_CLOSE - Static variable in class com.blueworld.lassopro.LassoDSModule
Close current database connection
ACTION_DB_NAMES - Static variable in class com.blueworld.lassopro.LassoDSModule
Return the names of all the datasources
ACTION_DELETE - Static variable in class com.blueworld.lassopro.LassoDSModule
Delete database record
ACTION_EXISTS - Static variable in class com.blueworld.lassopro.LassoDSModule
Does the specified datasource exist?
ACTION_INFO - Static variable in class com.blueworld.lassopro.LassoDSModule
Return the column info
ACTION_INIT - Static variable in class com.blueworld.lassopro.LassoDSModule
Datasource is being initialized
ACTION_RANDOM - Static variable in class com.blueworld.lassopro.LassoDSModule
Return random database record
ACTION_SCHEMA_NAMES - Static variable in class com.blueworld.lassopro.LassoDSModule
Return the names of the schemas in the specified datasource
ACTION_SEARCH - Static variable in class com.blueworld.lassopro.LassoDSModule
Perform search on a datasource using specified criteria
ACTION_SQL - Static variable in class com.blueworld.lassopro.LassoDSModule
Only needs to be supported by SQL-based databases
ACTION_TABLE_NAMES - Static variable in class com.blueworld.lassopro.LassoDSModule
Return the names of the tables in the specified datasource
ACTION_TERM - Static variable in class com.blueworld.lassopro.LassoDSModule
Datasource is being terminated
ACTION_TICKLE - Static variable in class com.blueworld.lassopro.LassoDSModule
Sent to the datasource when a -database and -table are specified, but no action (or a -nothing action).
ACTION_UPDATE - Static variable in class com.blueworld.lassopro.LassoDSModule
Update values in a database record
ActionKeyword - Static variable in class com.blueworld.lassopro.RequestParams
Type of HTTP request (GET, POST, etc.)
addColumnInfo(String, int, int, int) - Method in class com.blueworld.lassopro.LassoCall
Adds information about a particular column.
addDataSourceResult(String) - Method in class com.blueworld.lassopro.LassoCall
Adds a result value.
AddressKeyword - Static variable in class com.blueworld.lassopro.RequestParams
IP address of client browser
addResultHeader(String) - Method in class com.blueworld.lassopro.LassoCall
Simply appends the supplied data to the header.
addResultRow(byte[][]) - Method in class com.blueworld.lassopro.LassoCall
Another way to add the column binary data for the next result row.
addResultRow(String[]) - Method in class com.blueworld.lassopro.LassoCall
Adds all the column data for the next result row
arrayGetElement(LassoTypeRef, int, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method gets an array element from a previously created array instance.
arrayGetSize(LassoTypeRef, IntValue) - Method in class com.blueworld.lassopro.LassoCall
This method gets an array element from a previously created array instance.
arrayRemoveElement(LassoTypeRef, int) - Method in class com.blueworld.lassopro.LassoCall
This method removes an element from a previously created array instance.
arraySetElement(LassoTypeRef, int, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method sets an array element in a previously created array instance.
Assert - Static variable in class com.blueworld.lassopro.LassoErrors
failed assertion

B

BOF - Static variable in class com.blueworld.lassopro.LassoErrors
beginning of file reached
booleanValue() - Method in class com.blueworld.lassopro.IntValue
Returns the value of this object as boolean.
byteValue() - Method in class com.blueworld.lassopro.IntValue
Returns the value of this object as a byte.
byteValue() - Method in class com.blueworld.lassopro.FloatValue
Returns the value of this object as a byte.

C

childrenRun(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Same purpose and usage as the children_run LDML tag.
ClientIPAddress - Static variable in class com.blueworld.lassopro.RequestParams
IP address of client browser
com.blueworld.lassopro - package com.blueworld.lassopro
Provides a means for extending Lasso functionality in Java.
ContentLength - Static variable in class com.blueworld.lassopro.RequestParams
The length in bytes of the POST data sent from <form POST>
ContentType - Static variable in class com.blueworld.lassopro.RequestParams
MIME header sent from client browser
CookiesKeyword - Static variable in class com.blueworld.lassopro.RequestParams
Client cookie data
CouldNotCloseFile - Static variable in class com.blueworld.lassopro.LassoErrors
could not close the file
CouldNotCreateOrOpenFile - Static variable in class com.blueworld.lassopro.LassoErrors
could not create or open the file
CouldNotDeleteFile - Static variable in class com.blueworld.lassopro.LassoErrors
could not delete the file
CouldNotDisposeMemory - Static variable in class com.blueworld.lassopro.LassoErrors
error disposing an object
CouldNotReadFromFile - Static variable in class com.blueworld.lassopro.LassoErrors
unable to complete a read operation from the file
CouldNotWriteToFile - Static variable in class com.blueworld.lassopro.LassoErrors
unable to complete a write operation to the file
createSem(String) - Method in class com.blueworld.lassopro.LassoCall
Semaphores are a means by which access to shared resources can be control amongst several threads of execution.

D

data() - Method in class com.blueworld.lassopro.LassoValue
data field accessor
DatasourceError - Static variable in class com.blueworld.lassopro.LassoErrors
third-party generic datasource error
destroySem(String) - Method in class com.blueworld.lassopro.LassoCall
Destroys existing semaphore
DirectoryFull - Static variable in class com.blueworld.lassopro.LassoErrors
no more items allowed inthe directory
DiskFull - Static variable in class com.blueworld.lassopro.LassoErrors
no room left on disk
doubleValue() - Method in class com.blueworld.lassopro.IntValue
Sets the value of this object to a specified double.
doubleValue() - Method in class com.blueworld.lassopro.FloatValue
Returns the value of this FloatValue as a double.
DS_METHOD_PROTOTYPE(LassoCall, int, LassoValue) - Method in class com.blueworld.lassopro.LassoDSModule
A prototype for all datasource methods registered by registerDSModule.

E

ENCODE_BREAK - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
ENCODE_DEFAULT - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
ENCODE_NONE - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
ENCODE_RAW - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
ENCODE_SMART - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
ENCODE_STRICT_URL - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
ENCODE_URL - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
ENCODE_XML - Static variable in class com.blueworld.lassopro.LassoEncodings
Deprecated.  
EOF - Static variable in class com.blueworld.lassopro.LassoErrors
end of file reached
ERR_NOERR - Static variable in interface com.blueworld.lassopro.LassoJavaModule
On success, all methods must return this result code

F

FieldRestriction - Static variable in class com.blueworld.lassopro.LassoErrors
the specified action is restricted
File - Static variable in class com.blueworld.lassopro.LassoErrors
generic file error
FILE_COPY - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
FILE_CREATE - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
FILE_DELETE - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
FILE_INSPECT - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
FILE_MOVE - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
FILE_READ - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
FILE_WRITE - Static variable in class com.blueworld.lassopro.LassoSecureOperations
 
FileAlreadyExists - Static variable in class com.blueworld.lassopro.LassoErrors
trying to create a file that already exists
FileCorrupt - Static variable in class com.blueworld.lassopro.LassoErrors
file is corrupted
FileInvalid - Static variable in class com.blueworld.lassopro.LassoErrors
trying to work with an invalid file
FileInvalidAccessMode - Static variable in class com.blueworld.lassopro.LassoErrors
trying to access a file in a mode that it doesn't support
FileIsClosed - Static variable in class com.blueworld.lassopro.LassoErrors
file is closed
FileIsOpen - Static variable in class com.blueworld.lassopro.LassoErrors
file is open
FileLocked - Static variable in class com.blueworld.lassopro.LassoErrors
file is locked
FileNotFound - Static variable in class com.blueworld.lassopro.LassoErrors
file does not exist
FileUnlocked - Static variable in class com.blueworld.lassopro.LassoErrors
file is unlocked
findInputColumn(String, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets an individual input column by name.
findTagParam(String, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Finds and fetches a tag param by name.
findTagParam2(String, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This allows tag parameters to be acquired while preserving their types.
FLAG_ASYNC - Static variable in class com.blueworld.lassopro.LassoTagModule
Async tags run asynchronously in their own thread.
FLAG_CONTAINER - Static variable in class com.blueworld.lassopro.LassoTagModule
Container tags have opening and closing.
FLAG_DEST_CONSOLE - Static variable in class com.blueworld.lassopro.LassoLogging
Output information to the Lasso console
FLAG_DEST_DATABASE - Static variable in class com.blueworld.lassopro.LassoLogging
Store the information in the error logging table.
FLAG_DEST_FILE - Static variable in class com.blueworld.lassopro.LassoLogging
Output information to the log file
FLAG_INITIALIZER - Static variable in class com.blueworld.lassopro.LassoTagModule
Type initializer tags can have their own members.
FLAG_LOOPING - Static variable in class com.blueworld.lassopro.LassoTagModule
Looping tags keep track of the loop count
FLAG_SKIP_SECURITY_CHECK - Static variable in class com.blueworld.lassopro.LassoTagModule
CAUTION!
FLAG_SUBSTITUTION - Static variable in class com.blueworld.lassopro.LassoTagModule
Regular substitution tag.
FloatValue - class com.blueworld.lassopro.FloatValue.
Wrapper for a primitive type float or double.
floatValue() - Method in class com.blueworld.lassopro.IntValue
Sets the value of this object to a specified float.
floatValue() - Method in class com.blueworld.lassopro.FloatValue
Returns the value of this FloatValue as a float.
FloatValue() - Constructor for class com.blueworld.lassopro.FloatValue
 
FloatValue(double) - Constructor for class com.blueworld.lassopro.FloatValue
 
FloatValue(float) - Constructor for class com.blueworld.lassopro.FloatValue
 
formatBuffer(String, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Formats the supplied buffer and put the resulting data in the data member of the LassoValue.
FormattingLoopAborted - Static variable in class com.blueworld.lassopro.LassoErrors
a looping tag was aborted; all looping tags must catch this exception
FormattingSyntaxError - Static variable in class com.blueworld.lassopro.LassoErrors
bad syntax used in a format file; parsing of the file was aborted
FullRequestKeyword - Static variable in class com.blueworld.lassopro.RequestParams
All MIME headers, uninterpreted
fullyQualifyPath(String) - Method in class com.blueworld.lassopro.LassoCall
Converts a relative path into a from-the-server-root path.

G

getCookieValue(String, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Finds a cookie value
getDataHost(LassoValue, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Returns the host that maintains the current database.
getDataHost(LassoValue, LassoValue, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Returns the host that maintains the current database.
getDataSourceModuleName(LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Returns the name the datasource module originally registered under.
getDataSourceName(LassoValue, IntValue, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the currently specified database name.
getDSConnection() - Method in class com.blueworld.lassopro.LassoCall
Returns the current datasource connection, or null if no connection has been set yet.
getInputColumn(int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets an individual input column by index.
getInputColumnCount(IntValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the number of input columns for this database action.
getInternalPath(String) - Static method in class com.blueworld.lassopro.LassoCall
Converts a platform-specific pathname into an internal pathname
getLassoParam(int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Fetches an internal variable
getLogicalOp(IntValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the logical operator for this database action.
getMaxRows(IntValue) - Method in class com.blueworld.lassopro.LassoCall
The maximum number of rows in the found set to return.
getPlatformSpecificPath(String) - Static method in class com.blueworld.lassopro.LassoCall
Converts an internal pathname into a platform-specific pathname
getPrimaryKeyColumn(LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the name and the value of the currently specified primary key column.
getPrimaryKeyColumn2(int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the name and the value of the indexed primary key column.
getRequestParam(int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Fetches an internal variable
getResultHeader(LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Allows access to the result (HTTP) header
getReturnColumn(int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
gets an individual return column by index
getReturnColumnCount(IntValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the number of return columns for this action
getRowID(IntValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the currently specified record id (FileMaker-specific).
getSchemaName(LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the currently specified schema name.
getSkipRows(IntValue) - Method in class com.blueworld.lassopro.LassoCall
The number of rows that should be skipped in the found set.
getSortColumn(int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets an individual sort column by index.
getSortColumnCount(IntValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the number of sort columns for this database action.
getTableName(LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Gets the currently specified table name.
getTagEncoding(IntValue) - Method in class com.blueworld.lassopro.LassoCall
Deprecated.  
getTagName(LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Fetches the name of the tag that triggered this call, i.
getTagParam(int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Fetches the indicated parameter that was sent to the tag.
getTagParam2(int, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This allows tag parameters to be acquired while preserving their types.
getTagParamCount(IntValue) - Method in class com.blueworld.lassopro.LassoCall
Fetches the number of parameters that were passed to the tag
getTagSelf(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Used in LJAPI tags that are members of a custom type.
GetUseLocalFiles - Static variable in class com.blueworld.lassopro.RequestParams
 
getVariable(String, int, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Retrieves the specified variable value
getVariable2(String, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This allows variables to be acquired while preserving their types.
getVariableCount(String, IntValue) - Method in class com.blueworld.lassopro.LassoCall
Retrieves the number of variables with the specified name

H

handleExternalConversion(LassoTypeRef, String) - Method in class com.blueworld.lassopro.LassoCall
The basis of table-level automatic encoding and translation Converts a Lasso type INTO single-byte or binary data using the specific encoding name The default for all database, column, table names should be "iso8859-1"
handleInternalConversion(byte[], String, int, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Converts a single-byte or binary representation of a Lasso type BACK INTO an instance of that type.
HTTPFileNotFound - Static variable in class com.blueworld.lassopro.LassoErrors
the file was not found

I

includeRaw(String, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Works just like the include tag
IndexFile - Static variable in class com.blueworld.lassopro.RequestParams
 
IntToFourCharString(int) - Static method in class com.blueworld.lassopro.IntValue
Casts the value of the specified int to a four-character String.
IntValue - class com.blueworld.lassopro.IntValue.
Wrapper for a primitive type int or long.
intValue() - Method in class com.blueworld.lassopro.IntValue
Returns the value of this object as an int.
intValue() - Method in class com.blueworld.lassopro.FloatValue
Returns the value of this object as an int.
IntValue() - Constructor for class com.blueworld.lassopro.IntValue
 
IntValue(int) - Constructor for class com.blueworld.lassopro.IntValue
 
IntValue(long) - Constructor for class com.blueworld.lassopro.IntValue
 
InvalidDatabase - Static variable in class com.blueworld.lassopro.LassoErrors
the database name supplied is not valid
InvalidFilename - Static variable in class com.blueworld.lassopro.LassoErrors
filename is invalid
InvalidMemoryObject - Static variable in class com.blueworld.lassopro.LassoErrors
invalid memory object
InvalidParameter - Static variable in class com.blueworld.lassopro.LassoErrors
an invalid parameter was passed to a function
InvalidPassword - Static variable in class com.blueworld.lassopro.LassoErrors
the password supplied for the action is not valid
InvalidPathname - Static variable in class com.blueworld.lassopro.LassoErrors
pathname is invalid
InvalidUsername - Static variable in class com.blueworld.lassopro.LassoErrors
the username supplied for the action is not valid
IOError - Static variable in class com.blueworld.lassopro.LassoErrors
I/O error
isAdministrator() - Method in class com.blueworld.lassopro.LassoCall
Returns ERR_NOERR is the current user has administrator priveleges.
isLassoLite() - Method in class com.blueworld.lassopro.LassoCall
Returns ERR_NOERR if Lasso edition is LassoLite
isNull() - Method in class com.blueworld.lassopro.LassoTypeRef
returns true if this object does not refer to a valid type instance.
isValid() - Method in class com.blueworld.lassopro.LassoCall
Returns true if a native object instance this LassoCall refers to has not been destroyed yet.

L

LASSO_ARRAY - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_BOOLEAN - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_DATE - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_DECIMAL - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_INTEGER - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_MAP - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_NULL - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_PAIR - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_STRING - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LASSO_TAG - Static variable in class com.blueworld.lassopro.LassoTypeRef
 
LassoCall - class com.blueworld.lassopro.LassoCall.
The core of the Lasso Java API v7.0.
LassoDSModule - class com.blueworld.lassopro.LassoDSModule.
Base class for any datasource module.
LassoDSModule() - Constructor for class com.blueworld.lassopro.LassoDSModule
 
LassoEncodings - class com.blueworld.lassopro.LassoEncodings.
Deprecated.  
LassoEncodings() - Constructor for class com.blueworld.lassopro.LassoEncodings
Deprecated.  
LassoErrors - class com.blueworld.lassopro.LassoErrors.
Constants for the various error codes which can be returned by your module.
LassoErrorsFilePath - Static variable in class com.blueworld.lassopro.LassoParams
relative path to errors log file
LassoJavaModule - interface com.blueworld.lassopro.LassoJavaModule.
This is the base interface for any LassoJavaModule Upon Lasso startup, registerLassoModule method is called for every Java module located inside the LassoModules folder.
LassoLogging - class com.blueworld.lassopro.LassoLogging.
Used for outputting messages to the console, file or database.
LassoOperators - class com.blueworld.lassopro.LassoOperators.
Operator constants used throughout LJAPI
LassoParams - class com.blueworld.lassopro.LassoParams.
These constants signify the different parameters which can be retrieved from the LassoCall.getLassoParam method.
LassoSecureOperations - class com.blueworld.lassopro.LassoSecureOperations.
These values correspond to various secure operations that require proper permissions.
LassoTagModule - class com.blueworld.lassopro.LassoTagModule.
Base class for any tag module.
LassoTagModule() - Constructor for class com.blueworld.lassopro.LassoTagModule
 
LassoTypeRef - class com.blueworld.lassopro.LassoTypeRef.
Used for creating and manipulating custom Lasso types.
LassoTypeRef() - Constructor for class com.blueworld.lassopro.LassoTypeRef
 
LassoValue - class com.blueworld.lassopro.LassoValue.
Used for passing to, and returning values from LassoCall methods.
LassoValue() - Constructor for class com.blueworld.lassopro.LassoValue
 
LassoValue(int) - Constructor for class com.blueworld.lassopro.LassoValue
 
LassoValue(String) - Constructor for class com.blueworld.lassopro.LassoValue
 
LassoValue(String, String) - Constructor for class com.blueworld.lassopro.LassoValue
 
LassoValue(String, String, int) - Constructor for class com.blueworld.lassopro.LassoValue
Creates new LassoValue instance
LOG_LEVEL_CRITICAL - Static variable in class com.blueworld.lassopro.LassoLogging
Used for logging critical errors
LOG_LEVEL_DETAIL - Static variable in class com.blueworld.lassopro.LassoLogging
Used for logging non-error and status messages
LOG_LEVEL_WARNING - Static variable in class com.blueworld.lassopro.LassoLogging
Used for logging warnings and non-critical errors
log(int, String) - Static method in class com.blueworld.lassopro.LassoCall
Log a message.
longValue() - Method in class com.blueworld.lassopro.IntValue
Returns the value of this object as a long.
longValue() - Method in class com.blueworld.lassopro.FloatValue
Returns the value of this object as a long.

M

mapFindElement(LassoTypeRef, LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method finds an element in a previously created map instance.
mapGetElement(LassoTypeRef, int, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method gets an element from a previously created map instance using the element index.
mapGetSize(LassoTypeRef, IntValue) - Method in class com.blueworld.lassopro.LassoCall
This function gets the size of a previously created map instance.
mapRemoveElement(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method removes an element from a previously created map instance.
mapSetElement(LassoTypeRef, LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This function sets an element in a previously created map instance.
Memory - Static variable in class com.blueworld.lassopro.LassoErrors
generic memory error
MethodKeyword - Static variable in class com.blueworld.lassopro.RequestParams
GET or POST, depending on <form method>
ModulesFolderPath - Static variable in class com.blueworld.lassopro.LassoParams
path to LassoModules folder

N

name() - Method in class com.blueworld.lassopro.LassoValue
name field accessor
Network - Static variable in class com.blueworld.lassopro.LassoErrors
unknown networking error
NilPointer - Static variable in class com.blueworld.lassopro.LassoErrors
a pointer was nil when it shouldn't have been
NO_ERR - Static variable in class com.blueworld.lassopro.LassoErrors
success result code
NoPermission - Static variable in class com.blueworld.lassopro.LassoErrors
general permissions error

O

OP_AND - Static variable in class com.blueworld.lassopro.LassoOperators
Logical operator AND
OP_ANY - Static variable in class com.blueworld.lassopro.LassoOperators
Specified by -Random database action
OP_BEGINS_WITH - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator BW
OP_CONTAINS - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator CN
OP_DEFAULT - Static variable in class com.blueworld.lassopro.LassoOperators
Same as OP_BEGINS_WITH
OP_ENDS_WITH - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator EW
OP_EQUALS - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator EQ
OP_GREATER_THAN - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator GT
OP_GREATER_THAN_EQUALS - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator GTE
OP_IN_FULL_TEXT - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator FT
OP_IN_LIST - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator IN
OP_IN_REGEXP - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator RX
OP_LESS_THAN - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator LT
OP_LESS_THAN_EQUALS - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator LTE
OP_NO - Static variable in class com.blueworld.lassopro.LassoOperators
Same as OP_NOT
OP_NOT - Static variable in class com.blueworld.lassopro.LassoOperators
Logical operator NOT
OP_NOT_BEGINS_WITH - Static variable in class com.blueworld.lassopro.LassoOperators
 
OP_NOT_CONTAINS - Static variable in class com.blueworld.lassopro.LassoOperators
 
OP_NOT_ENDS_WITH - Static variable in class com.blueworld.lassopro.LassoOperators
 
OP_NOT_EQUALS - Static variable in class com.blueworld.lassopro.LassoOperators
Same as OP_NOT
OP_NOT_IN_LIST - Static variable in class com.blueworld.lassopro.LassoOperators
 
OP_NOT_IN_REGEXP - Static variable in class com.blueworld.lassopro.LassoOperators
Field search operator NRX
OP_OR - Static variable in class com.blueworld.lassopro.LassoOperators
Logical operator OR
operationAllowed(int, String) - Method in class com.blueworld.lassopro.LassoCall
Returns ERR_NOERR is the given operation is permitted by Lasso security.
OutOfMemory - Static variable in class com.blueworld.lassopro.LassoErrors
not enough memory
OutOfStackSpace - Static variable in class com.blueworld.lassopro.LassoErrors
stack overflow error
outputTagBytes(byte[]) - Method in class com.blueworld.lassopro.LassoCall
Alias for outputTagData
outputTagData(byte[]) - Method in class com.blueworld.lassopro.LassoCall
Output some data onto the page.
outputTagData(String) - Method in class com.blueworld.lassopro.LassoCall
Output some data onto the page.
Overflow - Static variable in class com.blueworld.lassopro.LassoErrors
some memory passed to a function was too small to hold the results

P

pairGetFirst(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method gets the first element from a previously created pair instance.
pairGetSecond(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method gets the second element from a previously created pair instance.
pairSetFirst(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method sets the first element in a previously created pair instance.
pairSetSecond(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method sets the second element in a previously created pair instance.
PasswordKeyword - Static variable in class com.blueworld.lassopro.RequestParams
Password sent from browser
PostKeyword - Static variable in class com.blueworld.lassopro.RequestParams
HTTP object body (form data, etc.)
PROTECTION_NONE - Static variable in class com.blueworld.lassopro.LassoDSModule
This column's values can be updated
PROTECTION_READ_ONLY - Static variable in class com.blueworld.lassopro.LassoDSModule
This column's value is read-only

R

ReferrerKeyword - Static variable in class com.blueworld.lassopro.RequestParams
URL of referring page
registerConstant(String, LassoTypeRef) - Static method in class com.blueworld.lassopro.LassoCall
Define named constant
registerDSModule(String, String, int, String, String) - Method in class com.blueworld.lassopro.LassoDSModule
Registers this datasource with Lasso Professional 7.
registerLassoModule() - Method in interface com.blueworld.lassopro.LassoJavaModule
Called by Lasso when registering substitution tag or data source modules.
registerTagModule(String, String, String, int, String) - Method in class com.blueworld.lassopro.LassoTagModule
Use this method to register substitution tags implemented by your module.
releaseSem(String) - Method in class com.blueworld.lassopro.LassoCall
Releases previously aquired semaphore
removeVariable(String, int) - Method in class com.blueworld.lassopro.LassoCall
Removes the specified variable
RequestParams - class com.blueworld.lassopro.RequestParams.
These constants signify the different parameters which can be retrieved from the LassoCall.getRequestParam method.
ResNotFound - Static variable in class com.blueworld.lassopro.LassoErrors
resource not found
resolvePath(String) - Method in class com.blueworld.lassopro.LassoCall
Converts a from-the-root path into a full internal path
Resource - Static variable in class com.blueworld.lassopro.LassoErrors
generic resource error
returnTagValue(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This allows LJAPI tags to return sophisticated data types.
runRequest(String, String, int, int) - Static method in class com.blueworld.lassopro.LassoCall
Creates and runs a new LJAPI call on the given Java module method.

S

ScriptName - Static variable in class com.blueworld.lassopro.RequestParams
Relative path from server root to this Lasso format file
ScriptsRoot - Static variable in class com.blueworld.lassopro.LassoParams
relative path to scripts root
ScriptsSiteRoot - Static variable in class com.blueworld.lassopro.LassoParams
relative path to site scripts root (most likely includes ScriptsRoot)
SearchArgKeyword - Static variable in class com.blueworld.lassopro.RequestParams
All text in URL after the question mark
ServerName - Static variable in class com.blueworld.lassopro.RequestParams
IP address of server on which the Web server is running
ServerPort - Static variable in class com.blueworld.lassopro.RequestParams
IP port this hit came to (80 is common, 443 for SSL)
SessionErrorFile - Static variable in class com.blueworld.lassopro.RequestParams
 
SessionLogFile - Static variable in class com.blueworld.lassopro.RequestParams
 
SessionNoAccessFile - Static variable in class com.blueworld.lassopro.RequestParams
 
SessionRootPath - Static variable in class com.blueworld.lassopro.RequestParams
 
SessionSiteName - Static variable in class com.blueworld.lassopro.RequestParams
 
setByte(byte) - Method in class com.blueworld.lassopro.IntValue
Sets the value of this object to a specified byte.
setData(String) - Method in class com.blueworld.lassopro.LassoValue
 
setDestination(int, int) - Static method in class com.blueworld.lassopro.LassoLogging
Changes the system-wide log destination preference
setDouble(double) - Method in class com.blueworld.lassopro.FloatValue
 
setDSConnection(Object) - Method in class com.blueworld.lassopro.LassoCall
Called to set the current connection for the datasource May recurse to deliver the ACTION_CLOSE message if there is already a valid db connection.
setDSDefaultCharset(String) - Method in class com.blueworld.lassopro.LassoCall
Called to set the default charset to be used for string encoding, such as "ISO-8859-1", etc.
setFloat(float) - Method in class com.blueworld.lassopro.FloatValue
 
setInt(int) - Method in class com.blueworld.lassopro.IntValue
Sets the value of this object to a specified int.
setLong(long) - Method in class com.blueworld.lassopro.IntValue
Sets the value of this object to a specified long.
setName(String) - Method in class com.blueworld.lassopro.LassoValue
 
setNumRowsFound(int) - Method in class com.blueworld.lassopro.LassoCall
Sets the number of rows found in the query.
setResultCode(int) - Method in class com.blueworld.lassopro.LassoCall
Sets the result code that can be displayed
setResultHeader(String) - Method in class com.blueworld.lassopro.LassoCall
Sets the result header.
setResultMessage(String) - Method in class com.blueworld.lassopro.LassoCall
Sets the result message that can be displayed
setRowID(int) - Method in class com.blueworld.lassopro.LassoCall
Sets the currently specified record id (FileMaker-specific).
setShort(short) - Method in class com.blueworld.lassopro.IntValue
Sets the value of this object to a specified short.
setType(int) - Method in class com.blueworld.lassopro.LassoValue
 
setVariable(String, String, int) - Method in class com.blueworld.lassopro.LassoCall
Sets the specified variable
setVariable2(String, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This allows variables to be set while preserving their types.
shortValue() - Method in class com.blueworld.lassopro.IntValue
Returns the value of this object as a short.
shortValue() - Method in class com.blueworld.lassopro.FloatValue
Returns the value of this object as a short.
SORT_ASCENDING - Static variable in class com.blueworld.lassopro.LassoDSModule
Sort records in ascending order (ASC)
SORT_CUSTOM - Static variable in class com.blueworld.lassopro.LassoDSModule
Use custom order for ordering this column's values
SORT_DESCENDING - Static variable in class com.blueworld.lassopro.LassoDSModule
Sort records in descending order (DESC)
StartupItemsFolderPath - Static variable in class com.blueworld.lassopro.LassoParams
relative path to LassoStartup folder
StorageHost - Static variable in class com.blueworld.lassopro.LassoParams
address of the Lasso MySQL host
storeGetData(String, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Fetches data that has been stored.
storeHasData(String, IntValue) - Method in class com.blueworld.lassopro.LassoCall
Returns ERR_NOERR if the data, specified by key, exists.
storePutData(String, byte[]) - Method in class com.blueworld.lassopro.LassoCall
Adds the data to Lasso's storage.
storePutData(String, String) - Method in class com.blueworld.lassopro.LassoCall
Adds the data to Lasso's storage.
StreamReadError - Static variable in class com.blueworld.lassopro.LassoErrors
could not write to stream
StreamWriteError - Static variable in class com.blueworld.lassopro.LassoErrors
could not read from stream
switchToUser(String, String) - Method in class com.blueworld.lassopro.LassoCall
Pass "anonymous" with no password to switch to lowest priveleges

T

TAG_METHOD_PROTOTYPE(LassoCall, int) - Method in class com.blueworld.lassopro.LassoTagModule
A prototype for all tag methods registered by registerTagModule.
tagGetExpectedParam(LassoTypeRef, int, LassoValue, IntValue) - Method in class com.blueworld.lassopro.LassoCall
Provides access to indexed tag parameter
tagGetExpectedParamCount(LassoTypeRef, IntValue) - Method in class com.blueworld.lassopro.LassoCall
Provides access to tag parameters as specified by the -required/-optional keywords.
tagGetReturnType(LassoTypeRef, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Provides access to tag parameters as specified by the -returntype keyword
tagParamIsDefined(String) - Method in class com.blueworld.lassopro.LassoCall
Returns ERR_NOERR if the parameter was defined, anything else means it wasn't.
tagSetReturnType(LassoTypeRef, String) - Method in class com.blueworld.lassopro.LassoCall
Provides access to tag parameters as specified by the -returntype keywords.
toDescType() - Method in class com.blueworld.lassopro.IntValue
Casts the value of this object to a four-character String.
toString() - Method in class com.blueworld.lassopro.IntValue
Converts the value of this object to a String.
toString() - Method in class com.blueworld.lassopro.FloatValue
Converts the object to a string.
toString() - Method in class com.blueworld.lassopro.LassoValue
 
toString() - Method in class com.blueworld.lassopro.LassoTypeRef
 
TYPE_ARRAY - Static variable in class com.blueworld.lassopro.LassoValue
array
TYPE_BLOB - Static variable in class com.blueworld.lassopro.LassoValue
binary data
TYPE_BOOLEAN - Static variable in class com.blueworld.lassopro.LassoValue
boolean
TYPE_CHAR - Static variable in class com.blueworld.lassopro.LassoValue
string
TYPE_CODE - Static variable in class com.blueworld.lassopro.LassoValue
substitution tag
TYPE_CUSTOM - Static variable in class com.blueworld.lassopro.LassoValue
custom type
TYPE_DATETIME - Static variable in class com.blueworld.lassopro.LassoValue
date
TYPE_DECIMAL - Static variable in class com.blueworld.lassopro.LassoValue
decimal
TYPE_INT - Static variable in class com.blueworld.lassopro.LassoValue
integer
TYPE_MAP - Static variable in class com.blueworld.lassopro.LassoValue
map
TYPE_NULL - Static variable in class com.blueworld.lassopro.LassoValue
null
TYPE_OBJECT - Static variable in class com.blueworld.lassopro.LassoValue
 
TYPE_PAIR - Static variable in class com.blueworld.lassopro.LassoValue
pair
TYPE_PICT - Static variable in class com.blueworld.lassopro.LassoValue
 
TYPE_REFERENCE - Static variable in class com.blueworld.lassopro.LassoValue
reference
type() - Method in class com.blueworld.lassopro.LassoValue
Original type of the data returned from one of the LassoCall methods before it was converted to string: TYPE_CHAR for strings, TYPE_INT for integers, and so on.
typeAddMember(LassoTypeRef, String, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This is used to add new members to type instances.
typeAlloc(String, LassoTypeRef[], LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
typeAlloc will attempt to allocate a new type instance.
typeAllocArray(LassoTypeRef, LassoTypeRef[]) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type array.
typeAllocBoolean(LassoTypeRef, boolean) - Method in class com.blueworld.lassopro.LassoCall
This function allows new instances of boolean data types to be allocated.
typeAllocCustom(LassoTypeRef, String) - Method in class com.blueworld.lassopro.LassoCall
This function is used within module methods that were registered as being a type initializer (FLAG_INITIALIZER).
typeAllocDecimal(LassoTypeRef, double) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type decimal.
typeAllocDecimal(LassoTypeRef, double, int) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type decimal with the given precision.
typeAllocFromProto(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Allocate a new type based on the given type.
typeAllocInteger(LassoTypeRef, long) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type integer.
typeAllocMap(LassoTypeRef, LassoTypeRef[]) - Method in class com.blueworld.lassopro.LassoCall
This method allows new instances of map data types to be allocated.
typeAllocMap(LassoTypeRef, LassoTypeRef[], LassoTypeRef[]) - Method in class com.blueworld.lassopro.LassoCall
Same as above, only in this case the map keys and values are passed in a separate parameters.
typeAllocNull(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type null.
typeAllocOneOff(String, String, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method allocates a new type with the given name.
typeAllocPair(LassoTypeRef, LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type pair.
typeAllocReference(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type reference.
typeAllocString(LassoTypeRef, byte[]) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type string.
typeAllocString(LassoTypeRef, String) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type string.
typeAllocStringConv(LassoTypeRef, String, String) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type string from a Java string using specified encoding.
typeAllocTag(LassoTypeRef, String, String) - Method in class com.blueworld.lassopro.LassoCall
Allocates new Lasso type tag of type tag.
typeAppendString(LassoTypeRef, String) - Method in class com.blueworld.lassopro.LassoCall
This function appends a string to an existing string instance.
typeAssign(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
typeAssign performs an assignment of one type to another.
typeDetach(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Prevents the type from being destroyed once the LJAPI call returns.
typeFree(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
typeFree will attempt to free a type created through typeAlloc (or any other method).
typeFreeCustomJavaObject(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Releases the Java object previously attached to a custom type.
typeGetBoolean(LassoTypeRef, IntValue) - Method in class com.blueworld.lassopro.LassoCall
This method gets the data from a previously created boolean instance.
typeGetBytes(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method returns the data of a type instance as an array of bytes.
typeGetCustomJavaObject(LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Retrieves the Java object previously attached to a custom type.
typeGetDecimal(LassoTypeRef, FloatValue) - Method in class com.blueworld.lassopro.LassoCall
This method gets the data from a previously created decimal instance.
typeGetInteger(LassoTypeRef, IntValue) - Method in class com.blueworld.lassopro.LassoCall
This method gets the data from a previously created integer instance.
typeGetMember(LassoTypeRef, String, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This function is used to retrieve a member from a type instance.
typeGetName(LassoTypeRef, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
Retrieves the name of the target type.
typeGetProperties(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This method has two uses.
typeGetString(LassoTypeRef, LassoValue) - Method in class com.blueworld.lassopro.LassoCall
This method gets the data from a previously created string instance.
typeInheritFrom(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Change the inheritence structure of a type.
typeIsA(LassoTypeRef, String) - Method in class com.blueworld.lassopro.LassoCall
Returns ERR_NOERR is the target is of the specified type.
typeRunTag(LassoTypeRef, String, LassoTypeRef[], LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Used to execute a given tag.
typeRunTag(LassoTypeRef, String, LassoTypeRef, LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
Convenience function.
typeSetBoolean(LassoTypeRef, boolean) - Method in class com.blueworld.lassopro.LassoCall
This method sets the value of a previously created boolean type instance.
typeSetBytes(LassoTypeRef, byte[]) - Method in class com.blueworld.lassopro.LassoCall
This method sets the data of a type instance.
typeSetCustomJavaObject(LassoTypeRef, Object) - Method in class com.blueworld.lassopro.LassoCall
typeSetCustomJavaObject permits attachment of Java objects to custom types.
typeSetDecimal(LassoTypeRef, double) - Method in class com.blueworld.lassopro.LassoCall
This method sets the value of a previously created decimal type instance.
typeSetDecimal(LassoTypeRef, double, int) - Method in class com.blueworld.lassopro.LassoCall
This method sets the value of a previously created decimal type instance using specified precision.
typeSetInteger(LassoTypeRef, long) - Method in class com.blueworld.lassopro.LassoCall
This method sets the value of a previously created integer type instance.
typeSetString(LassoTypeRef, String) - Method in class com.blueworld.lassopro.LassoCall
This method sets the value of a previously created string type instance.
typeStealValue(LassoTypeRef, LassoTypeRef) - Method in class com.blueworld.lassopro.LassoCall
This function transfers the data from one type to another type.

U

UnknownError - Static variable in class com.blueworld.lassopro.LassoErrors
default when none of the cross-platform errors seem to fit
UserAgentKeyword - Static variable in class com.blueworld.lassopro.RequestParams
Browser name and type
UserKeyword - Static variable in class com.blueworld.lassopro.RequestParams
Username sent from browser

V

VolumeDoesNotExist - Static variable in class com.blueworld.lassopro.LassoErrors
bad volume name

W

WebActionNotSupported - Static variable in class com.blueworld.lassopro.LassoErrors
action not supported
WebAddError - Static variable in class com.blueworld.lassopro.LassoErrors
add record error
WebConnectionInvalid - Static variable in class com.blueworld.lassopro.LassoErrors
the specified database was not found
WebDeleteError - Static variable in class com.blueworld.lassopro.LassoErrors
delete record error
WebModuleNotFound - Static variable in class com.blueworld.lassopro.LassoErrors
the module was not found
WebNoSuchObject - Static variable in class com.blueworld.lassopro.LassoErrors
no records found
WebRepeatingRelatedField - Static variable in class com.blueworld.lassopro.LassoErrors
adding repeating related fields isn't supported
WebRequiredFieldMissing - Static variable in class com.blueworld.lassopro.LassoErrors
value missing for required field for Add
WebTimeout - Static variable in class com.blueworld.lassopro.LassoErrors
operation timed out
WebUpdateError - Static variable in class com.blueworld.lassopro.LassoErrors
update record error

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