Index
All Classes|All Packages
F
- fetch() - Method in interface com.ebasetech.xi.api.DatabaseResource
-
Builds and executes a select SQL statement and sets the value of mapped form fields with column values retrieved from the database.
- fetch() - Method in interface com.ebasetech.xi.api.XmlResourceBase
-
Transfers any non-tabular field data from the resource to mapped form fields.
- fetchTable() - Method in interface com.ebasetech.xi.api.Table
-
Loads data into the table from the external resource specified as the backing resource, and sets the first row as the current row (see
Table.getCurrentRow()
). - fetchTable(boolean) - Method in interface com.ebasetech.xi.api.Table
-
Loads data into the table from the external resource specified as the backing resource, and sets the first row as the current row (see
Table.getCurrentRow()
). - Field - Interface in com.ebasetech.xi.api
-
The
Field
interface is the base interface for a form field or workflow process attribute. - FieldColumnControl - Interface in com.ebasetech.xi.api.controls
-
Field Column Control
- FieldControl - Interface in com.ebasetech.xi.api.controls
-
Field Control
- FieldControlProperties - Interface in com.ebasetech.xi.api.controls
-
Field Control Properties.
- FieldHyperlinkProperties - Interface in com.ebasetech.xi.api.controls
-
Field Hyperlink Properties.
- FieldLayout - Interface in com.ebasetech.xi.api.controls
-
The Field Grid Layout provides specific functionality to display Field Controls in a grid structure where the label, editor and help portions of each Field Control are displayed in three separate table columns and are therefore vertically aligned.
- FieldLayoutCell - Interface in com.ebasetech.xi.api.controls
-
The
FieldLayoutCell
interface provides the ability to override properties from the parent control'sFieldLayout
; - FieldList - Interface in com.ebasetech.xi.api
- Fields - Interface in com.ebasetech.xi.api
-
The
Fields
interface acts as a parent object for all fields or process attributes within a form, an integration service or a workflow process. - FileItem - Interface in com.ebasetech.xi.api.controls
-
FileItem represents an uploaded File using the
FileUploadControl
. - FileItemIterator - Interface in com.ebasetech.xi.api
- FileServices - Class in com.ebasetech.xi.services
-
File services File path parameters can be either absolute or relative.
- FileServices() - Constructor for class com.ebasetech.xi.services.FileServices
- FileUploadControl - Interface in com.ebasetech.xi.api.controls
-
The FileUploadControl control provides functionality to select local files and upload them.
- FileUploadTextControl - Interface in com.ebasetech.xi.api.controls
-
File Upload Text Control displays the selected file(s) for the associated file upload control.
- findRow(TableColumn, Object) - Method in interface com.ebasetech.xi.api.Table
-
Returns the first row number with the specified column value, or -1 if no match is found.
- findRows(Map<String, Object>) - Method in interface com.ebasetech.xi.api.Table
-
Returns a row iterator object containing all rows that match the search criteria specified by
parms
. - FinishButtonControl - Interface in com.ebasetech.xi.api.controls
-
Finish Button Control is one of the supplied Ebase page navigation buttons.
- first() - Method in interface com.ebasetech.xi.api.TableRowIterator
-
Sets the table's current row to point to the first row.
- FlowLayout - Interface in com.ebasetech.xi.api.controls
-
A Flow Layout is similar to having no layout in that child controls are written horizontally across the page and will flow onto a new line when there is insufficient remaining width.
- FooterControl - Interface in com.ebasetech.xi.api.controls
-
Footer Control
- forceAssign(WorkflowManagement.InteractiveTaskEnactmentDescriptor, String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
-
Assign a particular actor to the denoted task enactment, forcing the assignment to be accepted, if the supplied actor exists, by the underlying assignment handler
- forceAssign(String, String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
-
Assign a particular actor to the denoted task enactment using a stringified identifier, forcing the assignment to be accepted, if the supplied actor exists, by the underlying assignment handler
- forceCompletion(WorkflowManagement.FallibleEnactmentDescriptor, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
-
Force the completion of a previously failed node enactment.
- forceCompletion(String, String, String) - Method in interface com.ebasetech.xi.api.workflow.WorkflowManagement
-
Force the completion of a previously failed node enactment.
- formatDate(long, String) - Static method in class com.ebasetech.xi.services.DateServices
- formatDate(Date, String) - Static method in class com.ebasetech.xi.services.DateServices
-
Formats a Date into a date/time string.
- FormHeaderProperties - Interface in com.ebasetech.xi.api.controls
-
Properties for the optional form header text.
- FormSession - Interface in com.ebasetech.xi.api
-
The
FormSession
interface represents a single browser window, usually a separate tab within the browser.
All Classes|All Packages