- acquire() - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
-
Acquire a session from the pool -- the first time a session is acquired,
it will incur the cost of a full login to the server.
- acquire(long) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
-
Acquire a session from the pool -- the first time a session is acquired,
it will incur the cost of a full login to the server.
- add(String, String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Add a new category to the scheme.
- add(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Add a new member to the cluster, by name
- add(TdbControlObject) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Add the database or thesaurus referenced by the provided Control object as
a member of this cluster.
- add(TdbFacet) - Method in class com.tietoenator.trip.jxp.facet.TdbFacetSet
-
Add a facet to this facet set.
- add(String, String) - Method in class com.tietoenator.trip.jxp.facet.TdbSearchFacet
-
Add a search order to generate a facet value.
- add(TdbGridClusterMember) - Method in class com.tietoenator.trip.jxp.grid.TdbGridCluster
-
Add a cluster member to the cluster
- add(TdbGridHostPublication) - Method in class com.tietoenator.trip.jxp.grid.TdbGridHost
-
Add a new publication to this host's offerings
- add(TdbGridReplicaSetMember) - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
-
Add a new member to the replica set
- add(E) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Add a new element to the list
- add(int, E) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Add a new element to the list at the provided position
- add(String, String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Add a user to a group.
- add(String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Add a user to this group.
- addAll(Collection<? extends E>) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Add the contents of the provided collection to the current list
- addAll(int, Collection<? extends E>) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Insert the contents of the provided collection at the provided offset
into the current list
- addField(TdbFieldDesign) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Append a new field definition to the current design.
- addForeignKey(String, String, String, TdbIntegrityType, TdbIntegrityType) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Create a foreign key relationship between this database (as the slave) and
another database (as the master).
- addInputField(String) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
-
Add the name of a field on which to base meta-data processing.
- addKeyword(String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
-
Add a keyword to this graph record.
- addSearchSet(int) - Method in class com.tietoenator.trip.jxp.data.TdbSearch
-
Associates a pre-existing search set with this TdbSearch instance.
- addToTemplate(TdbFieldTemplate) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Add a particular field template to the overall retrieval template.
- addToTemplate(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Add a particular field by name to the overall retrieval template.
- addToTemplate(String, String) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Add a particular field by name to the overall retrieval template.
- append() - Method in class com.tietoenator.trip.jxp.data.TdbTupleList
-
Creates and appends a new tuple.
- appendComponent() - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Create a new component (part record), link it to this record
- appendText(String) - Method in class com.tietoenator.trip.jxp.data.TdbTextField
-
Text-specific function to append to the current value of a text field.
- appendValue(String) - Method in class com.tietoenator.trip.jxp.data.TdbField
-
Append a new subfield or paragraph to the field
- appendValue(String) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
-
Not supported for STring fields
- appendValue(String) - Method in class com.tietoenator.trip.jxp.data.TdbStructuredField
-
Append a new subfield to the field.
- appendValue(String) - Method in class com.tietoenator.trip.jxp.data.TdbTextField
-
Append the provided paragraph text to the field's value
This method cannot be used after any calls have been made to setText() or
appendText() as the field is no longer defined in terms of paragraphs at
that point.
- asFragmentSet(String, int, int, boolean) - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
-
Get this search set as an XML fragment set.
- authenticate(String, String) - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Authenticate with a grid.