- read() - Method in interface com.ebasetech.xi.api.MqResource
-
Reads a message from the MQSeries queue identified by the MQ resource and populates mapped form fields.
- read() - Method in interface com.ebasetech.xi.api.XmlResource
-
Issues a read request to the default adapter of the XML Resource.
- read(String) - Method in interface com.ebasetech.xi.api.XmlResource
-
Issues a read request to the adapter specified by adapterName
on the XML Resource.
- readBasicAuthenticationCredentials() - Method in interface com.ebasetech.xi.api.RESTfulService
-
- readFile(String) - Static method in class com.ebasetech.xi.services.FileServices
-
Returns a String value representing the contents of the file specified by file path.
- readFile(String, String) - Static method in class com.ebasetech.xi.services.FileServices
-
Returns a String value representing the contents of the file specified by file path decoded using the specified encoding.
- reexecute(WorkflowManagement.FallibleEnactmentDescriptor, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
-
Re-execute a previously failed node enactment.
- reexecute(String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
-
Re-execute a previously failed node enactment.
- refresh() - Method in interface com.ebasetech.xi.api.controls.Control
-
Refreshes this control in the user's browser when the page is next displayed.
- reinstateProcess(String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
-
- remove(String) - Method in interface com.ebasetech.xi.api.CustomList
-
Removes the list entry with a display value of displayValue
from the custom list.
- removeCssClass(String) - Method in interface com.ebasetech.xi.api.controls.Control
-
Removes one or more CSS classes from the control.
- removeFormSessionAttribute(String) - Method in interface com.ebasetech.xi.api.FormSession
-
Removes the form session attribute named by attributeName
.
- removeResponseHeader(String) - Method in interface com.ebasetech.xi.api.RESTfulService
-
- removeSharedObject(String) - Static method in class com.ebasetech.xi.services.ObjectServices
-
- removeSnapshot(String) - Method in interface com.ebasetech.xi.api.SnapshotManager
-
Removes the snapshot from the server store.
- removeWrapFactoryExcludedClass(String) - Method in interface com.ebasetech.xi.api.EbaseSystem
-
Removes the named class or interface from the list of excluded classes used as an exclusion list by the wrap factory for Java lists and maps.
- reOpenTaskAndGotoForm(String) - Method in interface com.ebasetech.xi.api.Workflow
-
Terminates execution of the current form, re-opens an interactive task and starts the Ebase form associated with the task.
- RepeatingStyleProperties - Interface in com.ebasetech.xi.api.controls
-
- RepeatingTableControl - Interface in com.ebasetech.xi.api.controls
-
A Repeater Control provides a flexible way of displaying data from a table.
- RepeatingTableListControl - Interface in com.ebasetech.xi.api.controls
-
- RepeatingTableListRowControl - Interface in com.ebasetech.xi.api.controls
-
- RepeatingTableRowControl - Interface in com.ebasetech.xi.api.controls
-
- replaceTable(Table) - Method in interface com.ebasetech.xi.api.Table
-
Removes all existing rows and copies rows from the table specified by fromTable
.
- requestFocus() - Method in interface com.ebasetech.xi.api.controls.Control
-
Sets the browser focus to the control.
- resetTable() - Method in interface com.ebasetech.xi.api.Table
-
- Resource - Interface in com.ebasetech.xi.api
-
The Resource
interface is the base interface for all external resources.
- Resources - Interface in com.ebasetech.xi.api
-
The Resources
interface acts as a parent object for all resources within the Business View associated with a form,
integration service or workflow process.
- RESTfulService - Interface in com.ebasetech.xi.api
-
- RESTfulWebService - Interface in com.ebasetech.xi.api
-
The RESTfulWebService
interface represents an RESTful Web Service.
- RestOptions - Class in com.ebasetech.xi.api
-
This class supplies options used to invoke Rest Web Services.
- RestOptions() - Constructor for class com.ebasetech.xi.api.RestOptions
-
- RestoreButtonControl - Interface in com.ebasetech.xi.api.controls
-
A Restore Button Control represents the restore button for the Save/Restore Feature.
- restoreSnapshot(String) - Method in interface com.ebasetech.xi.api.SnapshotManager
-
Restores the state of all forms to the specified snapshot.
- RestResource - Interface in com.ebasetech.xi.api
-
- RestResponse - Interface in com.ebasetech.xi.services
-
- RestServices - Class in com.ebasetech.xi.services
-
RestServices
provides static methods that provide methods to access REST services.
- RestServices() - Constructor for class com.ebasetech.xi.services.RestServices
-
- returnFromForm() - Method in interface com.ebasetech.xi.api.WebForm
-
Returns from a called form to the calling form.
- rollbackAndRestartTransaction() - Method in interface com.ebasetech.xi.api.TransactionManager
-
Rolls back the current transaction and starts a new transaction.
- ROYALMAIL - Static variable in interface com.ebasetech.xi.api.controls.BarcodeControl
-
A constant to represent a Royal Mail barcode for use with setType() method.
- runBackgroundForm(String, Map<String, String>, String) - Static method in class com.ebasetech.xi.services.SchedulerServices
-
Runs the specified form immediately in background executing the before form and after form events.
- runForm(String, Map<String, String>, String, boolean) - Static method in class com.ebasetech.xi.services.SchedulerServices
-
- runFormInExecutor(String, Map<String, String>, String, Executor) - Static method in class com.ebasetech.xi.services.SchedulerServices
-
Run form using threads from the Executors.