- WebForm - Interface in com.ebasetech.xi.api
- 
The WebForminterface represents an interactive web form, which is a form being executed by an online user.
 
- WebFormEventContext - Interface in com.ebasetech.xi.api
- 
The WebFormEventContextinterface provides context information about an Ebase event executed by an interactive form.
 
- WebFormEventOwner - Interface in com.ebasetech.xi.api
- 
The WebFormEventOwnerinterface represents an event owner for all interactive form events.
 
- WebFormField - Interface in com.ebasetech.xi.api
- 
The WebFormFieldinterface represents a form field in an interactive web form.
 
- WebFormFieldOrColumn - Interface in com.ebasetech.xi.api
- 
The  WebFormFieldOrColumn interface represents behaviour shared by both a  web form field
 and a  web table column including:
 
 list behaviour
 get/set methods for displayable texts
 access to display length properties
  
- WebFormTable - Interface in com.ebasetech.xi.api
- 
The WebFormTablerepresents a table in an interactive web form.
 
- WebFormTableColumn - Interface in com.ebasetech.xi.api
- 
The WebFormTableColumnrepresents a table column in an interactive web form.
 
- WebServiceResource - Interface in com.ebasetech.xi.api
- 
The WebServiceResourceinterface represents an Web Service Resource.
 
- Workflow - Interface in com.ebasetech.xi.api
- 
The Workflowinterface provides workflow related services to an interactive form, integration service or another workflow job.
 
- WorkflowJob - Interface in com.ebasetech.xi.api
- 
The WorkflowJobinterface represents a running workflow job.
 
- WorkflowManagement - Interface in com.ebasetech.xi.api.workflow
- 
This interface describes the facilities available to external applications using the Workflow Management
 System. 
- WorkflowManagement.DecisionEnactmentDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
An extension that incorporates the notion of a script 
- WorkflowManagement.EscalatorEnactmentDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
An extension that describes the enactment of an escalator 
- WorkflowManagement.FallibleEnactmentDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
This descriptor is used to represent descriptions of those enactments that implement the Fallible
 interface and therefore capable of failing at enactment time. 
- WorkflowManagement.InteractiveTaskEnactmentDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
Implementations of this interface provide the detailed information needed by the tasklist
 application. 
- WorkflowManagement.JobDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
Implementations of this interface provide information about a Job in the system 
- WorkflowManagement.PauseEnactmentDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
An extension that incorporates the notion of a script and an event id 
- WorkflowManagement.SystemTaskEnactmentDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
A descriptor used purely for System tasks 
- WorkflowManagement.TaskEnactmentDescriptor - Interface in com.ebasetech.xi.api.workflow
- 
An extension that incorporates the notion of an associated task 
- wrapCollection(Class) - Static method in class com.ebasetech.xi.services.ObjectServices
-  
- WrappedHttpSession - Interface in com.ebasetech.xi.api
-  
- write() - Method in interface com.ebasetech.xi.api.MqResource
- 
Constructs a message from mapped form field values and writes the message to the MQSeries queue identified by the MQ resource. 
- write(boolean) - Method in interface com.ebasetech.xi.api.MqResource
- 
Constructs a message from mapped form field values and writes the message to the MQSeries queue identified by the MQ resource. 
- write() - Method in interface com.ebasetech.xi.api.XmlResource
- 
Issues a write request to the default adapter of the XML Resource. 
- write(String) - Method in interface com.ebasetech.xi.api.XmlResource
- 
Issues a write request to the adapter specified by adapterNameon the XML Resource.
 
- writeFile(String, String) - Static method in class com.ebasetech.xi.services.FileServices
- 
Creates a new file if necessary with the specified file path and saves the file with the specified text. 
- writeFile(String, String, String) - Static method in class com.ebasetech.xi.services.FileServices
- 
Creates a new file if necessary with the specified file path and saves the file with the specified text decoded using the specified encoding.