- EAN128 - Static variable in interface com.ebasetech.xi.api.controls.BarcodeControl
-
A constant to represent a EAN 128 barcode for use with setType() method.
- EAN13 - Static variable in interface com.ebasetech.xi.api.controls.BarcodeControl
-
A constant to represent a EAN 13 barcode for use with setType() method.
- EAN8 - Static variable in interface com.ebasetech.xi.api.controls.BarcodeControl
-
A constant to represent a EAN 8 barcode for use with setType() method.
- EbaseButtonControlProperties - Interface in com.ebasetech.xi.api.controls
-
The EbaseButtonControlProperties
interface represents common properties for all Ebase navigation buttons.
- EbaseSystem - Interface in com.ebasetech.xi.api
-
The EbaseSystem
interface provides access to a number of system services.
- EditorInputProperties - Interface in com.ebasetech.xi.api.controls
-
Editor Input Properties
- Element - Interface in com.ebasetech.xi.api
-
Element
is the base interface for all elements of a form.
- EmailResource - Interface in com.ebasetech.xi.api
-
The EmailResource
interface represents a single email message to be sent using one of the sendmail()
methods.
- encrypt(String, int, String) - Static method in class com.ebasetech.xi.services.EncryptionServices
-
- encrypt(String) - Static method in class com.ebasetech.xi.services.EncryptionServices
-
- encryptAES(String, String, int) - Static method in class com.ebasetech.xi.services.EncryptionServices
-
Returns a Base64 encoded Encrypted string represented by message
using the AES algorithm and a 128 bit key.
- encryptAES(String, String) - Static method in class com.ebasetech.xi.services.EncryptionServices
-
Returns a Base64 encoded Encrypted string represented by message
using the AES algorithm and a 128 bit key.
- encryptAES(String) - Static method in class com.ebasetech.xi.services.EncryptionServices
-
Returns a Base64 encoded Encrypted string represented by message
using the AES algorithm and a 128 bit key with default encryption parameters.
- EncryptionServices - Class in com.ebasetech.xi.services
-
Encryption and decryption services
- EncryptionServices() - Constructor for class com.ebasetech.xi.services.EncryptionServices
-
- EventContext - Interface in com.ebasetech.xi.api
-
Provides context information about an Ebase event.
- EventOwner - Interface in com.ebasetech.xi.api
-
The EventOwner
is the base interface for all event owners.
- exec() - Method in interface com.ebasetech.xi.api.StoredProcedureResource
-
Invokes the stored procedure or function specified by the Stored Procedure Resource.
- execute(String) - Method in interface com.ebasetech.xi.api.CustomResource
-
Invokes the execute(String) method on the Custom Resource passing command
as argument.
- execute(String, String) - Method in interface com.ebasetech.xi.api.CustomResource
-
Invokes the execute(String) method on the Custom Resource passing command
as argument.
- executeCustomFunction(String, Object[]) - Method in interface com.ebasetech.xi.api.EbaseSystem
-
Executes a custom function.
- executeGenericUpdateStatement(String, String) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Executes any kind SQL update statement - this can be UPDATE, INSERT, DELETE or a DDL statement CREATE, DROP, ALTER.
- executeSelectStatement(String, String, SelectStatementCallback) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Executes a SQL select statement and passes each returned row to the specified callback function.
- ExecutionDescriptor - Class in com.ebasetech.xi.api.workflow
-
This interface represents the activity configured for a workflow interactive task.
- ExecutionDescriptor(InteractiveTaskEnactment, IUFSServletContextProxy, String) - Constructor for class com.ebasetech.xi.api.workflow.ExecutionDescriptor
-
- existErrorMessages() - Method in interface com.ebasetech.xi.api.MessageContainer
-
Returns true
if undisplayed error messages exist for this element, otherwise returns false
.
- existInfoMessages() - Method in interface com.ebasetech.xi.api.MessageContainer
-
Returns true
if undisplayed info messages exist for this element, otherwise returns false
.
- existMessages() - Method in interface com.ebasetech.xi.api.MessageContainer
-
Returns true
if undisplayed info, warning or error messages exist for this element, otherwise returns false
.
- existsFile(String) - Static method in class com.ebasetech.xi.services.FileServices
-
Returns true if a file or directory with this path name exists.
- existWarningMessages() - Method in interface com.ebasetech.xi.api.MessageContainer
-
Returns true
if undisplayed warning messages exist for this element, otherwise returns false
.