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 

S

saveSearch(int, String, String, String) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
Save the CCL commands for a search set as a procedure.
scrollDown() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
Scroll the buffer "down" a "page" at a time.
scrollNext() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
Scroll the buffer "down" so that the next record after the last currently being displayed in the buffer is at the top of the buffer.
scrollPrevious() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
Scroll the buffer "up" so that the previous record before the topmost currently being displayed in the buffer is at the top of the buffer.
scrollUp() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
Scroll the buffer "up" a "page" at a time.
searchSets() - Method in class com.tietoenator.trip.jxp.data.TdbSearch
A read-only list of the TdbSearchSet objects associated with this TdbSearch instance.
set(int, E) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
Modify the list to set the item at the provided offset to the provided content
setActivityLog(TdbActivityLogger) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Set the activity logger reference for this pool.
setActivityLog(TdbActivityLogger) - Method in class com.tietoenator.trip.jxp.session.TdbSession
Set the activity logger reference for this session
setAddress1(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the first line of the user's address
setAddress2(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Established the second line of the user's address
setAfterHits(String) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Establish the suffix string that will be inserted after query hits when deserializing using the TdbRecord class.
setAnonymousPassword(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridSysProps
Set the password of the user that will be substituted into all anonymous requests
setAnonymousUser(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridSysProps
Set the name of the user that will be substituted into all anonymous requests
setApplicationId(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish an opaque identifier that applications can use to store whatever they desire.
setArgument(String) - Method in class com.tietoenator.trip.jxp.data.TdbAseCall
Set the argument string to pass to the ASE.
setAsePostCommit(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of an ASE function that will be called whenever a record is being committed to the database, after the record has actually been written to physical storage.
setAsePostSubmit(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the ASE function that will be invoked after submitting a background task to an execution queue.
setAsePreCommit(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of an ASE function that will be called whenever a record is being committed to the database, before the record has actually been written to physical storage.
setAsePreSubmit(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the ASE function that will be invoked prior to submitting a background task to an execution queue.
setAuthenticationServer(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridSysProps
Set the name of the TRIPserver that will provide authentication services for the grid.
setAutomaticRetrievalTemplate(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbSearch
Determines if retrieval templates are to be automatically created (default: true).
setBackgroundTaskSink(TdbBackgroundTaskSink) - Method in class com.tietoenator.trip.jxp.session.TdbSession
Establish the background task completion event sink to use
setBafFile(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the filename of the database's data file (the BAF)
setBaselineKey(String) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Set a key identifying the facet baseline to set or use.
setBaselineSize(int) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Set the number of values to recall for the baseline.
setBaseName(String) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Set the name of the base to be referenced by this template
setBeforeHits(String) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Establish the prefix string that will be inserted before query hits when deserializing using the TdbRecord class.
setBifFile(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the filename of the database's primary index file (the BIF)
setBinaryCopyField(String) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
Set the name of the STRING field that receives a copy of the document data, and/or contains the document data to extract text from.
setBlob(byte[]) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
Establish (replace) the current value of the field
setCacheSize(int) - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
Set the size of the record cache.
setCancelable(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbSearch
 
setCancelable(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
 
setCancelable(boolean) - Method in class com.tietoenator.trip.jxp.session.TdbSessionObject
Set cancelable state
setCharacterSet(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the "native" character set that will be used within the database.
setChineseSegmentation(TdbSegmentationType) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the type of word segmentation algorithm that should be used to process Chinese text in this database.
setClassificationScheme(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the classification scheme (database) that will be used to classify records within this database.
setClearOnCommit(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbComponent
Establish whether the component should be cleared during a commit.
setClientSide(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
If set to true, text extraction will be performed on the client-side and require a local installation of TRIPcof or of TRIPview-C.
setCluster(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridHostPublication
Establish the name of the cluster to which the database is being published
setComment(String) - Method in class com.tietoenator.trip.jxp.classification.TdbCategory
Establish a comment to be associated with the category
setComment(String) - Method in class com.tietoenator.trip.jxp.classification.TdbTrainingInfo
Establish any comment, or label, associated with the training information
setComment(String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
Establish the comment associated with the format
setComment(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridCluster
Set the description of the cluster
setComment(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
Establish the description of the replica set
setComment(String) - Method in class com.tietoenator.trip.jxp.TdbControlObject
Set a comment to accompany the object
setComment(String) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
Establish a comment to associate with the procedure
setCompany(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the user's company name
setComponent(TdbComponent) - Method in class com.tietoenator.trip.jxp.data.TdbTupleList
Set the component that holds the fields in the tuple list.
setContent(Collection<String>) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
Establish the content of the format, i.e.
setContent(Collection<String>) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
Set the collection of lines that comprise the procedure
setCopyrightHolderField(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the name of the field in which the name or identifier of the copyright holder of the information contained within this field can be found.
setCost(int) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the field's cost, that is the unit cost that is reported in the server's debit logfile every time a user views the content of the field.
setDatabase(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Set the name of the database (or thesaurus, or cluster) that will provide the context for the record set
setDatabase(String) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Assigns the name of the database from which the facets in this set are to be retrieved.
setDatabase(String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
Establish the name of the database or thesaurus with which this form is associated
setDatabase(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridHostPublication
Establish the name of the database being published
setDatabase(String) - Method in class com.tietoenator.trip.jxp.TdbControlObject
Set the database with which a form is to be associated; only valid for form types
setDatabaseName(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set the name of the database for which this TdbRecord is valid
setDateform(int) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the date format that will be used by the user; to retrieve the text version of a date format, use the TdbSession.getDateform methods.
setDateformSep(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the separates that will be used when formatting date strings for the user.
setDefaultEntryForm(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the default TRIPclassic entry form for the database.
setDefaultFunction(TdbDefaultFunction) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the function id that will be run to create default field content if no other values are provided.
setDefaultOutputFormat(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the default output format for the database.
setDefaultValue(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the value that is to be applied to the field if no other values are provided.
setDefinition(String) - Method in class com.tietoenator.trip.jxp.data.TdbTupleList
Modify the tuple list to use a new set of fields in the same component.
setDescription(String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Establish a description to be associated with the scheme
setDescription(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
Establish a description or comment to associate with the database cluster.
setDescription(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish a comment or description to associate with the database design
setDescription(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish a comment or description to be associated with the field design
setExtractFromStored(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
Determines if the text extraction should be performed from the value already stored in the STRING field defined by the property BinaryCopyField.
setExtractionTarget(String) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
Deprecated.
Use the TextExtractionInfo class via the TdbTextField method getTextExtractionInfo() instead.
setExtractKeywords(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Enable or disable the extraction of keywords.
setExtractMetadata(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Enable or disable the extraction of meta-data.
setExtractText(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
Indicates if text extraction is to be performed.
setFallback(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Enable or disable fallback behavior.
setFetchFrom(int) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Assigns the lowest (by sort order) ordinal number of the value to fetch.
setFetchTo(int) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Assigns the highest (by sort order) ordinal number of the value to fetch.
setFetchType(TdbFieldFetchType) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Specify what to fetch from the field.
setField(String, TdbField) - Method in class com.tietoenator.trip.jxp.data.TdbComponent
Set the value of a named field
setFieldContent(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Set whether the field's content should be retrieved.
setFieldFetchOption(TdbFieldFetchOption) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Assign the fetch option for the field.
setFieldIndexed(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether the index for this field should be constructed and stored separately from that for other fields within the database.
setFieldMapping(TdbNlpInfo.FieldMappingType) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Set the field name mapping mode to control how extracted meta-data is stored into the record.
setFields(Collection<TdbFieldDesign>) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Replace or establish the field collection, i.e.
setFileName(String) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
Set the name of the file that the Stream property refers to.
setFocused(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Deprecated.
This method will removed in the next major release.
setFoldingClass(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the character folding class to be applied to data within the database.
setFrequencyLimits(int, int) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Assigns the upper and lower limits of the facet frequency (value count) of facet values to retrieve.
setFrom(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish the lower bound of a ranged record set domain.
setGraph(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish whether the database should be a graph database.
setGraphRecordType(TdbGraphRecordType) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the type of the graph record.
setHitMarkup(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbXmlRecord
Indicates if the exported XML document is to have hit markup applied.
setHost(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridClusterMember
Establish the name or IP address of the host providing the physical database member
setHost(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSetMember
Establish the name of the host from which the database is published
setId(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish the unique ID of the single record covered by this record set
setIdleTimeout(int) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Set the number of seconds a session can remain idle in the pool without being removed by the purge routine.
setIgnoreChars(String) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish any characters that should be ignored whilst parsing sentence boundaries.
setIncludedInTextProcessing(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether this field is to be included in non-Boolean text processing, e.g.
setIndexAse(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the name of an ASE function to be called when scanning terms in this field during indexing.
setIndexed(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether this field is indexed in any way.
setIndexingRules(TdbTextSeparators) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the indexing rules (parsing rules) that are to be applied to data stored in this database.
setIndexMode(int) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the index mode of the field.
setIndexOnCommit(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Sets flag indicating if changes to the record should be indexed on commit.
setIniFile(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridHost
Establish a host initialization file for connections to this host
setInputLanguage(int) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Sets the input language of the text in the record to be analyzed.
setInputLanguage(String) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Sets the input language of the text in the record to be analyzed.
setInputLanguage(TdbLanguage) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Sets the input language of the text in the record to be analyzed.
setInputOutputMode(TdbXmlRecord.IOMode) - Method in class com.tietoenator.trip.jxp.data.TdbXmlRecord
Set the IO mode to use with this record.
setIntegrityRules(Collection<TdbIntegrityRule>) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish a new set of integrity rules for the database.
setIsFM(boolean) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Modify the user's FM status; this can only successfully be invoked by the SYSTEM user
setIsolateSessions(boolean) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Determine if sessions in the pool are to be isolated.
setIsUM(boolean) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Modify the user's UM status; this can only successfully be invoked by the SYSTEM user
setKeepRecordIds(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbCompressionContext
Establish whether to maintain record IDs during compression.
setKey(String) - Method in class com.tietoenator.trip.jxp.database.TdbIntegrityRule
Establish the name of the field that holds the foreign key
setKeywordField(String) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Set the name of the field to receive extracted keywords.
setLanguage(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the natural language used for the text in the database.
setLimit(int) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Set a limit to the number of sessions that can be maintained by this session pool.
setLinkDatabase(String) - Method in class com.tietoenator.trip.jxp.database.TdbIntegrityRule
Establish the name of the target database for the link
setLinkField(String) - Method in class com.tietoenator.trip.jxp.database.TdbIntegrityRule
Establish the name of the field in the target database that holds the key for which this rule is a foreign reference.
setLoadAse(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the name of an ASE function to be called when storing values in this field using the TFORM load utility (BAFFIT)
setLocation(String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Establish the location (typically a logical name) where the files that comprise the underlying storage of the scheme should be placed
setLogFile(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the filename of the database's transaction log file
setLoginProcedure(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the name of the user's login procedure, i.e.
setMapMax(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish the maximum number of records that will be mapped during a retrieval operation
setMask(String) - Method in class com.tietoenator.trip.jxp.facet.TdbFieldTermFacet
Alter the search mask for the facet.
setMaxItems(int) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Establish the maximum number of items that will be considered as training data for each category within the scheme
setMaxItems(int) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the maximum number of items (subfields / paragraphs) that the field can validly contain.
setMembers(TdbControlObjectList) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
Establish a new set of members in the cluster.
setMetadataTupleFields(String, String) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Set the names of the field to receive extracted meta-data.
setMinIdle(int) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Set the minimum number of idle sessions that should remain in the pool after a purge.
setMinItems(int) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the minimum number of items (subfields / paragraphs) that the field can validly contain.
setName(String) - Method in class com.tietoenator.trip.jxp.classification.TdbCategory
Establish the name of the category
setName(String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Established the name of the classification scheme
setName(String) - Method in class com.tietoenator.trip.jxp.classification.TdbTrainingInfo
Establish the name of the training information
setName(String) - Method in class com.tietoenator.trip.jxp.data.TdbAseCall
Set the name of the ASE to call.
setName(String) - Method in class com.tietoenator.trip.jxp.data.TdbComponent
Establish, or modify, the value of the part name field (only valid for part components, obviously).
setName(String) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Set the name of the field to be referenced by this template
setName(String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Assigns the name of the record.
setName(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish the name of the record covered by this record set.
setName(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the database's name
setName(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the name of the field
setName(String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
Establish the name of the format
setName(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridCluster
Set the name of the cluster
setName(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridClusterMember
Establish the name of the cluster member
setName(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridHost
Establish the name of the host
setName(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
Establish the name of the replica set
setName(String) - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSetMember
Establish the name of the database
setName(String) - Method in class com.tietoenator.trip.jxp.TdbControlObject
Set the name of the object.
setNetworkStreamPort(int) - Method in class com.tietoenator.trip.jxp.data.TdbXmlRecord
The number of the TCP port to use for network streaming based import and export TRIPxml operations.
setNewName(String) - Method in class com.tietoenator.trip.jxp.database.TdbCompressionContext
Set the new filename of the database's BAF.
setNotificationSink(TdbNotificationSink) - Method in class com.tietoenator.trip.jxp.session.TdbSession
Assign a notification sink.
setNotificationType(TdbGraphNotificationType, boolean) - Method in class com.tietoenator.trip.jxp.graph.TdbGraph
Enable or disable graph analysis notification detail type.
setNumber(int) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Assign the field's unique ID.
setOnDelete(TdbIntegrityType) - Method in class com.tietoenator.trip.jxp.database.TdbIntegrityRule
Establish the action to be taken in the current database if a record in the target database is deleted.
setOnUpdate(TdbIntegrityType) - Method in class com.tietoenator.trip.jxp.database.TdbIntegrityRule
Establish the action to be taken in the current database if a record in the target database is updated.
setOriginalLayout(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether the field is to be stored in original layout, or if TRIP should compress white space when storing field values.
setOutgoing(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbIntegrityRule
Establish whether this rule is outgoing (i.e.
setOwnerName(String) - Method in class com.tietoenator.trip.jxp.TdbControlObject
Set the name of the TRIP user that owns this object (local only)
setParagraphNeedsBeginOfSentence(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish whether paragraphs are only to be considered valid if they begin with a validly formed start of sentence.
setParagraphNeedsEndOfSentence(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish whether a paragraph is only considered to have completed if that completion occurred along with a valid end of sentence.
setParagraphSeparatorSpec(String) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish the specification (in class terms) for the minimum boundary between paragraphs.
setPartField(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish this field as belonging to the part record structure
setPartId(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set a specific part component Id to be retrieved
In certain application contexts, it is useful to retrieve a single part component at a time, for example in the face of extremely large part components during operations that may be aborted at any time.
setPartNameField(TdbFieldDesign) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set the part name field, so that automatic assignment from the TdbComponent.getName() and TdbComponent.setName() methods happens appropriately.
setPartNameField(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the record part name field, i.e.
setPartNameField(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether this field is the part record name field
setPhoneNumber(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the user's phone number
setPoolInitializer(TdbPoolInitializer) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Assigns a pool initialization procedure for sessions in the pool.
setPort(int) - Method in class com.tietoenator.trip.jxp.grid.TdbGridHost
Establish the port number the grid will use to connect to this host.
setPreferredAdapter(String) - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
Assign the ID of the adapter that must be used to perform the analysis.
setProperty(String, String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Assign a property to this graph record.
setPropertyNameField(String) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
Set the name of the field to retrieve property names during a text extraction operation on this STring field.
setPropertyNameField(String) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
Sets the name of the phrase field to recieve document property names during text extraction.
setPropertyValueField(String) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
Set the name of the field to retrieve property values during a text extraction operation on this STring field.
setPropertyValueField(String) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
Sets the value of the phrase field to recieve document property values during text extraction.
setPurgeInterval(int) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Set the purge interval.
setQuery(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Set a query statement that will be used to retrieve records
Setting a query as the domain of the record set works in conjunction with the setDatabase() setting, i.e.
setQueryCCL(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish whether the query statement is in CCL
setQuerySQL(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish whether the query statement is in SQL
setQueryXPath(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish whether the query statement is an XPath expression.
setReadAccess(TdbAccessRights) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
Establish read access level
setReadFields(Collection<Integer>) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
Establish the collection of fields (identified by their field number) to which the user has selected read access.
setReadScope(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
Establish the read scope statement
setRealName(String) - Method in class com.tietoenator.trip.jxp.TdbControlObject
If this object is a user object, store the user's real name property
setRealName(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the user's "real" name
setRecordId(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Establish the value of the record number field
setRecordName(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set the value of the record name field
setRecordNameField(TdbFieldDesign) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set the record name field, so that automatic assignment from the getRecordName() / setRecordName() methods happens appropriately.
setRecordNameField(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the record name field, i.e.
setRecordNameField(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether this field is the record name field, i.e.
setRecordNumberField(TdbFieldDesign) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set the record number field, so that automatic assignment from the getRecordId() method happens appropriately.
setRecordNumberField(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the record number field, i.e.
setRecordNumberField(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether this field is the record number field
setReference(TdbRecord) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set a reference to a pre-existing record.
setReference(String, int, String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set a reference to a pre-existing record.
setRegisterBaseline(boolean) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Register the facet results for this facet as a baseline.
setRequiresParagraphCheck(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish whether this database will use paragraph parsing when indexing.
setRequiresSentenceCheck(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish whether this database is to use sentence parsing when indexing.
setRestoreDelay(int) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Set the number of milliseconds to wait between session attempts to re-establish a broken session.
setRestoreRetries(int) - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
Set the max number of retries for re-establising a broken session (e.g.
setRestriction(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish a restriction value associated with the field.
setRetrievalTemplate(TdbRecord) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Set the record set template, i.e.
setRetrievalTemplate(TdbRecord) - Method in class com.tietoenator.trip.jxp.data.TdbSearch
Set the default retrieval template for records to retrieve.
setRetrievalTemplate(TdbRecord) - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
Set the retrieval template for records to retrieve.
setRetrieveHead(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set whether retrieval operations using this instance should retrieve any fields from the head component.
setRetrieveParts(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set whether retrieval operations using this instance should retrieve part components at all.
setRetrieveReversed(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Set whether to retrieve the result set in reverse.
setRetrieveReversed(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
Set whether to retrieve the result set in reverse.
setSearchSet(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish the ID of the search set with which the record will be associated
setSearchSet(int) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Retrieve the search set number from which facet values are to be taken.
setSentenceBeginChars(String) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish any "special" characters that can constitute a valid introduction to a new sentence.
setSentenceBeginSpec(String) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish the specification (in class terms) for the beginning of a sentence, i.e.
setSentenceEndChars(String) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish any characters that can constitute a valid ending to a sentence.
setSentenceSeparatorSpec(String) - Method in class com.tietoenator.trip.jxp.database.TdbTextSeparators
Establish the specification (in class terms) for sentence separators, i.e.
setSizeHint(int) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Set the size hint for the retrieval template
setSortKeys(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish sort criteria for the record set (retrieval only)
setSortKeys(String) - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
Get a comma-separated list of field names to use as sort criteria.
setSortMax(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish the maximum number of records that will be sorted during a retrieval operation
setSortOrder(TdbFacetSortOrder) - Method in class com.tietoenator.trip.jxp.facet.TdbClassificationFacet
 
setSortOrder(TdbFacetSortOrder) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Sets the sort order for the values of this facet.
setSortOrder(TdbFacetSortOrder) - Method in class com.tietoenator.trip.jxp.facet.TdbSearchFacet
Sets the sort order for the values of this facet.
setSortRanked(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish whether the record set's retrieval operations are to be sorted by relevance rank
setSortRanked(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
Get whether results should be sorted by relevance.
setSourceRecord(TdbRecord) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the source record for a graph edge.
setSourceRecord(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the source record for a graph edge.
setSourceRecord(String, int) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the source record for a graph edge.
setStartModule(int) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Obsolete
setStoreCopy(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbXmlRecord
Determines if a binary copy of an imported XML document is to be stored, or only the parsed version of it.
setStream(InputStream) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
Set a stream for document data to extract text from and optionally store a copy of.
setStringField(TdbStringField) - Method in class com.tietoenator.trip.jxp.data.TdbTextExtractionInfo
If assigned a non-null value, text extraction will be performed from any value assigned to the provided TdbStringField instance.
setSubmitKeepLogfile(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish whether the logfiles generated by background tasks should be kept or discarded.
setSubmitNotifyOnCompletion(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish whether background tasks should attempt to notify foreground tasks when they complete.
setSubmitOptions(int) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the server-specific submit options for background tasks.
setSubmitPrintLogfile(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish whether the logfiles generated by background tasks should be queued for printing upon completion of the task.
setSubmitQueue(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the name of the submission queue to which background tasks will be sent by the server.
setSubsystemID(int) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Establish the ID of the classification subsystem with which this scheme is associated
setSummarized(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Deprecated.
This method will removed in the next major release.
setSurroundHits(String) - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
Set the symmetric string that should be inserted both before and after query hits when retrieving field values from a query result.
setTargetRecord(TdbRecord) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the target record for a graph edge.
setTargetRecord(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the target record for a graph edge.
setTargetRecord(String, int) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the target record for a graph edge.
setTemplateMarkup(String, String) - Method in class com.tietoenator.trip.jxp.data.TdbRecord
Set a common hit term markup scheme for the entire template; this can only be performed after all field templates have been added to the retrieval template, as it modifies field template instances that are currently part of the retrieval template.
setTermList(TdbTermList) - Method in class com.tietoenator.trip.jxp.ccl.TdbCclCommand
Establish the instance of TdbTermList that should be used to handle the results of non-hierarchical Display commands
setTermList(TdbTermList) - Method in class com.tietoenator.trip.jxp.data.TdbSearch
Assign a new instance of TdbTermList to handle the results of non-hierarchical DISPLAY commands.
setTermListTimeout(int) - Method in class com.tietoenator.trip.jxp.ccl.TdbCclCommand
Set timeout for on-demand term lists generated by future DISPLAY commands.
setTermListTimeout(int) - Method in class com.tietoenator.trip.jxp.data.TdbSearch
Set timeout for on-demand term lists generated by future DISPLAY commands.
setTermTree(TdbTermTree) - Method in class com.tietoenator.trip.jxp.ccl.TdbCclCommand
Establish the instance of TdbTermTree that should be used to handle the results of hierarchical (i.e.
setText(String) - Method in class com.tietoenator.trip.jxp.data.TdbTextField
Text-specific function to set the initial value of a text field to that provided.
setThesaurus(String) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Set the name of a thesaurus to use in the query for the record set.
setTimeout(int) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Set timeout value in seconds for delay-loaded facets.
setTimeout(int) - Method in class com.tietoenator.trip.jxp.grid.TdbGridHost
Establist the connection timeout for connections to this host via TRIPnet.
setTo(int) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
Establish the upper bound of a ranged record set domain.
setType(String) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish the type of the field, e.g.
setTypeId(TdbFieldType) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Set the type of the field.
setUnique(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether field values are to be validated for uniqueness.
setUrlAlias(String) - Method in class com.tietoenator.trip.jxp.data.TdbXmlRecord
Set the URL alias for the document.
setUseBaseline(boolean) - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
Set to true to use a previously registered baseline for this facet.
setUseConsoleLogging(boolean) - Method in class com.tietoenator.trip.jxp.grid.TdbGridSysProps
Establish whether the grid should log all activity to a console; this requires a valid console to be available to the grid router
setUseDebugMessages(boolean) - Method in class com.tietoenator.trip.jxp.grid.TdbGridSysProps
Establish whether the grid should issue debug messages, i.e.
setUseOnDemandTermLists(boolean) - Method in class com.tietoenator.trip.jxp.ccl.TdbCclCommand
Enable or disable the use of the on-demand term list feature.
setUseOnDemandTermLists(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbSearch
Enable or disable the use of the on-demand term list feature.
setUsesAudit(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish a query audit trail for this database.
setUsesAutoReorg(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish whether the database's index files should automatically reorganize, or whether the DBA should be alerted to the fact that the files are in need of reorganization.
setUsesBypass(boolean) - Method in class com.tietoenator.trip.jxp.users.TdbUser
Establish the user's ability to enter TRIP without providing a password, provided that the server O/S supports single sign-on; if the O/S does not support single sign-on, this setting is ignored
setUsesLogDeletes(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish whether the database's transaction log file should contain the full content of records that are deleted, or simply a delete marker.
setUsesPattern(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether this field's data restrictions are to be evaluated as a pattern (a regular expression).
setUsesReference(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether this field's data restrictions are to be interpreted as a reference to a field in another database.
setValidate(boolean) - Method in class com.tietoenator.trip.jxp.data.TdbXmlRecord
Determines if XML documents are to be validated upon import.
setValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbField
Set the defined subfield or paragraph to the provided value
Note that the index provided must lie within the current bounds of the field.
setValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
Not supported for STring fields
setValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbStructuredField
Set the defined subfield to the provided value.
setValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbTextField
Set the value of a specific paragraph to that provided.
setValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbTuple
Set the value of a field within the tuple.
setValue(String, String) - Method in class com.tietoenator.trip.jxp.data.TdbTuple
Set the value of a field within the tuple.
setVifFile(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish the filename of the database's secondary index file (the VIF)
setWeight(double) - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
Set the weight value for an edge record.
setWordChars(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Retrieve the set of normally unindexed characters that are to be considered searchable within this database.
setWordIndexed(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
Establish whether the index for this (PHrase-only) field should consist of the phrase and its constituent words (false), or whether only the constituent words (true) should be indexed and not the containing phrase.
setWriteAccess(TdbAccessRights) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
Establish write access level
setWriteFields(Collection<Integer>) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
Establish the collection of fields (identified by their field number) to which the user has selected write access.
setWriteScope(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseAccess
Establish the write scope statement
setXmlEnabled(boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Establish whether the database should be enabled for XML storage and XPath searching.
shortestPath(int, String[], int) - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
Determine the shortest path associated with the current graph set that use vertices in the specified start set as origins.
ShowVersion - Class in com.tietoenator.trip.jxp
The "main" class of TRIPjxp.
ShowVersion() - Constructor for class com.tietoenator.trip.jxp.ShowVersion
 
size() - Method in class com.tietoenator.trip.jxp.ccl.TdbTermList
Returns the total number of terms associated with this term list.
size() - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
Retrieve the number of objects contained within the list
source(int) - Method in class com.tietoenator.trip.jxp.graph.TdbGraphSet
Create a subgraph with edges where source vertices can be found in the specified (regular) search set.
status(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Refresh the status information of the named database.
status() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
Refresh the status information of the current database.
subList(int, int) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
Retrieve a new list object that contains elements within a range of the current list
subsystemNames() - Method in class com.tietoenator.trip.jxp.session.TdbSession
Retrieve the list of available classification subsystems supported by the server
supports(TdbInterfaceType) - Method in enum com.tietoenator.trip.jxp.session.TdbInterfaceType
Check the provided interface type, see if the current type supports that connection.
supportsFeature(TdbTripFeature) - Method in class com.tietoenator.trip.jxp.session.TdbSession
Returns true if the version of TRIPsystem this session is connected to supports the specified feature.
supportsHierarchy() - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
Check whether this scheme supports hierarchical classification
synonyms() - Method in class com.tietoenator.trip.jxp.ccl.TdbTreeEntry
Retrieve the collection of terms, by name, defined as synonyms of this term
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