Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Abort - Enum constant in enum class com.tietoenator.trip.jxp.ccl.TdbCclCommandType
-
The user has attempted to quit their search session
- Access - Enum constant in enum class com.tietoenator.trip.jxp.TdbControlObjectType
-
Database, thesaurus, cluster access rights
- 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(int, E) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Add a new element to the list at the provided position
- add(TdbFacet) - Method in class com.tietoenator.trip.jxp.facet.TdbFacetSet
-
Add a facet to this facet set.
- 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(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(E) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Add a new element to the list
- add(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Add a new member to the cluster, by name
- add(String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Add a user to this group.
- add(String, String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Add a new category to the scheme.
- add(String, String) - Method in class com.tietoenator.trip.jxp.facet.TdbSearchFacet
-
Add a search order to generate a facet value.
- add(String, String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Add a user to a group.
- 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
- addAll(Collection<? extends E>) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Add the contents of the provided collection to 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.
- All - Enum constant in enum class com.tietoenator.trip.jxp.TdbAccessRights
-
Unrestricted access
- ALL - Enum constant in enum class com.tietoenator.trip.jxp.session.TdbNotificationType
-
All notification types.
- AllTokens - Enum constant in enum class com.tietoenator.trip.jxp.database.TdbSegmentationType
-
The segmentation algorithm will emit all possible segments for a String of Chinese characters.
- Always - Enum constant in enum class com.tietoenator.trip.jxp.data.TdbFieldFetchOption
-
Fetch all fields.
- Any - Enum constant in enum class com.tietoenator.trip.jxp.TdbExtendedDatabaseType
-
Databases of any type
- ANY - Enum constant in enum class com.tietoenator.trip.jxp.session.TdbInterfaceType
-
Any connection type at all
- 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. - appendValues(Collection<String>) - Method in class com.tietoenator.trip.jxp.data.TdbField
-
Append several new subfields or paragraphs to the field
- appendValues(Collection<String>) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
-
Not supported for STring fields
- appendValues(Collection<String>) - Method in class com.tietoenator.trip.jxp.data.TdbStructuredField
-
Append several new subfields to the field.
- appendValues(Collection<String>) - Method in class com.tietoenator.trip.jxp.data.TdbTextField
-
Append several paragraphs to this text field.
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form