Index
All Classes|All Packages
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.
- addAriaCustomAttribute(String, String) - Method in interface com.ebasetech.xi.api.controls.AriaControlProperties
-
Add an ARIA custom attribute with a specified name and value.
- addAriaCustomAttribute(String, String) - Method in interface com.ebasetech.xi.api.controls.FieldControlProperties
-
Add an ARIA custom attribute with a specified name and value.
- 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.
- addCookie(Cookie) - 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.
- addCustomAttribute(String) - Method in interface com.ebasetech.xi.api.controls.HtmlElementProperties
-
The control property can have attributes attached to them.
- addCustomAttribute(String, String) - Method in interface com.ebasetech.xi.api.controls.HtmlElementProperties
-
The control property can have attributes attached to them, these are typically a name/value pairs for example title='Please enter your username'.
- addErrorMessage(int) - Method in interface com.ebasetech.xi.api.MessageContainer
-
Deprecated.From V5.0 use
MessageContainer.addErrorMessageText(Text)
instead - addErrorMessage(int, String[]) - Method in interface com.ebasetech.xi.api.MessageContainer
-
Deprecated.From V5.0 use
MessageContainer.addErrorMessageText(Text, String[])
instead - addErrorMessage(int, String[], boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
-
Deprecated.From V5.0 use
MessageContainer.addErrorMessageText(Text, String[], boolean)
instead - 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.
- 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(int, String[]) - Method in interface com.ebasetech.xi.api.WebForm
-
Deprecated.From V5.0 use
WebForm.addFinalPageMessageText(Text, String[])
instead - 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.
- 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(int) - Method in interface com.ebasetech.xi.api.MessageContainer
-
Deprecated.From V5.0 use
MessageContainer.addWarningMessageText(Text)
instead - addWarningMessage(int, String[]) - Method in interface com.ebasetech.xi.api.MessageContainer
-
Deprecated.From V5.0 use
MessageContainer.addWarningMessageText(Text, String[])
instead - addWarningMessage(int, String[], boolean) - Method in interface com.ebasetech.xi.api.MessageContainer
-
Deprecated.From V5.0 use
MessageContainer.addWarningMessageText(Text, String[], boolean)
instead - 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.
- 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.
- AriaControlProperties - Interface in com.ebasetech.xi.api.controls
- AriaHTMLElementIDProperties - Interface in com.ebasetech.xi.api.controls
- ArticleControl - Interface in com.ebasetech.xi.api.controls
-
Article Control
- AsideControl - Interface in com.ebasetech.xi.api.controls
-
Aside Control
- 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) - 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.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.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) - 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.GatewayAuthentication
-
Decodes the JWE (JSON Web Encrypted) token and converts it into a JWT (JSON Web Token).
- 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.
All Classes|All Packages