Index
All Classes|All Packages
E
- 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
EbaseButtonControlPropertiesinterface represents common properties for all Ebase navigation buttons. - EbaseSystem - Interface in com.ebasetech.xi.api
 - 
The
EbaseSysteminterface 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
 - 
Elementis the base interface for all elements of a form. - EmailResource - Interface in com.ebasetech.xi.api
 - 
The
EmailResourceinterface represents a single email message to be sent using one of thesendmail()methods. - encrypt(String) - Static method in class com.ebasetech.xi.services.EncryptionServices
 - 
Deprecated.
 - encrypt(String, int, String) - Static method in class com.ebasetech.xi.services.EncryptionServices
 - 
Deprecated.from V5.3 use
EncryptionServices.encryptAES(String, String)instead - encryptAES(String) - Static method in class com.ebasetech.xi.services.EncryptionServices
 - 
Returns a Base64 encoded Encrypted string represented by
messageusing the AES algorithm and a 128 bit key with default encryption parameters. - encryptAES(String, String) - Static method in class com.ebasetech.xi.services.EncryptionServices
 - 
Returns a Base64 encoded Encrypted string represented by
messageusing the AES algorithm and a 128 bit key. - encryptAES(String, String, int) - Static method in class com.ebasetech.xi.services.EncryptionServices
 - 
Returns a Base64 encoded Encrypted string represented by
messageusing the AES algorithm and a 128 bit key. - EncryptionServices - Class in com.ebasetech.xi.services
 - 
Encryption and decryption services
 - EncryptionServices() - Constructor for class com.ebasetech.xi.services.EncryptionServices
 - Errors - Interface in com.ebasetech.xi.services
 - 
Errorsprovides methods to create service errors - EventContext - Interface in com.ebasetech.xi.api
 - 
Provides context information about an Ebase event.
 - EventOwner - Interface in com.ebasetech.xi.api
 - 
The
EventOwneris 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
commandas argument. - execute(String, String) - Method in interface com.ebasetech.xi.api.CustomResource
 - 
Invokes the execute(String) method on the Custom Resource passing
commandas 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
trueif undisplayed error messages exist for this element, otherwise returnsfalse. - existInfoMessages() - Method in interface com.ebasetech.xi.api.MessageContainer
 - 
Returns
trueif undisplayed info messages exist for this element, otherwise returnsfalse. - existMessages() - Method in interface com.ebasetech.xi.api.MessageContainer
 - 
Returns
trueif undisplayed info, warning or error messages exist for this element, otherwise returnsfalse. - 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
trueif undisplayed warning messages exist for this element, otherwise returnsfalse. 
All Classes|All Packages
EncryptionServices.encryptAES(String)instead