- importCluster(String, String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Import a new cluster design from the named file.
- importDesign(String, String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Import a new database or thesaurus design from a named file.
- importGroup(String, String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Create a new group by importing a definition from a file.
- importProcedure(String, String, String) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
-
Import a new procedure from a file.
- importUpdate(String, String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Import an update to the named cluster design from the named file.
- importUpdate(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Import an update to the current cluster design from the named file.
- importUpdate(String, String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Import an update to an existing database / thesaurus from a named file.
- importUpdate(String) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Import an update to the current database's / thesaurus' design from a named file.
- importUpdate(String, String, String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
-
Update a format with a definition read from a named file
This method causes network I/O.
- importUpdate(String, String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
-
Update a format with a definition read from a named file
This method causes network I/O.
- importUpdate(String) - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
-
Updates the current format with a definition read from a named file
This method causes network I/O.
- importUpdate(String) - Method in class com.tietoenator.trip.jxp.users.TdbGroup
-
Update the group's definition with a saved definition read from a file.
- importUpdate(String, String, String) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
-
Update a procedure with a definition stored in file.
- importUpdate(String) - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
-
Update the current procedure with a definition stored in a file.
- importUpdate(String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
-
Update the user's definition from a saved file.
- importUser(String, String, String) - Method in class com.tietoenator.trip.jxp.users.TdbUser
-
Create a new user from a saved definition.
- index(boolean, boolean) - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Request the current database to be indexed.
- index() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Request a background task be submitted to index the current database.
- indexOf(Object) - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Retrieve the offset within the list at which the provided object
exists, if any
- infer(String, String, int) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Infer classes and training data from a previous classified database.
- infer(String, String) - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Infer classes and training data from a previous classified database.
- INFINITE_TIMEOUT - Static variable in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
-
Value to pass to
acquire
in order to block indefinitly
waiting for a session to become available.
- initializePooledSession(TdbPooledSession) - Method in interface com.tietoenator.trip.jxp.pool.TdbPoolInitializer
-
Perform one-time initialization of a session when it is created by the
pool.
- insert(Collection<TdbRecord>) - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
-
Insert new records to the database associated with this record set
Only the database (see setDatabase()) property is valid for this method.
- insert(int) - Method in class com.tietoenator.trip.jxp.data.TdbTupleList
-
Creates and inserts a new tuple.
- insertAseList() - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
List of ASE routines to be called upon commit of a new record.
- insertValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbField
-
Inserts a new subfield or paragraph into the field.
- insertValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbStringField
-
Not supported for STring fields
- insertValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbStructuredField
-
Inserts a new subfield into the field.
- insertValue(int, String) - Method in class com.tietoenator.trip.jxp.data.TdbTextField
-
Inserts a new paragraph into the field.
- integrityRules() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Retrieve a collection of integrity rules established for the database.
- INVALID_ARGS - Static variable in exception com.tietoenator.trip.jxp.TdbException
-
Programmer error, invalid arguments provided to a method call.
- isAccessRight() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is an access right object
- isAtBottom() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Check if the window is positioned at the "bottom" of the available output
- isAtTop() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Check if the window is positioned at the "top" of the available output
- isBaselineValid() - Method in class com.tietoenator.trip.jxp.ccl.TdbTerm
-
Returns true if the baseline count information is valid for this term.
- isBaselineValid() - Method in class com.tietoenator.trip.jxp.facet.TdbFacetValue
-
Returns true if the baseline count information is valid for this value.
- isCancelable() - Method in class com.tietoenator.trip.jxp.session.TdbSessionObject
-
Retrieve cancelable state
- isCategory() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a category from a classification container object
- isChanged() - Method in class com.tietoenator.trip.jxp.data.TdbField
-
Returns the change status for the field.
- isChanged() - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Returns the change status for the record.
- isChanged() - Method in class com.tietoenator.trip.jxp.data.TdbTextField
-
Returns the change status for the field.
- isClassificationContainer() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a classification container object
- isClosed() - Method in class com.tietoenator.trip.jxp.pool.TdbConnectionPool
-
Returns true if this connection pool has been closed.
- isCluster() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a database cluster object
- isComplete() - Method in class com.tietoenator.trip.jxp.database.TdbCompressionContext
-
Check whether the compression operation has completed on the server
- isConnected() - Method in interface com.tietoenator.trip.jxp.session.TdbHostInterface
-
Returns true if there is a physical or networked connection to the server
- isConnected() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Returns true if there is a physical or networked connection
to the server.
- isDatabase() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a database object
- isDeleted() - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Indicates if this record object represents a deleted record.
- isEdge() - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
-
Returns true if this record is an edge.
- isEdgeSet() - Method in class com.tietoenator.trip.jxp.graph.TdbGraphQueryResult
-
Returns true if this query result contains graph edges.
- isEmpty() - Method in class com.tietoenator.trip.jxp.ccl.TdbTermList
-
Returns true if there are no terms in this term list.
- isEmpty() - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Test the list for emptiness
- isEnabled() - Method in class com.tietoenator.trip.jxp.data.TdbNlpInfo
-
Returns true if TRIPcof/TRIPnlp interaction is enabled and false otherwise.
- isEntryForm() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a TRIPclassic entry form object
- isField() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a database field object
- isFieldIndexed() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if the index for this field should be constructed
and stored separately from that for other fields within the database.
- isFileManager() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Returns true if the calling user has file manager privilege
- isFileManager() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a user object and if that user is an FM
- isFinalized() - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Check if the scheme has been finalized if the subsystem in use by the scheme requires
finalization; value is undefined if the subsystem does not require finalization.
- isFocused() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Check if the window contains focus points (Show FOCus output)
- isFocused() - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
-
- isGraph() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Check if the database is a graph database.
- isGraphRecord() - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Indicates if this record is a graph record.
- isGridCluster() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a TRIPgrid cluster object
- isGridClusterMember() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a TRIPgrid cluster member object
- isGridHost() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a TRIPgrid host object
- isGridReplicaSet() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a TRIPgrid replica set object
- isGroup() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a user group object
- isIncludedInTextProcessing() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if this field is included in non-Boolean text processing, e.g.
- isIndexed() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if this field is indexed in any way.
- isLicensedFor(TdbProduct) - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Check if the server to which this session is connected is licensed for the supplied product code
- isLoggedIn() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Returns true is session is connected and authenticated.
- isManager() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a user object and if that user is a
manager of any type
- isOnDemand() - Method in class com.tietoenator.trip.jxp.ccl.TdbTermList
-
Returns true if the term list values are retrieved from the server on
demand (value is true), or if the entire term list is retrieved in one
go up front (value is false).
- isOriginalLayout() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if the field is stored in original layout, or if TRIP will compress white space
when storing field values.
- isOutgoing() - Method in class com.tietoenator.trip.jxp.database.TdbIntegrityRule
-
Check if this rule is outgoing (i.e.
- isOutputFormat() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is an output format object
- isOwner() - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Check if the calling user is the owner of the scheme
- isOwner() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseClusterDesign
-
Check if the calling user is the owner of the database cluster.
- isOwner() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Check if the calling user has ownership rights to this database.
- isPartField() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if this field is a member of the part record structure
- isPartNameField() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if this field is the part record name field
- isPhysical() - Method in class com.tietoenator.trip.jxp.grid.TdbGridClusterMember
-
Check if this member is a physical member, i.e.
- isProcedure() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a stored procedure object
- isProduct(String) - Static method in enum com.tietoenator.trip.jxp.TdbProduct
-
Check if the provided name matches this product enumeration
- isQueryCCL() - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
-
Check if the provided query statement is in CCL
- isQuerySQL() - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
-
Check if the provided query statement in is SQL
- isQueryXPath() - Method in class com.tietoenator.trip.jxp.data.TdbRecordSet
-
Check if the provided query statement in is XPath
- isRecordNameField() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if this field is the record name field, i.e.
- isRecordNumberField() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if this field is the record number field
- isRegisterBaseline() - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
-
Returns true if the facet values should be registered as a baseline.
- isReplicaSet() - Method in class com.tietoenator.trip.jxp.grid.TdbGridClusterMember
-
Check if this member is a replica set
- isScrollingWindow() - Method in class com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Check if the window is using scrolling output or replaced output
- isSearchForm() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a TRIPclassic search form object
- isStarted() - Method in class com.tietoenator.trip.jxp.database.TdbCompressionContext
-
Check whether the compression operation has been started on the server
- isSubsystem() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a classification subsystem object
- isSummarized() - Method in class com.tietoenator.trip.jxp.data.TdbFieldTemplate
-
- isSystemManager() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Returns true if the calling user is the SYSTEM user
- isSystemManager() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a user object and if that user is SYSTEM
- isThesaurus() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a thesaurus object
- isUnique() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if field values are to be validated for uniqueness.
- isUseBaseline() - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
-
Returns true a previously registered baseline should be used.
- isUser() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a user object
- isUserManager() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Returns true if the calling user has user manager privilege
- isUserManager() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this object is a user object and if that user is a UM
- isValid() - Method in class com.tietoenator.trip.jxp.ccl.TdbTermList
-
Returns true if the term list is valid for use.
- isVertex() - Method in class com.tietoenator.trip.jxp.data.TdbGraphRecord
-
Returns true if this record is a vertex.
- isVertexSet() - Method in class com.tietoenator.trip.jxp.graph.TdbGraphQueryResult
-
Returns true if this query result contains graph vertices.
- isWordIndexed() - Method in class com.tietoenator.trip.jxp.database.TdbFieldDesign
-
Check if 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.
- isWorking() - Method in class com.tietoenator.trip.jxp.session.TdbSession
-
Check if the session (in reality the underlying HIF) is busy
- isXmlEnabled() - Method in class com.tietoenator.trip.jxp.database.TdbDatabaseDesign
-
Check if the database is enabled for XML storage and XPath searching.
- isXmlEnabled() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Returns a value reflecting whether this database is XML enabled.
- isXmlRecord() - Method in class com.tietoenator.trip.jxp.data.TdbRecord
-
Indicates if this record is a TRIPxml record.
- isXmlRecord() - Method in class com.tietoenator.trip.jxp.data.TdbXmlRecord
-
Indicates if this record is a TRIPxml record.
- iterator() - Method in class com.tietoenator.trip.jxp.ccl.TdbTermList
-
Returns an iterator over the terms in this term list.
- iterator() - Method in class com.tietoenator.trip.jxp.classification.TdbCategory
-
Retrieve an iterator over the collection of training information available for this category
- iterator() - Method in class com.tietoenator.trip.jxp.classification.TdbClassificationScheme
-
Retrieve an iterator over the categories defined within the scheme
- iterator() - Method in class com.tietoenator.trip.jxp.data.TdbSearch
-
Returns an iterator over the search sets in the current search object.
- iterator() - Method in class com.tietoenator.trip.jxp.data.TdbSearchSet
-
Returns an iterator over the records in the current search set.
- iterator() - Method in class com.tietoenator.trip.jxp.facet.TdbFacet
-
Returns an iterator over the values in this facet.
- iterator() - Method in class com.tietoenator.trip.jxp.forms.TdbFormat
-
Retrieve the content of the format, i.e.
- iterator() - Method in class com.tietoenator.trip.jxp.grid.TdbGridCluster
-
Retrieve an iterator over the grid cluster's membership list
- iterator() - Method in class com.tietoenator.trip.jxp.grid.TdbGridHost
-
Retrieve an iterator over the publications offered by this host.
- iterator() - Method in class com.tietoenator.trip.jxp.grid.TdbGridReplicaSet
-
Retrieve an iterator on the membership list
- iterator() - Method in class com.tietoenator.trip.jxp.TdbControlObject
-
Retrieve an iterator over the custom keys of the object, which may be
a zero-size set.
- iterator() - Method in class com.tietoenator.trip.jxp.TdbMessageProvidingList
-
Retrieve an iterator over the list, suitable for use in the for-each coding pattern
- iterator() - Method in class com.tietoenator.trip.jxp.users.TdbProcedure
-
Retrieve an iterator over the collection of lines that comprise the procedure