Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X 

R

readFields() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
Retrieve the collection of fields (identified by their field number) to which the user has selected read access.
reconnect() - Method in interface com.tietoenator.trip.jxp.session.TdbHostInterface
Shut down any existing connection and estalish a new one in place.
recordAt(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Retrieve the TdbRecord at the defined offset within the set
If the provided offset is outside of the bounds of the record set, an INVALID_ARGS exception is thrown.
records() - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Retrieve the collection of records retrieved most recently by the get() method from the server
refresh() - Method in class com.tietoenator.trip.jxp.control.TdbControlObjectList
Refresh the list with the latest view from the server; note that if this list was constructed using the copy constructor from an existing list, this call will fail with an exception (UNEXPECTED_STATE) thrown.
reindex() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Deprecated.
Use index(boolean,boolean) instead.
relationNames() - Method in class com.tietoenator.trip.jxp.ccl.TdbTreeEntry
Retrieve the collection of related terms, by name
relations() - Method in class com.tietoenator.trip.jxp.ccl.TdbTreeEntry
Retrieve the collection of related terms
remove(String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Remove an existing category from the scheme
remove(TdbCategory) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Remove an existing category from the scheme
remove() - Method in class com.tietoenator.trip.jxp.data.TdbTuple
Removes the tuple associated with this TdbTuple instance.
remove(int) - Method in class com.tietoenator.trip.jxp.data.TdbTupleList
Removes a tuple.
remove(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
Remove a named member from the cluster.
remove(TdbControlObject) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
Remove the referenced Control object member from this cluster.
remove(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridCluster
Remove a named cluster from the grid.
remove() - Method in class com.tietoenator.trip.jxp.grid.TdbGridCluster
Remove the current cluster from the grid.
remove() - Method in class com.tietoenator.trip.jxp.grid.TdbGridHost
Remove the host from the grid.
remove(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
Delete an existing replica set.
remove() - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
Delete an existing replica set -- this method uses the information from the Control object provided during construction to name the replica set.
remove(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridSysProps
Remove a named property from the collection
remove(Object) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
Remove the provided object from the list, if found
remove(int) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
Remove and return the item at the provided offset
remove(String, String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
Remove a user from a group.
remove(String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
Remove a user from this group.
removeAll(Collection<?>) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
Remove all items from the list that match objects in the provided collection
removeBaselines() - Method in class com.tietoenator.trip.jxp.facet.TdbFacetSet
Removes all previously registered baseline data in the session.
removeField(TdbFieldDesign) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Remove a particular field from the current database design.
removeFieldGroup(TdbFieldGroupDesign) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Remove a particular field group from the current database design.
removeFromTemplate(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Remove a field from the retrieval template
In order to perform a valid retrieval operation, calling applications must establish a retrieval template consisting of all fields (whether in the head record or part record) that should be retrieved, and optionally applying retrieval characteristics to that field.
removeKeyword(String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Remove a keyword from this graph record.
removeKeyword(int) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Remove a keyword from this graph record.
removeProperty(String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Removes a named property from this graph record.
removeValue(int) - Method in class com.tietoenator.trip.jxp.data.TdbField
Removes a subfield or paragraph from the field.
removeValue(int) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
Not supported for STring fields
removeValue(int) - Method in class com.tietoenator.trip.jxp.data.TdbStructuredField
Removes a subfield from the field.
removeValue(int) - Method in class com.tietoenator.trip.jxp.data.TdbTextField
Removes a paragraph from the field.
rename() - Method in class com.tietoenator.trip.jxp.classification.TdbCategory
Rename the category and/or provide it with a new comment.
rename(String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Rename the current container.
rename(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
Rename the current cluster design to a new name.
rename(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Rename the current database.
rename(String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
Rename the format to the newly specified name
rename(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridCluster
Rename an existing cluster.
rename(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
Rename an existing replica set.
rename(String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
Rename the group.
rename(String) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
Rename the procedure maintaining the current owner.
rename(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Rename the user.
requestLoginTicket() - Method in class com.tietoenator.trip.jxp.session.TdbSession
Request a new login ticket for the currently logged on user.
requiresFinalization() - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Check whether this scheme requires special finalization in addition to the normal indexing process
reserve(int) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Establish a reserve of sessions within the pool.
reset() - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Clear the record set and all associated parameters
All properties of the record set are reset by this method to their default state, rendering the record unusable until properties are reestablished
resetMessages() - Method in class com.tietoenator.trip.jxp.TdbMessageProvider
Clear any existing state from the message provider
resetPassword(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Reset the user's password -- can only be accomplished by the system manager.
resolveSources() - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
Resolve target vertices to a search set of the regular records they represent.
resolveTargets() - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
Resolve target vertices to a search set of the regular records they represent.
retainAll(Collection<?>) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
Removes all items from the list that are not contained within the provided collection
revokeLoginTicket(String) - Method in class com.tietoenator.trip.jxp.session.TdbSession
Revoke the login ticket owned by the current user, or for the SYSTEM super user to revoke the ticket for another user.
rollbackToCheckPoint() - Method in class com.tietoenator.trip.jxp.ccl.TdbCclCommand
Rollback the query session to a previously established check point Invoking this method causes network I/O.
roots() - Method in class com.tietoenator.trip.jxp.ccl.TdbTermTree
Retrieve the list of root nodes from the set of trees, i.e.
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links