- fieldNames() - Method in class com.tietoenator.trip.jxp.data.TdbComponent
-
Retrieve a collection of field names from within the component.
- fields() - Method in class com.tietoenator.trip.jxp.data.TdbComponent
-
Retrieve a collection of fields from within the component.
- fields() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Retrieve the field collection, i.e. the set of field designs that comprise the
database design.
- fieldTypes() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Retrieve the list of available field types supported by the server
- files() - Method in class com.tietoenator.trip.jxp.session.TdbBackgroundTaskSink
-
Retrieve the list of file names (logfiles) associated with the sink event
- finalizeContainer() - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Finalize container training, whatever that means for the underlying subsystem.
- findPaths(int, String[], int, int, boolean) - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
-
Locate all paths associated with the current graph set that use vertices in
the specified start set as origins.
- follow(String, int) - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
-
Creates a subgraph by locating targets for the source vertices
in the current graph set such that they are related via a particular
edge (a.k.a. relation, link).
- formatDate(String) - Method in class com.tietoenator.trip.jxp.session.TdbDateform
-
Parses a string with a TRIP DATE value into a Java Date.
- formatDate(Date) - Method in class com.tietoenator.trip.jxp.session.TdbDateform
-
Formats a Java Date into a TRIP DATE string.
- formatTime(Date) - Method in class com.tietoenator.trip.jxp.session.TdbDateform
-
Formats a Java Date into a TRIP TIME string.
- formatTime(String) - Method in class com.tietoenator.trip.jxp.session.TdbDateform
-
Parses a string with a TRIP TIME value into a Java Date.
- formatTimestamp(String, String) - Method in class com.tietoenator.trip.jxp.session.TdbDateform
-
Parses a string with a TRIP DATE value and a string with a TRIP TIME
value into a single Java Date object.
- formatTimestamp(String) - Method in class com.tietoenator.trip.jxp.session.TdbDateform
-
Parses a string with a TRIP time stamp string (such as the lastUpdated
value for database designs available via TdbDatabaseDesign) into a
Java Date object.