- target(int) - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
-
Create a subgraph with edges where target vertices can be found
in the specified (regular) search set.
- taskCompleted() - Method in class com.tietoenator.trip.jxp.session.TdbBackgroundTaskSink
-
This abstract method must be overridden in concrete instantiations of this
base class, and is called in the face of completion events from the server.
- TdbAccessRights - Enum in com.tietoenator.trip.jxp
-
Types of database access right.
- TdbActivityLogger - Interface in com.tietoenator.trip.jxp.logging
-
Basic interface for objects that log what's going on with a session
- TdbAseCall - Class in com.tietoenator.trip.jxp.data
-
Represents a call to an ASE routine when inserting or updating a record.
- TdbAseCall(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbAseCall
-
Create a new TdbAseCall object for an ASE call without an argument.
- TdbAseCall(String, String) - Constructor for class com.tietoenator.trip.jxp.data.TdbAseCall
-
Create a new TdbAseCall object for an ASE call with an argument.
- TdbBackgroundTaskSink - Class in com.tietoenator.trip.jxp.session
-
Define an object of this type to receive notification of the completion
background tasks (e.g.
- TdbCategory - Class in com.tietoenator.trip.jxp.classification
-
Container and manipulation logic for a single category from a classification scheme
- TdbCategory(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.classification.TdbCategory
-
Constructor, creates an instance for the category referenced by the provided Control object
- TdbCategory(TdbSession) - Constructor for class com.tietoenator.trip.jxp.classification.TdbCategory
-
Constructor, creates a blank instance
- TdbCclCommand - Class in com.tietoenator.trip.jxp.ccl
-
CCL command executor and post processor
- TdbCclCommand(TdbSession) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbCclCommand
-
Constructor, creates a blank instance ready for command execution
- TdbCclCommandType - Enum in com.tietoenator.trip.jxp.ccl
-
Enumeration of CCL command types
- TdbCharacterSet - Enum in com.tietoenator.trip.jxp
-
Enumeration of character sets supported by TRIP
- TdbClassificationFacet - Class in com.tietoenator.trip.jxp.facet
-
Facet class whose value set is TRIP's automatic classification
of records.
- TdbClassificationFacet(String) - Constructor for class com.tietoenator.trip.jxp.facet.TdbClassificationFacet
-
Create a facet whose value set is TRIP's automatic classification.
- TdbClassificationFacet(String, String) - Constructor for class com.tietoenator.trip.jxp.facet.TdbClassificationFacet
-
Create a facet whose value set is TRIP's automatic classification.
- TdbClassificationScheme - Class in com.tietoenator.trip.jxp.classification
-
Container and manipulation logic for a classification scheme container database
- TdbClassificationScheme(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Constructor, creates an object for the container referenced by the
provided TdbControlObject
- TdbClassificationScheme(TdbSession) - Constructor for class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Constructor, creates a blank container
- TdbClassificationSchemesList - Class in com.tietoenator.trip.jxp.control
-
Retrieve a list of classification scheme databases from a physical server
- TdbClassificationSchemesList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbClassificationSchemesList
-
Constructor, retrieve the list of available classification schemes
- TdbComponent - Class in com.tietoenator.trip.jxp.data
-
Container for a particular component of a record, i.e.
- TdbCompressionContext - Class in com.tietoenator.trip.jxp.database
-
This class provides contextual information for a database compression operation
via the Compress method on the TdbDatabaseDesign class.
- TdbCompressionContext() - Constructor for class com.tietoenator.trip.jxp.database.TdbCompressionContext
-
Constructor, create a new blank context.
- TdbConnectionPool - Class in com.tietoenator.trip.jxp.pool
-
Basic session pooling class, allowing multiple uses of the same session by
recycling sessions when the logout() method is called, rather than releasing
them.
- TdbConsoleLogger - Class in com.tietoenator.trip.jxp.logging
-
Logs session interaction to the console
- TdbConsoleLogger(boolean) - Constructor for class com.tietoenator.trip.jxp.logging.TdbConsoleLogger
-
Constructor
- TdbControlCacheManager - Class in com.tietoenator.trip.jxp.session
-
Manager class for locally cached CONTROL database objects such as
database designs.
- TdbControlObject - Class in com.tietoenator.trip.jxp
-
This class provides an encapsulation of data related to objects retrieved
from the CONTROL database via one of the TdbControlObjectList derivations.
- TdbControlObject() - Constructor for class com.tietoenator.trip.jxp.TdbControlObject
-
Constructor, creates a blank object
- TdbControlObjectList - Class in com.tietoenator.trip.jxp.control
-
Base class of all types of lists containing TdbControlObject elements.
- TdbControlObjectList(TdbSession, TdbInterfaceType) - Constructor for class com.tietoenator.trip.jxp.control.TdbControlObjectList
-
Constructor, should only be used by a derived class
- TdbControlObjectList(TdbControlObjectList) - Constructor for class com.tietoenator.trip.jxp.control.TdbControlObjectList
-
Copy constructor, used to derive a list from an existing list; doesn't copy
the last document reference
- TdbControlObjectProvider - Interface in com.tietoenator.trip.jxp
-
Basic interface implemented by all objects that contain Control object
references.
- TdbControlObjectType - Enum in com.tietoenator.trip.jxp
-
Control object type enumeration.
- TdbDatabaseAccess - Class in com.tietoenator.trip.jxp.database
-
Container and manipulation logic for database access rights to a particular
database, thesaurus or database cluster.
- TdbDatabaseAccess(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
-
Constructor, creates a blank container associated with a particular
database, thesaurus or cluster, as identified by the Control object
provided
- TdbDatabaseAccess(TdbSession, TdbControlObjectProvider) - Constructor for class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
-
Constructor, creates a blank container associated with a particular
database, thesaurus or cluster as identified by the object that provides
a Control reference.
- TdbDatabaseAccess(TdbSession) - Constructor for class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
-
Constructor, creates a blank container with no specific association
- TdbDatabaseAccessList - Class in com.tietoenator.trip.jxp.control
-
Retrieve a list of access rights for a specific database
- TdbDatabaseAccessList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseAccessList
-
Constructor, retrieves the access rights for the named database
- TdbDatabaseClusterDesign - Class in com.tietoenator.trip.jxp.database
-
Provides a container and manipulation logic for a database cluster
- TdbDatabaseClusterDesign(TdbSession) - Constructor for class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Constructor, creates a new blank container
- TdbDatabaseClusterDesign(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Constructor, creates a container for the cluster referenced by the
provided Control object
- TdbDatabaseDesign - Class in com.tietoenator.trip.jxp.database
-
Container and manipulation logic for a database design.
- TdbDatabaseDesign(TdbSession) - Constructor for class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Constructor, creates a new, blank container
- TdbDatabaseDesign(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Constructor, creates a container for the database referenced by the provided
Control object
- TdbDatabaseFieldList - Class in com.tietoenator.trip.jxp.control
-
Container and retrieval logic for a list of fields within a specific database
or thesaurus.
- TdbDatabaseFieldList(TdbSession, String, int, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseFieldList
-
Constructor, retrieves a list of fields from the named database of the specified type (if any)
- TdbDatabaseFieldList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseFieldList
-
Shortcut constructor that retrieves all fields from both head and part record structures
- TdbDatabaseFieldList(TdbSession, String, Vector, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseFieldList
-
Constructor, retrieves a list of fields from the named database of the specified types (if any)
- TdbDatabaseList - Class in com.tietoenator.trip.jxp.control
-
Represents a list of databases to which the calling process has some level
of access.
- TdbDatabaseList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseList
-
Request a list of all databases to which the calling process has at least
read access.
- TdbDatabaseList(TdbSession, TdbExtendedDatabaseType) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseList
-
Request a list of all databases of the stated type to which the calling process
has at least read access.
- TdbDatabaseList(TdbSession, TdbExtendedDatabaseType, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseList
-
Request a list of all databases of the stated type to which the calling process
has at least read access.
- TdbDatabaseList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseList
-
Request a control object for a single, specific database, thesauri
or cluster to which the calling process has at least read access.
- TdbDatabaseList(TdbSession, String, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbDatabaseList
-
Request a control object for a single, specific database, thesauri
or cluster to which the calling process has at least read access.
- TdbDataFormat - Enum in com.tietoenator.trip.jxp.data
-
Data formats available for retrieval when fetching one or more records
from the server.
- TdbDateField - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for the values within a DAte field
- TdbDateField(TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbDateField
-
Constructor, creates a blank instance based on a template
- TdbDateField(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbDateField
-
Constructor, creates a blank instance based on a field name
- TdbDateform - Class in com.tietoenator.trip.jxp.session
-
Date/time formatting and parsing for the current TRIP dateform.
- TdbDefaultFunction - Enum in com.tietoenator.trip.jxp.database
-
An enumeration of the possible function types that can be applied to
fields (of the appropriate type) to serve as default values
- TdbEntryForm - Class in com.tietoenator.trip.jxp.forms
-
Specialization of TdbFormat for TRIPclassic data entry forms
- TdbEntryForm(TdbSession) - Constructor for class com.tietoenator.trip.jxp.forms.TdbEntryForm
-
Constructor, creates a blank instance
- TdbEntryForm(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.forms.TdbEntryForm
-
Constructor, creates a format instance for the referenced Control object
- TdbEntryFormList - Class in com.tietoenator.trip.jxp.control
-
Generate list of entry forms attached to a database
- TdbEntryFormList(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.control.TdbEntryFormList
-
Constructor, retrieves entry forms from the database identified by
a Control object
- TdbEntryFormList(TdbSession, TdbDatabaseDesign) - Constructor for class com.tietoenator.trip.jxp.control.TdbEntryFormList
-
Constructor, retrieves entry forms from the database identified by
the database's design object
- TdbEntryFormList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbEntryFormList
-
Constructor, retrieves entry forms from a named database
- TdbEntryFormList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbEntryFormList
-
Constructor -- the resulting object contains no forms and must
be initialized using the get(String) method
- TdbErrorCheckPhase - Class in com.tietoenator.trip.jxp.database
-
Error check (database diagnosis) results are a Vector of error check phases.
- TdbErrorCheckSink - Class in com.tietoenator.trip.jxp.database
-
Sink class that collects errors / warnings from a database diagnosis
attempt.
- TdbErrorCheckSink() - Constructor for class com.tietoenator.trip.jxp.database.TdbErrorCheckSink
-
Constructor, creates a blank instance
- TdbException - Exception in com.tietoenator.trip.jxp
-
All exceptions thrown by this class library conform to this type.
- TdbException(int) - Constructor for exception com.tietoenator.trip.jxp.TdbException
-
Constructor
- TdbException(int, Throwable) - Constructor for exception com.tietoenator.trip.jxp.TdbException
-
Constructor
- TdbException(int, Throwable, String) - Constructor for exception com.tietoenator.trip.jxp.TdbException
-
Constructor
- TdbException(int, Throwable, String, String) - Constructor for exception com.tietoenator.trip.jxp.TdbException
-
Constructor
- TdbException(int, String) - Constructor for exception com.tietoenator.trip.jxp.TdbException
-
Constructor
- TdbException(String) - Constructor for exception com.tietoenator.trip.jxp.TdbException
-
Constructor
- TdbException(String, Throwable) - Constructor for exception com.tietoenator.trip.jxp.TdbException
-
Constructor
- TdbExtendedDatabaseType - Enum in com.tietoenator.trip.jxp
-
Extended database types enumeration
- TdbFacet - Class in com.tietoenator.trip.jxp.facet
-
Represents a facet for use in search and navigation.
- TdbFacetSet - Class in com.tietoenator.trip.jxp.facet
-
Supports retrieval of one or more facets based on a database, a cluster of
databases or a search set.
- TdbFacetSet(TdbSession) - Constructor for class com.tietoenator.trip.jxp.facet.TdbFacetSet
-
Create a new facet set
- TdbFacetSortOrder - Enum in com.tietoenator.trip.jxp.facet
-
Sort order for facets.
- TdbFacetValue - Class in com.tietoenator.trip.jxp.facet
-
Represents one of the values of a facet.
- TdbField - Class in com.tietoenator.trip.jxp.data
-
Base abstraction that all strongly-typed field classes extend.
- TdbFieldDesign - Class in com.tietoenator.trip.jxp.database
-
Container and logic relating to a specific field within a database design
- TdbFieldDesign() - Constructor for class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Constructor, creates a blank field design
- TdbFieldDesign(TdbFieldDesign) - Constructor for class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Copy constructor
- TdbFieldFetchOption - Enum in com.tietoenator.trip.jxp.data
-
Used with the TdbFieldTemplate class to indicate how to fetch
field values from the server.
- TdbFieldFetchType - Enum in com.tietoenator.trip.jxp.data
-
Used with the TdbFieldTemplate class to indicate how to fetch
TEXT field values from the server.
- TdbFieldGroupDesign - Class in com.tietoenator.trip.jxp.database
-
Container and logic relating to a specific field group within a database design
- TdbFieldGroupDesign() - Constructor for class com.tietoenator.trip.jxp.database.TdbFieldGroupDesign
-
Constructor, creates a blank field group design
- TdbFieldGroupDesign(TdbFieldGroupDesign) - Constructor for class com.tietoenator.trip.jxp.database.TdbFieldGroupDesign
-
Copy constructor, performs a deep copy from a provided source.
- TdbFieldGroupType - Enum in com.tietoenator.trip.jxp.database
-
An enumeration of the possible field group types.
- TdbFieldTemplate - Class in com.tietoenator.trip.jxp.data
-
Container for a specific field's template.
- TdbFieldTemplate(String, TdbFieldFetchType, int) - Constructor for class com.tietoenator.trip.jxp.data.TdbFieldTemplate
-
Constructor, create a fully specified template field.
- TdbFieldTemplate(String, boolean, boolean, int) - Constructor for class com.tietoenator.trip.jxp.data.TdbFieldTemplate
-
- TdbFieldTemplate(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbFieldTemplate
-
Constructor, create a simple template field
- TdbFieldTemplate(String, String) - Constructor for class com.tietoenator.trip.jxp.data.TdbFieldTemplate
-
Constructor, create a simple template field
- TdbFieldTermFacet - Class in com.tietoenator.trip.jxp.facet
-
A facet whose values are a subset of the terms of a TRIP database field.
- TdbFieldTermFacet(String) - Constructor for class com.tietoenator.trip.jxp.facet.TdbFieldTermFacet
-
Create a facet based on a field in the currently open database
or in a search set.
- TdbFieldTermFacet(String, String) - Constructor for class com.tietoenator.trip.jxp.facet.TdbFieldTermFacet
-
Create a facet based on a field in the currently open database
- TdbFieldType - Enum in com.tietoenator.trip.jxp
-
Enumeration of field types
- TdbFileLogger - Class in com.tietoenator.trip.jxp.logging
-
Logs session interaction to a named file
- TdbFileLogger(String, boolean) - Constructor for class com.tietoenator.trip.jxp.logging.TdbFileLogger
-
Constructor, attempts to open the named file
- TdbFileManagerList - Class in com.tietoenator.trip.jxp.control
-
Retrieve a list of file managers
- TdbFileManagerList(TdbSession, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbFileManagerList
-
Constructor, retrieve a list of file managers
- TdbFileManagerList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbFileManagerList
-
Constructor, retrieve a list of file managers
- TdbFormat - Class in com.tietoenator.trip.jxp.forms
-
This is an abstract base class for all types of forms exposed by the TRIP
server (output formats or reports, TRIPclassic data entry forms, and
TRIPclassic search forms).
- TdbFormatList - Class in com.tietoenator.trip.jxp.control
-
Abstract base class for lists of forms (search forms, entry forms, reports).
- TdbGraph - Class in com.tietoenator.trip.jxp.graph
-
The main interface to TRIP graph search and navigation features.
- TdbGraph(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.graph.TdbGraph
-
Opens a graph database or cluster of graph databases.
- TdbGraph(TdbSession, TdbDatabaseDesign) - Constructor for class com.tietoenator.trip.jxp.graph.TdbGraph
-
Opens a graph database.
- TdbGraphNotification - Class in com.tietoenator.trip.jxp.graph
-
Data provided with a graph analysis notification.
- TdbGraphNotification(TdbSession) - Constructor for class com.tietoenator.trip.jxp.graph.TdbGraphNotification
-
Constructor
- TdbGraphNotificationType - Enum in com.tietoenator.trip.jxp.graph
-
Graph analysis notification detail type.
- TdbGraphPath - Class in com.tietoenator.trip.jxp.graph
-
Represents a path through a graph.
- TdbGraphPathEdge - Class in com.tietoenator.trip.jxp.graph
-
Represents an edge (a.k.a.
- TdbGraphPathVertex - Class in com.tietoenator.trip.jxp.graph
-
Represents a vertex (node) in a path such as generated
by one of the path analysis functions in TdbGraphSet.
- TdbGraphQueryResult - Class in com.tietoenator.trip.jxp.graph
-
Represents the result of a query in the TRIP graph query language format.
- TdbGraphRecord - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for a record from a TRIP graph database.
- TdbGraphRecord(TdbSession) - Constructor for class com.tietoenator.trip.jxp.data.TdbGraphRecord
-
Constructor, creates a blank graph record container.
- TdbGraphRecord(TdbSession, TdbDatabaseDesign) - Constructor for class com.tietoenator.trip.jxp.data.TdbGraphRecord
-
Constructor, associates the graph record with the provided database design.
- TdbGraphRecord(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.data.TdbGraphRecord
-
Constructor, associates the record with the named graph database.
- TdbGraphRecordType - Enum in com.tietoenator.trip.jxp
-
Indicates the type of a graph record.
- TdbGraphSet - Class in com.tietoenator.trip.jxp.graph
-
Represents a graph database, a graph cluster or a subgraph based on a
graph query.
- TdbGridCluster - Class in com.tietoenator.trip.jxp.grid
-
Container and manipulation logic for a TRIPgrid cluster
- TdbGridCluster(TdbSession) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridCluster
-
Constructor, creates a blank container for a new cluster
- TdbGridCluster(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridCluster
-
Constructor, creates a container for referencing the defined cluster
- TdbGridClusterList - Class in com.tietoenator.trip.jxp.grid
-
Retrieves a list of clusters available on the grid
- TdbGridClusterList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridClusterList
-
Constructor, retrieve a list of clusters
- TdbGridClusterMember - Class in com.tietoenator.trip.jxp.grid
-
Container class for items within a TRIPgrid cluster.
- TdbGridClusterMember(String, String) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridClusterMember
-
Constructor, creates a physical member, i.e.
- TdbGridClusterMember(String) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridClusterMember
-
Constructor, creates a replica set member, i.e.
- TdbGridClusterMember(TdbGridClusterMember) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridClusterMember
-
Copy constructor
- TdbGridHost - Class in com.tietoenator.trip.jxp.grid
-
Container and manipulation logic for a host on the grid
- TdbGridHost(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridHost
-
Constructor, creates an instance for the named host
- TdbGridHost(TdbSession) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridHost
-
Constructor, creates a blank instance
- TdbGridHostList - Class in com.tietoenator.trip.jxp.grid
-
Retrieves a list of physical TRIP hosts that are taking part in the grid
- TdbGridHostList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridHostList
-
Constructor, retrieve a list of hosts that are publishing at least one database
to the grid
- TdbGridHostPublication - Class in com.tietoenator.trip.jxp.grid
-
Container for a particular publication from a host
- TdbGridHostPublication(String, String) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridHostPublication
-
Constructor, create a new publication container
- TdbGridHostPublication(TdbGridHostPublication) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridHostPublication
-
Copy constructor
- TdbGridRecord - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for a record from a grid cluster
- TdbGridRecord(TdbSession) - Constructor for class com.tietoenator.trip.jxp.data.TdbGridRecord
-
Constructor, creates a blank record container
- TdbGridRecordSet - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for a set of records from a TRIPgrid
- TdbGridRecordSet(TdbSession) - Constructor for class com.tietoenator.trip.jxp.data.TdbGridRecordSet
-
Constructor, creates a blank instance
- TdbGridReplicaSet - Class in com.tietoenator.trip.jxp.grid
-
TdbGridReplicaSet encapsulates a particular replica set on the grid, and provides
operations to manipulate that set.
- TdbGridReplicaSet(TdbSession) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
-
Constructor, creates a blank instance
- TdbGridReplicaSet(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
-
Constructor, creates an instance for the replica set referenced
- TdbGridReplicaSetList - Class in com.tietoenator.trip.jxp.grid
-
Retrieve a list of replica sets published from the grid
- TdbGridReplicaSetList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridReplicaSetList
-
Constructor, retrieves the list of replica sets on the grid
- TdbGridReplicaSetMember - Class in com.tietoenator.trip.jxp.grid
-
Container for a member of a TRIPgrid replica set, i.e.
- TdbGridReplicaSetMember(String, String) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridReplicaSetMember
-
Constructor, creates a new member
- TdbGridReplicaSetMember(TdbGridReplicaSetMember) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridReplicaSetMember
-
Copy constructor
- TdbGridSession - Class in com.tietoenator.trip.jxp.session
-
Constructs and provides access to a session via XML/HTTP to the TRIP grid web
service.
- TdbGridSession(String, int) - Constructor for class com.tietoenator.trip.jxp.session.TdbGridSession
-
Constructor
- TdbGridSysProps - Class in com.tietoenator.trip.jxp.grid
-
Collection of system properties managed on the grid.
- TdbGridSysProps(TdbSession) - Constructor for class com.tietoenator.trip.jxp.grid.TdbGridSysProps
-
Constructor, creates a blank properties collection
- TdbGroup - Class in com.tietoenator.trip.jxp.users
-
Manipulator class for TRIP user groups
- TdbGroup(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.users.TdbGroup
-
Constructor, creates a group instance associated with the group referenced by the provided object
- TdbGroup(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.users.TdbGroup
-
Constructor, creates a group instance associated with the named group
- TdbGroup(TdbSession) - Constructor for class com.tietoenator.trip.jxp.users.TdbGroup
-
Constructor, creates a blank instance
- TdbGroupAccessList - Class in com.tietoenator.trip.jxp.control
-
Retrieve the access rights for a user group
- TdbGroupAccessList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbGroupAccessList
-
Constructor -- retrieve the access rights for the named user group
- TdbGroupList - Class in com.tietoenator.trip.jxp.control
-
Container for a list of groups, either specific to a user or known to the
calling process
- TdbGroupList(TdbSession, String, boolean, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbGroupList
-
Constructor -- retrieve the list of groups from the server
- TdbGroupList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbGroupList
-
Constructor -- shortcut that retrieves all known group
- TdbGroupList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbGroupList
-
Constructor -- shortcut that retrieves groups to which the named user belongs
- TdbGroupList(TdbSession, String, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbGroupList
-
Constructor -- shortcut
- TdbGroupMemberList - Class in com.tietoenator.trip.jxp.control
-
Retrieve the list of members of a particular user group
- TdbGroupMemberList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbGroupMemberList
-
Constructor, retrieves the list of members of the named user group
- TdbHighlightRendition - Class in com.tietoenator.trip.jxp.data
-
Extends TdbRendition to provide requests for highlighted HTML renditions of
STring fields, or TRIPxml exports with hit markup.
- TdbHighlightRendition(String, String, TdbRenditionType) - Constructor for class com.tietoenator.trip.jxp.data.TdbHighlightRendition
-
Constructor, create a fully specified template field.
- TdbHighlightRendition(String, String, String, TdbRenditionType) - Constructor for class com.tietoenator.trip.jxp.data.TdbHighlightRendition
-
Constructor, create a fully specified template field.
- TdbHistoryDetail - Class in com.tietoenator.trip.jxp.ccl
-
Container for CCL search history elements
- TdbHistoryDetail() - Constructor for class com.tietoenator.trip.jxp.ccl.TdbHistoryDetail
-
Constructor, creates a blank instance
- TdbHitPoint - Class in com.tietoenator.trip.jxp.ccl
-
Container for hit points within kernel window buffers
- TdbHitPoint(int, int, int) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbHitPoint
-
Constructor
- TdbHostInterface - Interface in com.tietoenator.trip.jxp.session
-
Basic definition of what it means to be a host interface, i.e.
- TdbIntegerField - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for an INteger field
- TdbIntegerField(TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbIntegerField
-
Constructor, creates a blank instance based on a template
- TdbIntegerField(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbIntegerField
-
Constructor, creates a blank instance based on a field name
- TdbIntegrityRule - Class in com.tietoenator.trip.jxp.database
-
Container and logic related to referential integrity rules between two
databases, a master and a slave.
- TdbIntegrityRule() - Constructor for class com.tietoenator.trip.jxp.database.TdbIntegrityRule
-
Constructor, creates a blank rule
- TdbIntegrityRule(TdbIntegrityRule) - Constructor for class com.tietoenator.trip.jxp.database.TdbIntegrityRule
-
Copy constructor
- TdbIntegrityType - Enum in com.tietoenator.trip.jxp.database
-
An enumeration of the possible types of referential integrity rule
- TdbInterfaceType - Enum in com.tietoenator.trip.jxp.session
-
Interface containing the types of connection supported by this library
- TdbKernelWindow - Class in com.tietoenator.trip.jxp.ccl
-
Container and manipulation logic for kernel window buffers.
- TdbKernelWindow(TdbSession, TdbKernelWindowType, int, int) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Constructor, creates a new kernel window buffer on the server.
- TdbKernelWindow(TdbSession, TdbKernelWindowType) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Constructor, creates a new kernel window buffer on the server with dimensions 20x80
- TdbKernelWindow(TdbSession) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Constructor, doesn't create a server buffer
- TdbKernelWindowType - Enum in com.tietoenator.trip.jxp.ccl
-
Enumeration of available kernel window types
- TdbKvpFacet - Class in com.tietoenator.trip.jxp.facet
-
A facet based on a key/value pair (KVP) display order, using the
values from one field as facet names, tupled with another field that
contains the facet values.
- TdbKvpFacet(String, String, String) - Constructor for class com.tietoenator.trip.jxp.facet.TdbKvpFacet
-
Create a facet based on a key/value pair (KVP) display order, using
the values from one field as facet names, tupled with another field that
contains the facet values.
- TdbKvpFacet(String, String, String, String) - Constructor for class com.tietoenator.trip.jxp.facet.TdbKvpFacet
-
Create a facet based on a key/value pair (KVP) display order, using
the values from one field as facet names, tupled with another field that
contains the facet values.
- TdbLanguage - Enum in com.tietoenator.trip.jxp
-
Enumeration of available TRIP CCL dialects
- TdbLocalSession - Class in com.tietoenator.trip.jxp.session
-
A session type for direct local connections via JNI linkage.
- TdbLocalSession() - Constructor for class com.tietoenator.trip.jxp.session.TdbLocalSession
-
Constructor
- TdbLocations - Class in com.tietoenator.trip.jxp.database
-
Provides configuration entries that specify file locations.
- TdbLocations(TdbSession) - Constructor for class com.tietoenator.trip.jxp.database.TdbLocations
-
Creates a specialized view on the TRIP configuration that provides
file location definitions.
- TdbManagerList - Class in com.tietoenator.trip.jxp.control
-
Retrieve a list of managers of any type
- TdbManagerList(TdbSession, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbManagerList
-
Constructor, retrieve a list of managers of any type
- TdbManagerList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbManagerList
-
Constructor, retrieve a list of managers of any type
- TdbMessageProvider - Class in com.tietoenator.trip.jxp
-
Base class of anything that can feasibly create success or error messages
- TdbMessageProvidingList<E> - Class in com.tietoenator.trip.jxp
-
- TdbMessageProvidingList(TdbSession, TdbInterfaceType) - Constructor for class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Constructor, should only be used by a derived class
- TdbMessageProvidingList(TdbMessageProvidingList<E>) - Constructor for class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Copy constructor, used to derive a list from an existing list
- TdbNlpInfo - Class in com.tietoenator.trip.jxp.data
-
Container for natural language processing information.
- TdbNlpInfo.FieldMappingType - Enum in com.tietoenator.trip.jxp.data
-
Field name mapping mode for extracted meta-data.
- TdbNotificationSink - Class in com.tietoenator.trip.jxp.session
-
Provides a means for handling notification messages such as sent by
the comforter mechanism to be sunk through the client application.
- TdbNotificationSink(TdbSession) - Constructor for class com.tietoenator.trip.jxp.session.TdbNotificationSink
-
Constructor, creates a notification sink with default, no-op
handlers.
- TdbNotificationType - Enum in com.tietoenator.trip.jxp.session
-
Enumeration containing the notification types supported by this library.
- TdbNumberField - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for the values within a NUmber field
- TdbNumberField(TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbNumberField
-
Constructor, creates a blank instance based on a template
- TdbNumberField(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbNumberField
-
Constructor, creates a blank instance based on a field name
- TdbOutputFormat - Class in com.tietoenator.trip.jxp.forms
-
Specialization of TdbFormat for output formats / reports
- TdbOutputFormat(TdbSession) - Constructor for class com.tietoenator.trip.jxp.forms.TdbOutputFormat
-
Constructor, creates a blank instance
- TdbOutputFormat(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.forms.TdbOutputFormat
-
Constructor, creates an output format instance for the provided Control object reference
- TdbOutputFormatList - Class in com.tietoenator.trip.jxp.control
-
Generate list of report forms attached to a database
- TdbOutputFormatList(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.control.TdbOutputFormatList
-
Constructor, retrieves report forms from the database identified by
a Control object
- TdbOutputFormatList(TdbSession, TdbDatabaseDesign) - Constructor for class com.tietoenator.trip.jxp.control.TdbOutputFormatList
-
Constructor, retrieves report forms from the database identified by
the database's design object
- TdbOutputFormatList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbOutputFormatList
-
Constructor, retrieves report forms from a named database
- TdbOutputFormatList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbOutputFormatList
-
Constructor -- the resulting object contains no forms and must
be initialized using the get(String) method
- TdbOwnedDatabaseList - Class in com.tietoenator.trip.jxp.control
-
Container class for databases owned by the calling process
- TdbOwnedDatabaseList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbOwnedDatabaseList
-
Requests a list of databases owned by the calling process
- TdbOwnedDatabaseList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbOwnedDatabaseList
-
Requests a list of databases of a certain type owned by the calling process
- TdbPhraseField - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for the values within a PHrase field
- TdbPhraseField(TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbPhraseField
-
Constructor, creates a blank instance based on a template
- TdbPhraseField(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbPhraseField
-
Constructor, creates a blank instance based on a field name
- TdbPooledSession - Class in com.tietoenator.trip.jxp.pool
-
Contains a session within a session pool
- TdbPoolInitializer - Interface in com.tietoenator.trip.jxp.pool
-
Declares an interface for a pool initialization procedure.
- TdbProcedure - Class in com.tietoenator.trip.jxp.users
-
Container and manipulation logic for a stored procedure.
- TdbProcedure(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.users.TdbProcedure
-
Constructor, creates a container for the referenced stored procedure.
- TdbProcedure(TdbSession) - Constructor for class com.tietoenator.trip.jxp.users.TdbProcedure
-
Constructor, creates a blank instance.
- TdbProcedureList - Class in com.tietoenator.trip.jxp.control
-
Retrieve the list of procedures owned by a particular user or group
- TdbProcedureList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbProcedureList
-
Constructor, retrieves the list of procedures owned by a particular user or group
- TdbProduct - Enum in com.tietoenator.trip.jxp
-
Definition of products that are licensed, and the names of those products for use
with the appropriate methods on TdbSession
- TdbPublicAccessList - Class in com.tietoenator.trip.jxp.control
-
Retrieve the access rights for the PUBLIC group
- TdbPublicAccessList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbPublicAccessList
-
Constructor -- retrieve the access rights for the PUBLIC group
- TdbPublicMemberList - Class in com.tietoenator.trip.jxp.control
-
Retrieve the list of members of the PUBLIC group
- TdbPublicMemberList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbPublicMemberList
-
Constructor, retrieves the list of members of the special group
PUBLIC.
- TdbRecord - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for a particular record from a database
- TdbRecord(TdbSession) - Constructor for class com.tietoenator.trip.jxp.data.TdbRecord
-
Constructor, creates a blank record container
- TdbRecord(TdbSession, TdbDatabaseDesign, boolean) - Constructor for class com.tietoenator.trip.jxp.data.TdbRecord
-
Constructor, associates the new instance with the design provided.
- TdbRecord(TdbSession, String, boolean) - Constructor for class com.tietoenator.trip.jxp.data.TdbRecord
-
Constructor, associates the new instance with the named database or thesaurus
- TdbRecord(TdbSession, TdbControlObject, boolean) - Constructor for class com.tietoenator.trip.jxp.data.TdbRecord
-
Constructor, associates the new instance with the item referenced by
the provided Control object
- TdbRecordSet - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for a set of records from a database
or query.
- TdbRecordSet(TdbSession) - Constructor for class com.tietoenator.trip.jxp.data.TdbRecordSet
-
Constructor, creates a blank instance
- TdbRendition - Class in com.tietoenator.trip.jxp.data
-
Extends TdbFieldTemplate to provide rendition requests specific to STring
fields.
- TdbRendition(String, TdbRenditionType) - Constructor for class com.tietoenator.trip.jxp.data.TdbRendition
-
Constructor for a string template field with optional conversion
- TdbRendition(String, String, TdbRenditionType) - Constructor for class com.tietoenator.trip.jxp.data.TdbRendition
-
Constructor for a string template field with optional conversion.
- TdbRenditionType - Enum in com.tietoenator.trip.jxp.data
-
Allows the calling application to set a rendition type, or processing type,
for the STring field (only) that is being retrieved.
- TdbSearch - Class in com.tietoenator.trip.jxp.data
-
Provides functionality for search and retrieval.
- TdbSearch(TdbSession) - Constructor for class com.tietoenator.trip.jxp.data.TdbSearch
-
Constructor, creates a blank instance.
- TdbSearchFacet - Class in com.tietoenator.trip.jxp.facet
-
A type of facet whose values are each based on a a separate search order.
- TdbSearchFacet(String) - Constructor for class com.tietoenator.trip.jxp.facet.TdbSearchFacet
-
Constructor
- TdbSearchForm - Class in com.tietoenator.trip.jxp.forms
-
Specialization of TdbFormat for TRIPclassic search forms
- TdbSearchForm(TdbSession) - Constructor for class com.tietoenator.trip.jxp.forms.TdbSearchForm
-
Constructor, creates a blank instance
- TdbSearchForm(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.forms.TdbSearchForm
-
Constructor, creates an instance for the format referenced by the provided Control object
- TdbSearchFormList - Class in com.tietoenator.trip.jxp.control
-
Retrieve lists of search forms
- TdbSearchFormList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbSearchFormList
-
Constructor, retrieves a list of available search forms
- TdbSearchSet - Class in com.tietoenator.trip.jxp.data
-
Represents a TRIP search set.
- TdbSegmentationType - Enum in com.tietoenator.trip.jxp.database
-
Types of token segmentation that can be performed on Chinese text.
- TdbSerializableObject - Class in com.tietoenator.trip.jxp.session
-
Base class for objects that can be serialized to files for import / export
operations, e.g.
- TdbSerializableObject(TdbSession, TdbInterfaceType, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.session.TdbSerializableObject
-
Constructor
- TdbSession - Class in com.tietoenator.trip.jxp.session
-
Construct and manage a session with a server
- TdbSessionObject - Class in com.tietoenator.trip.jxp.session
-
Base class for all objects that depend on a TdbSession to do anything, i.e.
- TdbSortMergeType - Enum in com.tietoenator.trip.jxp.data
-
Used with the TdbRecordSet and TdbSearchSet classes to indicate how
a sorted cluster search should be treated.
- TdbStreamLogger - Class in com.tietoenator.trip.jxp.logging
-
- TdbStringField - Class in com.tietoenator.trip.jxp.data
-
Container for values in a STring field
- TdbStringField(TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbStringField
-
- TdbStringField(TdbRecord, TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbStringField
-
Constructor, creates a blank instance based on the template provided
- TdbStringField(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbStringField
-
- TdbStringField(TdbRecord, String) - Constructor for class com.tietoenator.trip.jxp.data.TdbStringField
-
Constructor, creates a blank instance based on the name provided
- TdbStructuredField - Class in com.tietoenator.trip.jxp.data
-
Intermediary abstract representation for subfields from a structured
field type such as PHrase, NUmber, etc.
- TdbSubGraph - Class in com.tietoenator.trip.jxp.graph
-
Represents a graph database search result.
- TdbTerm - Class in com.tietoenator.trip.jxp.ccl
-
An entry in a TdbTermList
- TdbTerm(String, int) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbTerm
-
Constructor
- TdbTerm(String, long) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbTerm
-
Constructor
- TdbTerm(String, int, int) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbTerm
-
Constructor for facet terms with baseline information
- TdbTerm(String, long, long) - Constructor for class com.tietoenator.trip.jxp.ccl.TdbTerm
-
Constructor for facet terms with baseline information
- TdbTermList - Class in com.tietoenator.trip.jxp.ccl
-
Container for a list of terms created by, e.g.
- TdbTermList() - Constructor for class com.tietoenator.trip.jxp.ccl.TdbTermList
-
Creates an empty term list instance.
- TdbTermTree - Class in com.tietoenator.trip.jxp.ccl
-
A tree of terms, or rather a forest of trees of terms, such as is produced
by the Display Down() command in CCL.
- TdbTermTree() - Constructor for class com.tietoenator.trip.jxp.ccl.TdbTermTree
-
Constructor
- TdbTextExtractionInfo - Class in com.tietoenator.trip.jxp.data
-
Container for text extraction information.
- TdbTextField - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for a TExt field
- TdbTextField(TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbTextField
-
Constructor, creates a blank instance based on the template provided
- TdbTextField(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbTextField
-
Constructor, creates a blank instance based on the name provided
- TdbTextSeparators - Class in com.tietoenator.trip.jxp.database
-
Container for indexing rules, i.e.
- TdbTextSeparators() - Constructor for class com.tietoenator.trip.jxp.database.TdbTextSeparators
-
Constructor, creates a usuable blank container
- TdbTextSeparators(TdbTextSeparators) - Constructor for class com.tietoenator.trip.jxp.database.TdbTextSeparators
-
Copy constructor
- TdbThesaurusDesign - Class in com.tietoenator.trip.jxp.database
-
Container and manipulation logic for a thesaurus design.
- TdbThesaurusDesign(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.database.TdbThesaurusDesign
-
Constructor, creates a container for the thesaurus referenced by the provided
Control object
- TdbThesaurusDesign(TdbSession) - Constructor for class com.tietoenator.trip.jxp.database.TdbThesaurusDesign
-
Constructor, creates a new, blank container
- TdbTimeField - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for the values within a TIme field
- TdbTimeField(TdbFieldTemplate) - Constructor for class com.tietoenator.trip.jxp.data.TdbTimeField
-
Constructor, creates a blank instance based on a template
- TdbTimeField(String) - Constructor for class com.tietoenator.trip.jxp.data.TdbTimeField
-
Constructor, creates a blank instance based on a field name
- TdbTrainingInfo - Class in com.tietoenator.trip.jxp.classification
-
Container for a single element of training information
- TdbTrainingInfo() - Constructor for class com.tietoenator.trip.jxp.classification.TdbTrainingInfo
-
Constructor, creates a blank instance
- TdbTransformer<E> - Interface in com.tietoenator.trip.jxp
-
Generic object transformation interface, used to help create list factories
for environments such as Beans, JSF, etc.
- TdbTreeEntry - Class in com.tietoenator.trip.jxp.ccl
-
Terms in a TdbTermTree are of type TdbTreeEntry.
- TdbTreeEntry() - Constructor for class com.tietoenator.trip.jxp.ccl.TdbTreeEntry
-
- TdbTripFeature - Enum in com.tietoenator.trip.jxp
-
Enumeration of various TRIP features that the application or TRIPjxp itself
may have to check for the existence of in order to determine the appropriate
course of action for a particular operation.
- TdbTripNetConnectionPool - Class in com.tietoenator.trip.jxp.pool
-
Connection pool for TRIPnet sessions
- TdbTripNetConnectionPool(String, int, String, String, TdbLanguage, int) - Constructor for class com.tietoenator.trip.jxp.pool.TdbTripNetConnectionPool
-
Constructor -- setup the session pool with minimal TRIPnet parameters
- TdbTripNetConnectionPool(String, int, String, int, String, String, TdbLanguage, int) - Constructor for class com.tietoenator.trip.jxp.pool.TdbTripNetConnectionPool
-
Constructor -- setup the session pool with full TRIPnet parameters
- TdbTripNetPooledSession - Class in com.tietoenator.trip.jxp.pool
-
Pooled TRIPnet session class -- don't attempt to create this directly
- TdbTripNetSession - Class in com.tietoenator.trip.jxp.session
-
Constructs a session connection via TRIPnet to a remote TRIPserver
- TdbTripNetSession(String, int) - Constructor for class com.tietoenator.trip.jxp.session.TdbTripNetSession
-
Constructor
- TdbTripNetSession(String, int, boolean) - Constructor for class com.tietoenator.trip.jxp.session.TdbTripNetSession
-
Constructor
- TdbTripNetSession(String, int, String, int) - Constructor for class com.tietoenator.trip.jxp.session.TdbTripNetSession
-
Constructor
- TdbTripNetSession(String, int, String, int, boolean) - Constructor for class com.tietoenator.trip.jxp.session.TdbTripNetSession
-
Constructor
- TdbTuple - Class in com.tietoenator.trip.jxp.data
-
Represents rows in the table of fields in a record that the TdbTupleList
class is an representation of.
- TdbTupleList - Class in com.tietoenator.trip.jxp.data
-
The TdbTupleList class is an abstraction of a collection of fields that form a
conceptual table within a record.
- TdbTupleList(TdbSession, TdbComponent, String) - Constructor for class com.tietoenator.trip.jxp.data.TdbTupleList
-
Create a new tuple list by using a list of field names.
- TdbTupleList(TdbSession, TdbComponent, TdbDatabaseDesign, String) - Constructor for class com.tietoenator.trip.jxp.data.TdbTupleList
-
Create a new tuple list by using a field group.
- TdbUser - Class in com.tietoenator.trip.jxp.users
-
Manipulator class for TRIP users
- TdbUser(TdbSession, TdbControlObject) - Constructor for class com.tietoenator.trip.jxp.users.TdbUser
-
Constructor, creates a user instance for the user referenced by the provided Control object
- TdbUser(TdbSession) - Constructor for class com.tietoenator.trip.jxp.users.TdbUser
-
Constructor, creates a blank instance
- TdbUserAccessList - Class in com.tietoenator.trip.jxp.control
-
Retrieve the access rights for a particular user
- TdbUserAccessList(TdbSession, String) - Constructor for class com.tietoenator.trip.jxp.control.TdbUserAccessList
-
Constructor, retrieve the database access rights explicitly granted to a particular user.
- TdbUserAccessList(TdbSession, String, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbUserAccessList
-
Constructor, retrieve the database access rights for a particular user.
- TdbUserList - Class in com.tietoenator.trip.jxp.control
-
Retrieve a list of users and/or managers of a specific type
- TdbUserList(TdbSession, int, boolean, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbUserList
-
Constructor, retrieve a list of users and/or managers of a specific type
- TdbUserList(TdbSession, boolean, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbUserList
-
Constructor, retrieves a list of users
- TdbUserList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbUserList
-
Shortcut constructor, retrieves a simple list of users
- TdbUserManagerList - Class in com.tietoenator.trip.jxp.control
-
Retrieve a list of user managers
- TdbUserManagerList(TdbSession, boolean) - Constructor for class com.tietoenator.trip.jxp.control.TdbUserManagerList
-
Constructor, retrieve a list of user managers
- TdbUserManagerList(TdbSession) - Constructor for class com.tietoenator.trip.jxp.control.TdbUserManagerList
-
Constructor, retrieve a list of user managers
- TdbWebConnectionPool - Class in com.tietoenator.trip.jxp.pool
-
Connection pool for web sessions
- TdbWebConnectionPool(String, int, String, String, TdbLanguage, int) - Constructor for class com.tietoenator.trip.jxp.pool.TdbWebConnectionPool
-
Constructor -- setup the session pool with minimal web parameters
- TdbWebConnectionPool(String, int, String, int, String, String, TdbLanguage, int) - Constructor for class com.tietoenator.trip.jxp.pool.TdbWebConnectionPool
-
Constructor -- setup the session pool with full web parameters
- TdbWebPooledSession - Class in com.tietoenator.trip.jxp.pool
-
Pooled session for web (XML/HTTP) session within a connection pool
- TdbWebSession - Class in com.tietoenator.trip.jxp.session
-
Constructs and provides access to a session via XML/HTTP to the TRIP web
service.
- TdbWebSession(String, int) - Constructor for class com.tietoenator.trip.jxp.session.TdbWebSession
-
Constructor
- TdbWebSession(String, int, String, int) - Constructor for class com.tietoenator.trip.jxp.session.TdbWebSession
-
Constructor, allows specification of optional server attributes
- TdbXmlRecord - Class in com.tietoenator.trip.jxp.data
-
Container and manipulation logic for a record from a TRIPxml database.
- TdbXmlRecord(TdbSession) - Constructor for class com.tietoenator.trip.jxp.data.TdbXmlRecord
-
Constructor, creates a blank TRIPxml record container.
- TdbXmlRecord(TdbSession, TdbDatabaseDesign, boolean) - Constructor for class com.tietoenator.trip.jxp.data.TdbXmlRecord
-
Constructor, associates the record with the provided database design.
- TdbXmlRecord(TdbSession, String, boolean) - Constructor for class com.tietoenator.trip.jxp.data.TdbXmlRecord
-
Constructor, associates the record with thenamed TRIPxml database.
- TdbXmlRecord.IOMode - Enum in com.tietoenator.trip.jxp.data
-
The IOMode enum represents various ways that TRIPxml import and export
operations can take place.
- TdbXmlRecord.XmlRecordType - Enum in com.tietoenator.trip.jxp.data
-
For TRIPxml, indicates the type of document that is stored in the record.
- test(TdbKernelWindow) - Method in class com.tietoenator.trip.jxp.forms.TdbOutputFormat
-
Test the current format; this creates a temporary format on the server and attempts
to execute it.
- TIMEOUT - Static variable in exception com.tietoenator.trip.jxp.TdbException
-
The functionality or data being accessed is no longer available due to timeout.
- toArray() - Method in class com.tietoenator.trip.jxp.ccl.TdbTermList
-
Returns the entire term list as an array.
- toArray() - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Retrieve an array containing elements from the list, in proper sequence
- toArray(T[]) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
- toFormattedString(String, String, String) - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Create a formatted string from the buffer's current contents.
- toGraphSet() - Method in class com.tietoenator.trip.jxp.graph.TdbGraphQueryResult
-
Returns a TdbGraphSet object for this query result if and only if
the result contains graph edges.
- toSearchSet() - Method in class com.tietoenator.trip.jxp.graph.TdbGraphQueryResult
-
Returns a TdbSearchSet object for this query result.
- toString() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Overrides the default to provide the text content of the window buffer,
lines delimited with newlines (if the NOLF filter is not used).
- toString() - Method in class com.tietoenator.trip.jxp.data.TdbField
-
Override the system-default behavior to provide a string representation of the
field.
- toString() - Method in class com.tietoenator.trip.jxp.data.TdbStringField
-
Override
- toString() - Method in class com.tietoenator.trip.jxp.data.TdbStructuredField
-
Retrieves a simple newline-delimited version of the field's content, complete
with search term markup, if defined.
- toString() - Method in class com.tietoenator.trip.jxp.data.TdbTextField
-
Retrieves a two newline-delimited string representation of the display content
of the field
- toString() - Method in class com.tietoenator.trip.jxp.facet.TdbFacetValue
-
Retrieve the value of the facet.
- train(String, String, TdbTrainingInfo) - Method in class com.tietoenator.trip.jxp.classification.TdbCategory
-
Add training data to the category.
- trainingInfo() - Method in class com.tietoenator.trip.jxp.classification.TdbCategory
-
Retrieve a copy of the collection of training information available for this category
- TRANSACTION_CANCELLED - Static variable in exception com.tietoenator.trip.jxp.TdbException
-
Xml transaction was cancelled.
- transform(TdbTransformer<T>) - Method in class com.tietoenator.trip.jxp.control.TdbControlObjectList
-
Transform each element of the control object list, i.e.
- transform(Object) - Method in interface com.tietoenator.trip.jxp.TdbTransformer
-
Transform the incoming object to the specialized type of the interface
- transitive(int, int, String[], int, boolean, boolean) - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
-
Creates a subgraph of the current graph set where the specified source
and target records are connected via path.