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

A

A128CBC_HS256 - Static variable in interface com.ebasetech.xi.api.JWTBuilder
JWE algorithm name for A128CBC-HS256
A128GCM - Static variable in interface com.ebasetech.xi.api.JWTBuilder
JWE algorithm name for A128GCM
A192CBC_HS384 - Static variable in interface com.ebasetech.xi.api.JWTBuilder
JWE algorithm name for A192CBC-HS384
A192GCM - Static variable in interface com.ebasetech.xi.api.JWTBuilder
JWE algorithm name for A192GCM
A256CBC_HS512 - Static variable in interface com.ebasetech.xi.api.JWTBuilder
JWE algorithm name for A256CBC-HS512
A256GCM - Static variable in interface com.ebasetech.xi.api.JWTBuilder
JWE algorithm name for A256GCM
abort(String) - Method in interface com.ebasetech.xi.api.BaseForm
Aborts execution of the current form, integration service or workflow node and rolls back the current transaction.
accessMethods(String) - Static method in class com.ebasetech.xi.services.RestServices
Returns an array of available HTTP methods to a resource after a HTTP OPTIONS call.
accessMethods(String, Authentication) - Static method in class com.ebasetech.xi.services.RestServices
Returns an array of available HTTP methods to a resource after a HTTP OPTIONS call.
accessMethods(String, Authentication, RestOptions) - Static method in class com.ebasetech.xi.services.RestServices
Returns an array of available HTTP methods to a resource after a HTTP OPTIONS call.
activateProcess(String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
Deprecated.
From V5.0 this method takes no action and is treated as a no-op
add(String) - Method in interface com.ebasetech.xi.api.CustomList
Adds a list entry to the custom list.
add(String, String) - Method in interface com.ebasetech.xi.api.CustomList
Adds a list entry to the custom list.
addClaim(String, Object) - Method in interface com.ebasetech.xi.api.JWTBuilder
Add a new claim to the JWT.
addCookie(String, String, int) - Method in interface com.ebasetech.xi.api.Client
Adds a cookie to the response object.
addCssClass(String) - Method in interface com.ebasetech.xi.api.controls.Control
Adds one or more CSS classes to the list of classes applied to the control, retaining any existing classes.
addErrorMessage(String) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an error message that will be displayed to the user.
addErrorMessage(String, boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an error message that will be displayed to the user.
addErrorMessage(int, String[]) - Method in interface com.ebasetech.xi.api.MessageContainer
Deprecated.
addErrorMessage(int) - Method in interface com.ebasetech.xi.api.MessageContainer
Deprecated.
addErrorMessage(int, String[], boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
addErrorMessageText(Text) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an error message that will be displayed to the user, sourced from an existing text.
addErrorMessageText(Text, String[]) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an error message that will be displayed to the user, sourced from an existing text.
addErrorMessageText(Text, String[], boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an error message that will be displayed to the user, sourced from an existing text.
addFinalPageMessage(String) - Method in interface com.ebasetech.xi.api.WebForm
Adds a message that will be displayed to the user on the form's final page.
addFinalPageMessage(int, String[]) - Method in interface com.ebasetech.xi.api.WebForm
Deprecated.
addFinalPageMessageText(Text, String[]) - Method in interface com.ebasetech.xi.api.WebForm
Adds a message that will be displayed to the user on the form's final page.
addInfoMessage(String) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an information message that will be displayed to the user.
addInfoMessage(String, boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an information message that will be displayed to the user.
addInfoMessageText(Text) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an info message that will be displayed to the user, sourced from an existing text.
addInfoMessageText(Text, String[]) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an info message that will be displayed to the user, sourced from an existing text.
addInfoMessageText(Text, String[], boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds an info message that will be displayed to the user, sourced from an existing text.
AddRowButtonProperties - Interface in com.ebasetech.xi.api.controls
 
addWarningMessage(String) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds a warning message that will be displayed to the user Messages are removed automatically by the system once they have been displayed to the user.
addWarningMessage(String, boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds a warning message that will be displayed to the user.
addWarningMessage(int) - Method in interface com.ebasetech.xi.api.MessageContainer
Deprecated.
addWarningMessage(int, String[]) - Method in interface com.ebasetech.xi.api.MessageContainer
addWarningMessage(int, String[], boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
addWarningMessageText(Text) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds a warning message that will be displayed to the user, sourced from an existing text.
addWarningMessageText(Text, String[]) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds a warning message that will be displayed to the user, sourced from an existing text.
addWarningMessageText(Text, String[], boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
Adds a warning message that will be displayed to the user, sourced from an existing text.
addWrapFactoryExcludedClass(String) - Method in interface com.ebasetech.xi.api.EbaseSystem
Excludes the named class or interface from type conversion performed by the wrap factory for Java lists and maps.
appendToFile(String, String) - Static method in class com.ebasetech.xi.services.FileServices
Creates a new file if necessary with the specified file path and appends the specified text to the file.
appendToFile(String, String, String) - Static method in class com.ebasetech.xi.services.FileServices
Creates a new file if necessary with the specified file path and appends the specified text decoded using the specified encoding to the file.
assign(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, boolean, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
Assign a particular actor to the denoted task enactment
assign(String, String, boolean, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
Assign a particular actor to the denoted task enactment using a stringified identifier
Audit - Interface in com.ebasetech.xi.api.workflow
Interface defining the contents of an audit record, as returned by the WorkflowManager
authenticate(String, String) - Static method in class com.ebasetech.xi.services.LdapServices
Authenticates the supplied user/password combination against the Ldap Registry identified by properties in the XIldap.properties file file using simple authentication (user/password check).
authenticate(String, String, String, String, boolean) - Static method in class com.ebasetech.xi.services.LdapServices
Authenticates the supplied user/password combination against the Ldap Registry identified by properties in the XIldap.properties file file using simple authentication (user/password check).
authenticate(String, String) - Static method in class com.ebasetech.xi.services.LdapServices2
Authenticates the supplied user/password combination against the Ldap Registry identified by properties in the XIldap.properties file file using simple authentication (user/password check).
authenticate(String, String, String, String, boolean) - Static method in class com.ebasetech.xi.services.LdapServices2
Authenticates the supplied user/password combination against the Ldap Registry identified by properties in the XIldap.properties file file using simple authentication (user/password check).
Authentication - Interface in com.ebasetech.xi.services
An Authentication object represents the parameters for an authentication request.
authorize(String, String) - Method in interface com.ebasetech.xi.api.GatewayAuthentication
Decodes the JWE (JSON Web Encrypted) token and converts it into a JWT (JSON Web Token).
authorize(String) - Method in interface com.ebasetech.xi.api.OAuth
Authenticates the user with the application configured in the OAuth configurations on the Ebase server administration application.
authorize(String, String) - Method in interface com.ebasetech.xi.api.OAuth
Authenticates the user with the application configured in the OAuth configurations on the Ebase server administration application.
authorize(String, String, Map<String, Object>) - Method in interface com.ebasetech.xi.api.OAuth
Authenticates the user with the application configured in the OAuth configurations on the Ebase server administration application.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links