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

A

addReason(String) - Method in exception org.termweb.api.ObjectValidationException
Adds a reason for the object not being valid.
addTerm(TermEntry) - Method in class org.termweb.api.data.entry.ConceptEntry
Adds a term entry to the concept.
ADMINISTRATIVESTATUS - Static variable in class org.termweb.api.data.def.DataCategory
 
all - Static variable in class org.termweb.api.data.search.CriteriaOperator
 
all - Static variable in class org.termweb.api.data.search.SearchType
 
ALL_FIELDS - Static variable in class org.termweb.api.data.search.SearchType
Represents a search in all available fields.
AND - Static variable in class org.termweb.api.data.search.CriteriaOperator
Criteria should be joined with logical AND with the following criteria.
ANIMACY - Static variable in class org.termweb.api.data.def.DataCategory
 
API_DISABLED - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when the remote API is disabled.
APIEnum - Class in org.termweb.api
Simple abstract class implementing enum functionality.
APIEnum(String) - Constructor for class org.termweb.api.APIEnum
Creates a new enum with specified name.
AuthenticationException - Exception in org.termweb.api
Exception thrown if the user cannot be authenticated for some reason.
AuthenticationException(int) - Constructor for exception org.termweb.api.AuthenticationException
Creates a new AuthenticationException of the specified type.
AuthenticationException(String) - Constructor for exception org.termweb.api.AuthenticationException
 
AuthenticationException(int, String) - Constructor for exception org.termweb.api.AuthenticationException
 
AuthenticationException() - Constructor for exception org.termweb.api.AuthenticationException
 
AuthorizationException - Exception in org.termweb.api
Exception thrown if the user is not authorized to execute a method or getObject access to an object.
AuthorizationException(String) - Constructor for exception org.termweb.api.AuthorizationException
 

C

clearProperties() - Method in interface org.termweb.api.TermWebSession
Removes all properties set in the session.
clearProperties() - Method in class org.termweb.api.XmlRpcTermWebSession
 
Client - Class in org.termweb.api.data.user
Defines a client in the system.
Client() - Constructor for class org.termweb.api.data.user.Client
Creates a new client.
Client(TermWebID) - Constructor for class org.termweb.api.data.user.Client
Creates a new client with specified ID.
CLIENT_DISABLED - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when the client account is disabled.
close(String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Closes the session.
close(TermWebSession) - Method in interface org.termweb.api.TermWebClient
Destroys the specified session and releases all resources.
close(TermWebSession) - Method in class org.termweb.api.XmlRpcTermWebClient
Destroys the specified session and releases all resources.
CONCEPT - Static variable in class org.termweb.api.data.def.FieldLevel
Defines concept level.
CONCEPT_ID - Static variable in class org.termweb.api.data.entry.ConceptEntry
 
ConceptEntry - Class in org.termweb.api.data.entry
Defines a concept entry.
ConceptEntry() - Constructor for class org.termweb.api.data.entry.ConceptEntry
Creates a new concept entry.
ConceptEntry(TermWebID) - Constructor for class org.termweb.api.data.entry.ConceptEntry
Creates a new entry with specified ID.
CONCEPTORIGIN - Static variable in class org.termweb.api.data.def.DataCategory
 
ConceptSyncMethod - Class in org.termweb.api.data.files
Defines the different methods for synchronizing concepts during import.
ConceptXmlResult - Class in org.termweb.api.data.search
Object for holding a list of concept entries in XML format retrieved from calls to XmlRpcReceiver.exportAllConcepts(String, String, int) or XmlRpcReceiver.exportConceptChanges(String, String, String, int).
ConceptXmlResult() - Constructor for class org.termweb.api.data.search.ConceptXmlResult
 
connect(String) - Static method in class org.termweb.api.XmlRpcTermWebClient
Creates a new XML-RPC client for the specified url.
CONTAINS - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with contains.
CONTEXT - Static variable in class org.termweb.api.data.def.DataCategory
 
create(String, Project) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new Project.
create(String, Filter) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new Filter.
create(String, ImportSettings) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new ImportSettings.
create(String, ConceptEntry) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new Concept Entry.
create(String, TermEntry) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new Term Entry.
create(String, Section) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new Section.
create(String, VirtualFile) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new VirtualFile.
create(TermWebObj) - Method in interface org.termweb.api.TermWebSession
Creates a new object in the system.
create(TermWebObj) - Method in class org.termweb.api.XmlRpcTermWebSession
Creates a new object in the system in the default context for the current user.
CREATE_CONCEPT - Static variable in class org.termweb.api.data.workflow.WorkflowTask
Triggered when a concept is created in the dictionary.
CREATE_TERM - Static variable in class org.termweb.api.data.workflow.WorkflowTask
Triggered when a term is created in the dictionary.
createDictionaryFromFile(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new dictionary from a virtual file.
createDictionaryFromFile(String, TermWebID) - Method in interface org.termweb.api.TermWebSession
Creates a new dictionary from a file stored in repository.
createDictionaryFromFile(String, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
 
CriteriaComparison - Class in org.termweb.api.data.search
Defines the different types of comparisons possible for a FilterCriteria.
CriteriaOperator - Class in org.termweb.api.data.search
Defines the different types of operators possible for a FilterCriteria to be joined to the following criteria in the filter.
CUSTOMERSUBSET - Static variable in class org.termweb.api.data.def.DataCategory
 

D

DataCategory - Class in org.termweb.api.data.def
Defines the different data categories available for dictionary fields.
DataFormat - Enum in org.termweb.api.common
XML formats for TermWebIntegrator methods.
DATE - Static variable in class org.termweb.api.data.def.DataCategory
 
DATE - Static variable in class org.termweb.api.data.def.FieldDataType
 
DEFINITION - Static variable in class org.termweb.api.data.def.DataCategory
 
delete(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Deletes an object.
delete(Class, TermWebID) - Method in interface org.termweb.api.TermWebSession
Deletes the specified object in the system.
delete(Class, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
Deletes the specified object in the system.
DELETE_CONCEPT - Static variable in class org.termweb.api.data.workflow.WorkflowTask
Triggered when a concept is deleted from the dictionary.
DELETE_TERM - Static variable in class org.termweb.api.data.workflow.WorkflowTask
Triggered when a term is deleted from the dictionary.
destroy() - Method in interface org.termweb.api.TermWebSession
Destroys this session object and releases all resources.
destroy() - Method in class org.termweb.api.XmlRpcTermWebSession
Destroys this session object and releases all resources.
Dictionary - Class in org.termweb.api.data.def
Contains data about a dictionary in the system.
Dictionary() - Constructor for class org.termweb.api.data.def.Dictionary
Creates a new dictionary.
Dictionary(TermWebID) - Constructor for class org.termweb.api.data.def.Dictionary
Creates a new dictionary with specified ID.
disconnect() - Method in interface org.termweb.api.TermWebClient
Disconnects from the TermWeb server and releases any resources taken by this client.
disconnect() - Method in class org.termweb.api.XmlRpcTermWebClient
Disconnects from the TermWeb server and releases any resources taken by this client.
Domain - Class in org.termweb.api.data.def
Contains data about a domain in a dictionary.
Domain(TermWebID) - Constructor for class org.termweb.api.data.def.Domain
 
DROP - Static variable in class org.termweb.api.data.files.ConceptSyncMethod
No synchronization, do not import concept.

E

EDIT_CONCEPT - Static variable in class org.termweb.api.data.workflow.WorkflowTask
Triggered when a concept is updated in the dictionary.
ENVIRONMENTSUBSET - Static variable in class org.termweb.api.data.def.DataCategory
 
equals(Object) - Method in class org.termweb.api.APIEnum
Checks if this enum value matches another enum value.
equals(Object) - Method in class org.termweb.api.data.entry.IndexTerm
 
equals(Object) - Method in class org.termweb.api.data.entry.TermEntry
 
equals(Object) - Method in class org.termweb.api.data.files.ImportValidationReport
 
EQUALS - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with equals.
equals(Object) - Method in class org.termweb.api.data.workflow.WorkflowCondition
 
equals(Object) - Method in class org.termweb.api.data.workflow.WorkflowFunctionCall
 
equals(Object) - Method in class org.termweb.api.TermWebID
 
EXAMPLE - Static variable in class org.termweb.api.data.def.DataCategory
 
EXISTS - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with exists.
exists(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Checks if an object with specified type and ID exists.
exists(Class, TermWebID) - Method in interface org.termweb.api.TermWebSession
Checks if an object with specified ID exists.
exists(Class, String) - Method in interface org.termweb.api.TermWebSession
Checks if an object with specified name exists.
exists(Class, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
Checks if an object with specified ID exists.
exists(Class, String) - Method in class org.termweb.api.XmlRpcTermWebSession
Checks if an object with specified name exists within the type's default context.
existsByName(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Checks if an object with the specified type and name exists.
EXPLANATION - Static variable in class org.termweb.api.data.def.DataCategory
 
export(String, String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Exports an object to the specified format and returns it as a string.
export(Class, TermWebID, String) - Method in interface org.termweb.api.TermWebSession
Exports an object into a specified format.
export(Class, TermWebID, String) - Method in class org.termweb.api.XmlRpcTermWebSession
 
exportAllConcepts(String, String, int) - Method in class org.termweb.api.internal.XmlRpcReceiver
From the selected dictionary, exports all concepts into a result object as XML segments.
exportAllConcepts(String, int) - Method in interface org.termweb.api.TermWebSession
Export all concepts in currently selected dictionary and sections as XML fragments in the specified format.
exportAllConcepts(String, int) - Method in class org.termweb.api.XmlRpcTermWebSession
 
exportAllConceptsToFile(String, String, boolean) - Method in class org.termweb.api.internal.XmlRpcReceiver
Exports all concepts in the selected dictionary to a virtual file.
exportAllConceptsToFile(String, boolean) - Method in interface org.termweb.api.TermWebSession
Exports all entries in the current dictionary to a virtual file.
exportAllConceptsToFile(String, boolean) - Method in class org.termweb.api.XmlRpcTermWebSession
 
exportConceptChanges(String, String, String, int) - Method in class org.termweb.api.internal.XmlRpcReceiver
From the selected dictionary, exports all changed concepts after a specified date into a result object as XML segments.
exportConceptChanges(Date, String, int) - Method in interface org.termweb.api.TermWebSession
Export modified concepts in currently selected dictionary and sections as XML fragments in the specified format.
exportConceptChanges(Date, String, int) - Method in class org.termweb.api.XmlRpcTermWebSession
 
exportToFile(String, String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Exports an object to the specified format and saves it as a virtual file.
exportToFile(Class, TermWebID, String) - Method in interface org.termweb.api.TermWebSession
Exports an object into a specified format and stores it as a virtual file.
exportToFile(Class, TermWebID, String) - Method in class org.termweb.api.XmlRpcTermWebSession
 

F

Field - Class in org.termweb.api.data.def
Contains data about a field in a dictionary.
Field(TermWebID) - Constructor for class org.termweb.api.data.def.Field
 
FieldDataType - Class in org.termweb.api.data.def
Defines the different data types for a Field.
FieldLevel - Class in org.termweb.api.data.def
Defines the different levels a Field can appear on.
FIELDNAME - Static variable in class org.termweb.api.data.entry.ConceptEntry
 
FILL - Static variable in class org.termweb.api.data.files.ConceptSyncMethod
Fill (only add missing value) selected parts, defined in ImportSettings object.
Filter - Class in org.termweb.api.data.search
Contains data about a filter in the system.
Filter(TermWebID) - Constructor for class org.termweb.api.data.search.Filter
 
FilterCriteria - Class in org.termweb.api.data.search
Contains information about a single criteria within a Filter.
FilterCriteria() - Constructor for class org.termweb.api.data.search.FilterCriteria
 
FilterCriteria(TermWebID) - Constructor for class org.termweb.api.data.search.FilterCriteria
 
fromLongStr(String) - Static method in class org.termweb.api.TermWebID
Parses the specified string as a long value and returns a TermWebID based on the value.
FUZZY - Static variable in class org.termweb.api.data.search.SearchType
Represents a fuzzy search.

G

get(String) - Static method in class org.termweb.api.data.def.DataCategory
Returns the DataCategory with the specified name.
get(String) - Static method in class org.termweb.api.data.def.FieldDataType
Returns the FieldDataType with the specified name.
get(int) - Static method in class org.termweb.api.data.def.FieldDataType
Returns the FieldDataType for specified index.
get(String) - Static method in class org.termweb.api.data.def.FieldLevel
Returns the FieldLevel with the specified name.
get(String) - Static method in class org.termweb.api.data.files.ConceptSyncMethod
Returns the ConceptSyncMethod with the specified name.
get(String) - Static method in class org.termweb.api.data.files.TermSyncMethod
Returns the TermSyncMethod with the specified name.
get(String) - Static method in class org.termweb.api.data.search.SearchType
Returns the SearchType with the specified name.
getAffectedConceptFields() - Method in class org.termweb.api.data.files.ImportSettings
Returns the concept level fields affected by the import.
getAffectedLanguages() - Method in class org.termweb.api.data.files.ImportSettings
Returns the languages affected by the import.
getAll(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns all objects for the specified type.
getAll(Class) - Method in interface org.termweb.api.TermWebSession
Returns a list of all objects of specified type.
getAll(Class) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns a list of all objects of specified type in the type's default context.
getApiVersion() - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the version string for TermWeb.
getAPIVersion() - Method in interface org.termweb.api.TermWebClient
Returns the version string for the TermWeb API.
getAPIVersion() - Method in class org.termweb.api.XmlRpcTermWebClient
Deprecated.
Use XmlRpcTermWebClient.getClientAPIVersion() for client side API version, or #getServerApiVersion() for
getByName(String) - Static method in class org.termweb.api.data.search.CriteriaComparison
 
getByName(String) - Static method in class org.termweb.api.data.search.CriteriaOperator
 
getByName(String) - Static method in class org.termweb.api.data.workflow.WorkflowFunction
 
getByName(String) - Static method in class org.termweb.api.data.workflow.WorkflowTask
 
getChildren() - Method in class org.termweb.api.data.def.Domain
Returns a list of domains that are children to this domain.
getClientAPIVersion() - Method in class org.termweb.api.XmlRpcTermWebClient
Returns the version string for the client side of TermWeb API.
getComparison() - Method in class org.termweb.api.data.search.FilterCriteria
Returns the comparison to use for the field.
getComparison() - Method in class org.termweb.api.data.workflow.WorkflowCondition
 
getConceptCountMap() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns a map with number of concepts found per section in the file.
getConceptEntry(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the concept entry with specified ID.
getConceptEntry(TermWebID) - Method in interface org.termweb.api.TermWebSession
Returns the concept entry with specified ID from the currently selected dictionary and sections.
getConceptEntry(String) - Method in interface org.termweb.api.TermWebSession
Returns the concept entry with specified ID from the currently selected dictionary and sections.
getConceptEntry(TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the concept entry with specified ID from the currently selected dictionary and sections.
getConceptEntry(String) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the concept entry with specified ID from the currently selected dictionary and sections.
getConceptEntryByCID(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the concept entry with specified concept ID.
getConceptEntryID() - Method in class org.termweb.api.data.entry.IndexTerm
Returns the ID for the corresponding ConceptEntry.
getConceptEntryID() - Method in class org.termweb.api.data.entry.TermEntry
Returns the ID of the concept entry to which this term belongs.
getConceptFieldIDMap() - Method in class org.termweb.api.data.files.ImportSettings
Returns the map of concept field names in import file to concept field IDs in dictionary.
getConceptFields() - Method in class org.termweb.api.data.def.Dictionary
 
getConceptID() - Method in class org.termweb.api.data.entry.ConceptEntry
Returns the conceptID.
getConceptIds() - Method in class org.termweb.api.data.search.ConceptXmlResult
Returns a comma-separated list of concept IDs corresponding to the XML fragments.
getConceptIdsAsList() - Method in class org.termweb.api.data.search.ConceptXmlResult
Returns the concept IDs as a list.
getConceptIDsInSections(String, List<String>) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the Concept IDs in the specified sections.
getConceptIDsInSections(List<TermWebID>) - Method in interface org.termweb.api.TermWebSession
Returns the list of concept entry IDs in specified sections.
getConceptIDsInSections(List<TermWebID>) - Method in class org.termweb.api.XmlRpcTermWebSession
 
getConceptIdSyncMethod() - Method in class org.termweb.api.data.files.ImportSettings
Returns the method for concept synchronization on Concept ID.
getConceptXmlList() - Method in class org.termweb.api.data.search.ConceptXmlResult
Returns the list of XML fragments for the concepts.
getConditionList() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
getCriteria() - Method in class org.termweb.api.data.search.Filter
Returns the list of criterias in the filter.
getData() - Method in class org.termweb.api.data.files.VirtualFile
Returns the binary data for the file.
getDataCategory() - Method in class org.termweb.api.data.def.Field
 
getDataType() - Method in class org.termweb.api.data.def.Field
 
getDeprecatedBy() - Method in enum org.termweb.api.common.DataFormat
 
getDescription() - Method in class org.termweb.api.data.def.Dictionary
Returns the description of the dictionary.
getDescription() - Method in class org.termweb.api.data.files.VirtualFile
Returns the description for the file.
getDescription() - Method in class org.termweb.api.data.workflow.Project
Returns the description for the Project.
getDescription() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
getDictionaryID() - Method in class org.termweb.api.data.def.Domain
Returns the dictionary ID.
getDictionaryID() - Method in class org.termweb.api.data.def.Field
Returns the dictionary ID to which this section belongs.
getDictionaryID() - Method in class org.termweb.api.data.def.Language
Returns the ID of the Dictionary to which this language belongs.
getDictionaryID() - Method in class org.termweb.api.data.def.Section
Returns the dictionary ID to which this section belongs.
getDictionaryID() - Method in class org.termweb.api.data.files.ImportSettings
Returns the dictionary for the settings.
getDictionaryID() - Method in class org.termweb.api.data.search.Filter
Returns the dictionary ID.
getDictionaryID() - Method in class org.termweb.api.data.workflow.Project
Returns the dictionary ID.
getDictionaryID() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
getDomainIDs() - Method in class org.termweb.api.data.entry.ConceptEntry
Returns the domains for this concept.
getDomainPaths() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns domain path names found in the file.
getEmail() - Method in class org.termweb.api.data.def.User
Returns the email address.
getFatalErrors() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns a list of fatal errors found during validation.
getFieldID() - Method in class org.termweb.api.data.search.FilterCriteria
Returns the ID of the field to check.
getFieldID() - Method in class org.termweb.api.data.workflow.WorkflowCondition
Returns the ID of the field to check.
getFieldNames(FieldLevel) - Method in class org.termweb.api.data.files.ImportValidationReport
Returns a list of existing field names found in the file.
getFileFormat() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns the format of the validated file.
getFileName() - Method in class org.termweb.api.data.files.VirtualFile
Returns the file name by concatenating the name and type
getFilterCriteriaList() - Method in class org.termweb.api.data.workflow.Project
 
getFilterID() - Method in class org.termweb.api.data.workflow.Project
 
getFirstReason() - Method in exception org.termweb.api.ObjectValidationException
Returns the first reason or an empty string if there are no reasons set.
getForName(String) - Static method in enum org.termweb.api.common.DataFormat
 
getFromPos() - Method in class org.termweb.api.data.search.SearchCondition
Returns the starting position in the list of search results.
getFullName() - Method in class org.termweb.api.data.def.User
Returns the full name for the user.
getFullName() - Method in class org.termweb.api.data.user.Client
Returns the client's full name.
getFunction() - Method in class org.termweb.api.data.workflow.WorkflowFunctionCall
 
getFunctionCallList() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
getGroupID() - Method in class org.termweb.api.data.search.Filter
Returns the ID of the group for which this filter is visible.
getID() - Method in class org.termweb.api.data.search.FilterCriteria
Returns the ID for this object.
getID() - Method in interface org.termweb.api.data.TermWebObj
Returns the ID for this object.
getID() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
getIndexTermLanguages() - Method in class org.termweb.api.data.files.ImportSettings
Returns the codes for languages used if concepts are synchronized on index term.
getIndexTerms(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the index term result objects for the specified search expression.
getIndexTerms(String, Map, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the index term result objects for the specified search expression, translated into specified target language.
getIndexTerms(String, Map) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the index term result objects for the specified search expression and/or start position.
getIndexTerms(String) - Method in interface org.termweb.api.TermWebSession
Performs a normal search with the specified search expression and returns the index term objects from beginning of the list to the end of terms, or at most 1000 terms.
getIndexTerms(SearchCondition) - Method in interface org.termweb.api.TermWebSession
Performs a search and returns the index term objects from specified position in the list to the end of terms, or at most 200 terms.
getIndexTerms(SearchCondition, String) - Method in interface org.termweb.api.TermWebSession
Retrieves IndexTerm objects matching the specified SearchCondition in the currently selected search language, and translates them to the specified language.
getIndexTerms(SearchCondition) - Method in class org.termweb.api.XmlRpcTermWebSession
Performs a search and returns the index term objects from specified position in the list to the end of terms, or at most 200 terms.
getIndexTerms(SearchCondition, String) - Method in class org.termweb.api.XmlRpcTermWebSession
Retrieves IndexTerm objects matching the specified SearchCondition in the currently selected search language, and translates them to the specified language.
getIndexTerms(String) - Method in class org.termweb.api.XmlRpcTermWebSession
Performs a normal search with the specified search expression and returns the index term objects from beginning of the list to the end of terms, or at most 200 terms.
getIndexTermSyncMethod() - Method in class org.termweb.api.data.files.ImportSettings
Returns the method for concept synchronization on index term
getIsoCode2() - Method in class org.termweb.api.data.def.Language
Returns the ISO639-1 code for the language (2 characters).
getIsoCode3() - Method in class org.termweb.api.data.def.Language
Returns the ISO639-2 code for the language (3 characters).
getLanguage() - Method in class org.termweb.api.data.entry.TermEntry
Returns the language code for the entry.
getLanguageCodes() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns codes of languages found in file that exist in the dictionary.
getLanguageIso3Map() - Method in class org.termweb.api.data.files.ImportSettings
Returns the map of language names in import file to language codes in dictionary.
getLanguageNames() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns a list of names of languages found in file that exist in the dictionary.
getLogin() - Method in class org.termweb.api.data.def.User
Returns the login name.
getLong() - Method in class org.termweb.api.TermWebID
Returns the ID as a Long value.
getMaxConcurrentUsers() - Method in class org.termweb.api.data.user.Client
Returns the max number of concurrent users.
getMaxLength() - Method in class org.termweb.api.data.def.Field
 
getMaxUserAccounts() - Method in class org.termweb.api.data.user.Client
Returns the max number of users.
getMessage() - Method in exception org.termweb.api.AuthenticationException
 
getMessage() - Method in exception org.termweb.api.AuthorizationException
 
getMessage() - Method in exception org.termweb.api.IllegalParameterValueException
 
getMessage() - Method in exception org.termweb.api.NoSuchObjectException
 
getMessage() - Method in exception org.termweb.api.ObjectValidationException
 
getMessage() - Method in exception org.termweb.api.SessionExpiredException
 
getMessage() - Method in exception org.termweb.api.TermWebInternalException
 
getMessage() - Method in exception org.termweb.api.UnsupportedObjectTypeException
 
getMinLength() - Method in class org.termweb.api.data.def.Field
 
getMissingFieldNames(FieldLevel) - Method in class org.termweb.api.data.files.ImportValidationReport
Returns a list of non-existing field names in the dictionary for a specified level.
getMissingLangCodes() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns a list of language codes found in the file that do not exist in the dictionary.
getMissingSectionNames() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns all section names found in file that do not exist in the dictionary.
getName() - Method in class org.termweb.api.APIEnum
Returns the name for the enum.
getName() - Method in enum org.termweb.api.common.DataFormat
 
getName() - Method in class org.termweb.api.data.entry.ConceptEntry
Overrides default BaseTermWebObj.getName() to return the conceptID for this ConceptEntry.
getName() - Method in interface org.termweb.api.data.TermWebObj
Returns the name for this object.
getName() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
Returns the name for the workflow.
getObject(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Retrieves the object with specified type and ID.
getObject(Class, TermWebID) - Method in interface org.termweb.api.TermWebSession
Returns the object with specified ID and type.
getObject(Class, String) - Method in interface org.termweb.api.TermWebSession
Returns the object with specified name.
getObject(Class, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the object with specified ID and type.
getObject(Class, String) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the object with specified ID and name within the type's default context.
getObjectByName(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns an object with specified type and name.
getOperator() - Method in class org.termweb.api.data.search.FilterCriteria
Returns the boolean operator with which this criteria connects to the following criteria in the list.
getOperator() - Method in class org.termweb.api.data.workflow.WorkflowCondition
Returns the boolean operator with which this condition connects to the following condition in the list.
getParameterMap() - Method in class org.termweb.api.data.workflow.WorkflowFunctionCall
 
getParentID() - Method in class org.termweb.api.data.def.Domain
Returns the parent domain ID.
getPicklistValues() - Method in class org.termweb.api.data.def.Field
 
getPlainMessage() - Method in exception org.termweb.api.AuthenticationException
 
getProperty(String) - Method in interface org.termweb.api.TermWebSession
Returns a property value that will be included for method calls.
getProperty(String) - Method in class org.termweb.api.XmlRpcTermWebSession
 
getReasons() - Method in exception org.termweb.api.ObjectValidationException
Returns the list of stored reasons for the object not being valid.
getRegExp() - Method in class org.termweb.api.data.def.Field
 
getRegion() - Method in class org.termweb.api.data.entry.TermEntry
Gets the region value for the term.
getResultSize() - Method in class org.termweb.api.data.search.ConceptXmlResult
 
getScript() - Method in class org.termweb.api.data.entry.TermEntry
Gets the script for the term.
getSearchString() - Method in class org.termweb.api.data.search.SearchCondition
Returns the search string.
getSectionID() - Method in class org.termweb.api.data.entry.ConceptEntry
Returns the section ID for the concept.
getSectionIDMap() - Method in class org.termweb.api.data.files.ImportSettings
Returns the map of section names in import file to section IDs in dictionary.
getSectionName() - Method in class org.termweb.api.data.entry.ConceptEntry
Returns the section name for the concept.
getSectionNames() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns all section names in the file that exist in the dictionary.
getSelected(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the selected object of specified type.
getSelected(Class) - Method in interface org.termweb.api.TermWebSession
Returns the selected object of specified type in the session.
getSelected(Class) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the selected object of specified type in the session.
getSelectedList(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the selected objects of specified type.
getSelectedList(Class) - Method in interface org.termweb.api.TermWebSession
Returns a list of the selected object(s) of specified type in the session.
getSelectedList(Class) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns a list of the selected object(s) of specified type in the session.
getServerAPIVersion() - Method in class org.termweb.api.XmlRpcTermWebClient
Returns the version string for the server side of TermWeb API.
getServerUrl() - Method in class org.termweb.api.XmlRpcTermWebClient
 
getSessionID() - Method in interface org.termweb.api.TermWebSession
Returns the ID for this session.
getSessionID() - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the ID for this session.
getSize() - Method in class org.termweb.api.data.files.VirtualFile
Returns the size of the file in bytes.
getSize() - Method in class org.termweb.api.data.search.ConceptXmlResult
Returns the total number of XML fragments in the result.
getSourceLanguage(String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the selected source language in the dictionary.
getSourceLanguage() - Method in interface org.termweb.api.TermWebSession
Returns the code for the currently selected source language.
getSourceLanguage() - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the code for the currently selected source language.
getSourceTermID() - Method in class org.termweb.api.data.entry.TermEntry
 
getString() - Method in class org.termweb.api.TermWebID
Returns the ID as a String with the value in base-32 representation, using characters 0-9 and a-v.
getTaskList() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
getTerm() - Method in class org.termweb.api.data.entry.IndexTerm
Returns the term name.
getTermCount() - Method in class org.termweb.api.data.files.ImportValidationReport
Returns the total number of terms found in the file.
getTermEntries(String, Map, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns corresponding term entries in specified target language for the source language term entries matching the search expression.
getTermEntries(SearchCondition, String) - Method in interface org.termweb.api.TermWebSession
Performs a search according to data in the search condition object and returns the term entry objects for the specified target language.
getTermEntries(SearchCondition, String) - Method in class org.termweb.api.XmlRpcTermWebSession
Performs a search according to data in the search condition object and returns the term entry objects for the specified target language.
getTermEntry(TermWebID) - Method in class org.termweb.api.data.entry.ConceptEntry
Returns the term entry with specified ID.
getTermEntry(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the term entry with specified ID.
getTermEntry(TermWebID) - Method in interface org.termweb.api.TermWebSession
Returns the term entry with specified ID from the currently selected dictionary and sections.
getTermEntry(String) - Method in interface org.termweb.api.TermWebSession
Returns the term entry with specified termID from the currently selected dictionary and sections.
getTermEntry(TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the term entry with specified ID from the currently selected dictionary and sections.
getTermEntry(String) - Method in class org.termweb.api.XmlRpcTermWebSession
Returns the term entry with specified termID from the currently selected dictionary and sections.
getTermEntryByTID(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the term entry with specified term ID.
getTermEntryID() - Method in class org.termweb.api.data.entry.IndexTerm
Returns the ID for the corresponding TermEntry.
getTermFieldIDMap() - Method in class org.termweb.api.data.files.ImportSettings
Returns the map of term field names in import file to term field IDs in dictionary.
getTermFields() - Method in class org.termweb.api.data.def.Dictionary
 
getTermID() - Method in class org.termweb.api.data.entry.TermEntry
Returns the termID for the entry.
getTerms() - Method in class org.termweb.api.data.entry.ConceptEntry
Returns all term entries from the concept.
getTerms(String) - Method in class org.termweb.api.data.entry.ConceptEntry
Returns all terms in the specified language from the concept.
getTermSyncMethod() - Method in class org.termweb.api.data.files.ImportSettings
Returns the method for term synchronization within synchronized concepts.
getTermWebVersion() - Method in class org.termweb.api.internal.XmlRpcReceiver
Returns the version string for TermWeb.
getTermWebVersion() - Method in interface org.termweb.api.TermWebClient
Returns the version string for TermWeb.
getTermWebVersion() - Method in class org.termweb.api.XmlRpcTermWebClient
Returns the version string for TermWeb.
getType() - Method in exception org.termweb.api.AuthenticationException
Returns the type of the exception.
getType() - Method in class org.termweb.api.data.files.VirtualFile
Returns the type of the file, retrieved from the file name suffix.
getType() - Method in interface org.termweb.api.TermWebAPITypedThrowable
 
getUnresolvedIds() - Method in class org.termweb.api.data.files.ImportValidationReport
Only for internal use.
getUserID() - Method in class org.termweb.api.data.files.ImportSettings
Returns the user who owns the settings.
getValue() - Method in class org.termweb.api.data.search.FilterCriteria
Returns the value to check against.
getValue() - Method in class org.termweb.api.data.workflow.WorkflowCondition
Returns the value to check against.
getVariablesMap() - Method in class org.termweb.api.data.workflow.Project
 
getWorkflowList() - Method in class org.termweb.api.data.workflow.Project
 
GRAMMATICALGENDER - Static variable in class org.termweb.api.data.def.DataCategory
 
GRAMMATICALNUMBER - Static variable in class org.termweb.api.data.def.DataCategory
 
GREATER_THAN - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with greater than.

H

hashCode() - Method in class org.termweb.api.APIEnum
Returns the hash code for the enum.
hashCode() - Method in class org.termweb.api.data.entry.IndexTerm
 
hashCode() - Method in class org.termweb.api.data.files.ImportValidationReport
 
hashCode() - Method in class org.termweb.api.data.workflow.WorkflowCondition
 
hashCode() - Method in class org.termweb.api.data.workflow.WorkflowFunctionCall
 
hashCode() - Method in class org.termweb.api.TermWebID
 
hasMoreResults() - Method in class org.termweb.api.data.search.ConceptXmlResult
Checks if there are more results in the database that can be fetched by a subsequent call.

I

IllegalParameterValueException - Exception in org.termweb.api
Exception thrown if a method call contains illegal argument values.
IllegalParameterValueException(String, Object) - Constructor for exception org.termweb.api.IllegalParameterValueException
 
IllegalParameterValueException(String) - Constructor for exception org.termweb.api.IllegalParameterValueException
 
importFile(String, String, ImportValidationReport, ImportSettings) - Method in class org.termweb.api.internal.XmlRpcReceiver
Imports term data from a virtual file into a dictionary.
importFile(TermWebID, ImportValidationReport, ImportSettings) - Method in interface org.termweb.api.TermWebSession
 
importFile(TermWebID, ImportValidationReport, ImportSettings) - Method in class org.termweb.api.XmlRpcTermWebSession
 
importFromFile(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Imports an object from a virtual file.
importFromFile(Class, TermWebID) - Method in interface org.termweb.api.TermWebSession
Imports an object from a virtual file.
importFromFile(Class, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
 
ImportSettings - Class in org.termweb.api.data.files
Settings for imports of term data.
ImportSettings() - Constructor for class org.termweb.api.data.files.ImportSettings
Creates a new ImportSettings.
ImportSettings(TermWebID) - Constructor for class org.termweb.api.data.files.ImportSettings
Creates a new ImportSettings with specified ID.
ImportValidationReport - Class in org.termweb.api.data.files
Contains results of a validation of an import file.
ImportValidationReport() - Constructor for class org.termweb.api.data.files.ImportValidationReport
 
INCREMENTAL - Static variable in class org.termweb.api.data.def.DataCategory
 
IndexTerm - Class in org.termweb.api.data.entry
Data object for listing terms and search results.
IndexTerm(String, TermWebID, TermWebID) - Constructor for class org.termweb.api.data.entry.IndexTerm
Creates a new IndexTerm from the given values.
initSession() - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new session for auto-login guest user.
initSession(String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new session for guest user for specified client.
initSession(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
 
initSession() - Method in interface org.termweb.api.TermWebClient
Initializes a new session for a Guest user with auto-login enabled.
initSession(String) - Method in interface org.termweb.api.TermWebClient
Initializes a new session for the Guest user for specified client.
initSession(String, String, String) - Method in interface org.termweb.api.TermWebClient
Initializes a new session for the user specified by client login, user login and password.
initSession() - Method in class org.termweb.api.XmlRpcTermWebClient
Initializes a new session for a Guest user with auto-login enabled.
initSession(String) - Method in class org.termweb.api.XmlRpcTermWebClient
Initializes a new session for the Guest user for specified client.
initSession(String, String, String) - Method in class org.termweb.api.XmlRpcTermWebClient
Initializes a new session for the user specified by client login, user login and password.
isActive() - Method in class org.termweb.api.data.def.User
Check if the user is active
isActive() - Method in class org.termweb.api.data.user.Client
Checks if this client is active.
isActive() - Method in class org.termweb.api.data.workflow.Project
Checks if the project is set to be active.
isActive() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
Checks if the Workflow is set to be active.
isIdentical(TermEntry) - Method in class org.termweb.api.data.entry.TermEntry
 
isInternal_ValidIDs() - Method in class org.termweb.api.data.entry.ConceptEntry
Checks the flag for valid IDs.
isNew() - Method in class org.termweb.api.TermWebID
Checks if the ID is new, i.e.
isPubliclyVisible() - Method in class org.termweb.api.data.files.ImportSettings
Checks if the settings is visible for everyone.
isRelDate() - Method in class org.termweb.api.data.search.FilterCriteria
 
isRequired() - Method in class org.termweb.api.data.def.Field
 
isSelected(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Checks if the object with specified type and ID is selected.
isSelected(Class, TermWebID) - Method in interface org.termweb.api.TermWebSession
Checks if an item is selected in the session for the specified type class.
isSelected(Class, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
Checks if an item is selected in the session for the specified type class.
isTermStartCriteria() - Method in class org.termweb.api.data.search.FilterCriteria
Checks if this criteria is the start of a set of term level criterias.
isToBeDeleted() - Method in class org.termweb.api.data.entry.TermEntry
Checks if the term entry is marked for deletion.

L

Language - Class in org.termweb.api.data.def
Contains data about a language in a dictionary.
Language(TermWebID) - Constructor for class org.termweb.api.data.def.Language
Creates a new language with specified ID.
Language() - Constructor for class org.termweb.api.data.def.Language
Creates a new language.
LANGUAGE - Static variable in class org.termweb.api.data.entry.TermEntry
 
LESS_THAN - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with less than.

M

MAX_CONCURRENT_USERS - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when the maximum number of concurrent users is reached.
MERGE - Static variable in class org.termweb.api.data.files.ConceptSyncMethod
Merge (overwrite with new value, but do not remove value) selected parts, defined in ImportSettings object.
MULTIVALUED - Static variable in class org.termweb.api.data.def.DataCategory
 
MULTIVALUED - Static variable in class org.termweb.api.data.def.FieldDataType
 

N

NEW - Static variable in class org.termweb.api.TermWebID
ID value for new objects.
NO_GUEST_AUTOLOGIN - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when there is no guest account with auto-login.
NO_SUCH_CLIENT - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when there is no such client.
NO_SYNC - Static variable in class org.termweb.api.data.files.ConceptSyncMethod
No synchronization, create new concept.
NO_SYNC - Static variable in class org.termweb.api.data.files.TermSyncMethod
No synchronization, all terms in corresponding language are affected by the concept sync method.
NONE - Static variable in class org.termweb.api.data.search.CriteriaOperator
Deprecated.
Use CriteriaOperator.NOP instead. Will be removed in future version.
NONE - Static variable in class org.termweb.api.data.search.SearchCondition
Defines an empty search, i.e.
NOP - Static variable in class org.termweb.api.data.search.CriteriaOperator
Criteria is the last in the filter on either concept level or in a term group.
NORMAL - Static variable in class org.termweb.api.data.search.SearchType
Represents a normal (index term) search.
NoSuchObjectException - Exception in org.termweb.api
Exception thrown if no object exists with specified ID or name.
NoSuchObjectException(TermWebID, Class) - Constructor for exception org.termweb.api.NoSuchObjectException
Creates a new exception for the specified ID and type.
NoSuchObjectException(String) - Constructor for exception org.termweb.api.NoSuchObjectException
Constructs a new runtime exception with the specified detail message.
NOT_CONTAINS - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with not contains.
NOT_EQUALS - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with notequals.
NOT_EXISTS - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with not exists.
NOTE_TEXT - Static variable in class org.termweb.api.data.def.FieldDataType
 
NOTETEXT - Static variable in class org.termweb.api.data.def.DataCategory
 

O

ObjectValidationException - Exception in org.termweb.api
Exception thrown if the object is not valid, i.e.
ObjectValidationException() - Constructor for exception org.termweb.api.ObjectValidationException
 
ObjectValidationException(String) - Constructor for exception org.termweb.api.ObjectValidationException
 
OR - Static variable in class org.termweb.api.data.search.CriteriaOperator
Criteria should be joined with logical OR with the following criteria.
org.termweb.api - package org.termweb.api
Base package for TermWeb API classes.
org.termweb.api.common - package org.termweb.api.common
Common constants and definitions for API methods.
org.termweb.api.data - package org.termweb.api.data
Contains data classes used in the API.
org.termweb.api.data.def - package org.termweb.api.data.def
Contains data objects for dictionary definitions.
org.termweb.api.data.entry - package org.termweb.api.data.entry
Contains data objects for concept and term entries.
org.termweb.api.data.files - package org.termweb.api.data.files
Contains data objects for virtual files, and export and import operations.
org.termweb.api.data.search - package org.termweb.api.data.search
Contains data objects for searching and filtering.
org.termweb.api.data.user - package org.termweb.api.data.user
Contains data objects for users, groups and permissions.
org.termweb.api.data.workflow - package org.termweb.api.data.workflow
Contains data classes for Projects and Workflows.
org.termweb.api.internal - package org.termweb.api.internal
Server side classes.
OVERWRITE - Static variable in class org.termweb.api.data.files.ConceptSyncMethod
Overwrite selected parts, defined in ImportSettings object.

P

PARTOFSPEECH - Static variable in class org.termweb.api.data.def.DataCategory
 
PICKLIST - Static variable in class org.termweb.api.data.def.DataCategory
 
PICKLIST - Static variable in class org.termweb.api.data.def.FieldDataType
 
PLAIN_TEXT - Static variable in class org.termweb.api.data.def.FieldDataType
 
PLAINTEXT - Static variable in class org.termweb.api.data.def.DataCategory
 
PROCESSSTATUS - Static variable in class org.termweb.api.data.def.DataCategory
 
PRODUCTSUBSET - Static variable in class org.termweb.api.data.def.DataCategory
 
Project - Class in org.termweb.api.data.workflow
Contains a Project definition.
Project(TermWebID) - Constructor for class org.termweb.api.data.workflow.Project
 
PROJECTSUBSET - Static variable in class org.termweb.api.data.def.DataCategory
 
ProjectWorkflow - Class in org.termweb.api.data.workflow
Represents a Workflow defined in a Project.
ProjectWorkflow() - Constructor for class org.termweb.api.data.workflow.ProjectWorkflow
 

R

REMINDER_EMAIL - Static variable in class org.termweb.api.data.workflow.WorkflowFunction
Function for sending a reminder email if a concept does not fulfil certain conditions after a specified time after original mail.
removeTerm(TermWebID) - Method in class org.termweb.api.data.entry.ConceptEntry
Removes the TermEntry with specified ID from the concept.
REPLACE - Static variable in class org.termweb.api.data.files.ConceptSyncMethod
Overwrite entire concept.
ROOT_DOMAIN_ID - Static variable in class org.termweb.api.data.def.Domain
Constant representing the root domain ID.

S

SAMPLESENTENCE - Static variable in class org.termweb.api.data.def.DataCategory
 
SearchCondition - Class in org.termweb.api.data.search
Contains information about parameters for a search.
SearchCondition() - Constructor for class org.termweb.api.data.search.SearchCondition
Creates a new normal search with no search string.
SearchCondition(String) - Constructor for class org.termweb.api.data.search.SearchCondition
Creates a new normal search with the specified search string.
SearchCondition(String, int) - Constructor for class org.termweb.api.data.search.SearchCondition
 
SearchType - Class in org.termweb.api.data.search
Defines the different types of search.
Section - Class in org.termweb.api.data.def
Contains data about a section in a dictionary.
Section(TermWebID) - Constructor for class org.termweb.api.data.def.Section
 
SELECTED_FIELDS - Static variable in class org.termweb.api.data.search.SearchType
Represents a search in a set of selected fields..
SEND_EMAIL - Static variable in class org.termweb.api.data.workflow.WorkflowFunction
Function for sending email.
SessionExpiredException - Exception in org.termweb.api
Exception thrown if the session has expired due to inactivity.
SessionExpiredException() - Constructor for exception org.termweb.api.SessionExpiredException
 
SessionExpiredException(String) - Constructor for exception org.termweb.api.SessionExpiredException
 
SET_FIELD_VALUE - Static variable in class org.termweb.api.data.workflow.WorkflowFunction
Sets a field value in the concept or term.
setActive(boolean) - Method in class org.termweb.api.data.def.User
Set the user to active
setActive(boolean) - Method in class org.termweb.api.data.user.Client
Sets if this client is active.
setActive(boolean) - Method in class org.termweb.api.data.workflow.Project
Sets the project to be active.
setActive(boolean) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
Sets the Workflow to be active.
setAffectedConceptFields(List<TermWebID>) - Method in class org.termweb.api.data.files.ImportSettings
Sets the concept level fields affected by the import.
setAffectedLanguages(List<String>) - Method in class org.termweb.api.data.files.ImportSettings
Sets the languages affected by the import.
setAllSelected(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Sets all objects of specified type as selected.
setAllSelected(Class) - Method in interface org.termweb.api.TermWebSession
Sets all objects of specified type as selected.
setAllSelected(Class) - Method in class org.termweb.api.XmlRpcTermWebSession
Sets all objects of specified type as selected.
setChildren(List) - Method in class org.termweb.api.data.def.Domain
Sets the list of domains that are children to this domain.
setComparison(CriteriaComparison) - Method in class org.termweb.api.data.search.FilterCriteria
Sets the comparison to use for the field.
setComparison(CriteriaComparison) - Method in class org.termweb.api.data.workflow.WorkflowCondition
 
setConceptCountMap(Map<String, Integer>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the number of concepts per section.
setConceptEntryID(TermWebID) - Method in class org.termweb.api.data.entry.TermEntry
Sets the ID of the concept entry to which this term belongs.
setConceptFieldIDMap(Map<String, TermWebID>) - Method in class org.termweb.api.data.files.ImportSettings
Sets the map of concept field names in import file to concept field IDs in dictionary.
setConceptFields(List) - Method in class org.termweb.api.data.def.Dictionary
 
setConceptID(String) - Method in class org.termweb.api.data.entry.ConceptEntry
Sets the conceptID.
setConceptIds(String) - Method in class org.termweb.api.data.search.ConceptXmlResult
 
setConceptIds(List<String>) - Method in class org.termweb.api.data.search.ConceptXmlResult
 
setConceptIdSyncMethod(ConceptSyncMethod) - Method in class org.termweb.api.data.files.ImportSettings
Sets the method for concept synchronization on Concept ID.
setConceptXmlList(List<String>) - Method in class org.termweb.api.data.search.ConceptXmlResult
 
setConditionList(List<WorkflowCondition>) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
setCriteria(List) - Method in class org.termweb.api.data.search.Filter
Sets the list of criterias for the filter.
setData(byte[]) - Method in class org.termweb.api.data.files.VirtualFile
Sets the binary data for the file.
setDataCategory(DataCategory) - Method in class org.termweb.api.data.def.Field
 
setDataType(FieldDataType) - Method in class org.termweb.api.data.def.Field
 
setDescription(String) - Method in class org.termweb.api.data.def.Dictionary
Sets the description of the dictionary.
setDescription(String) - Method in class org.termweb.api.data.files.VirtualFile
Sets the description for the file.
setDescription(String) - Method in class org.termweb.api.data.workflow.Project
Sets the description for the project.
setDescription(String) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
Sets the description for the workflow.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.def.Domain
Sets the dictionary ID to which this entry belongs.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.def.Field
Sets the dictionary ID to which this entry belongs.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.def.Language
Sets the ID of the Dictionary to which this language belongs.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.def.Section
Sets the dictionary ID to which this entry belongs.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.files.ImportSettings
Sets the dictionary for the settings.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.search.Filter
Sets the dictionary ID to which this filter belongs.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.workflow.Project
Sets the dictionary ID to which this filter belongs.
setDictionaryID(TermWebID) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
setDomainIDs(List<TermWebID>) - Method in class org.termweb.api.data.entry.ConceptEntry
Sets the domains for this concept.
setDomainPaths(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the domain path names found in the file.
setEmail(String) - Method in class org.termweb.api.data.def.User
Sets the email address.
setFatalErrors(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Only for internal use.
setFieldID(TermWebID) - Method in class org.termweb.api.data.search.FilterCriteria
Sets the ID of the field to check.
setFieldID(TermWebID) - Method in class org.termweb.api.data.workflow.WorkflowCondition
Sets the ID of the field to check.
setFieldNames(FieldLevel, List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the list of existing field names for a specified level.
setFileFormat(String) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the file format of the validated file.
setFilterCriteriaList(List<FilterCriteria>) - Method in class org.termweb.api.data.workflow.Project
 
setFilterID(TermWebID) - Method in class org.termweb.api.data.workflow.Project
 
setFromPos(int) - Method in class org.termweb.api.data.search.SearchCondition
Sets the starting position for the ist of search results.
setFullName(String) - Method in class org.termweb.api.data.def.User
Sets the full name for the user.
setFullName(String) - Method in class org.termweb.api.data.user.Client
Sets the client's full name.
setFunction(WorkflowFunction) - Method in class org.termweb.api.data.workflow.WorkflowFunctionCall
 
setFunctionCallList(List<WorkflowFunctionCall>) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
setGroupID(TermWebID) - Method in class org.termweb.api.data.search.Filter
Sets the ID of the group for which this filter is visible.
setHasMoreResults(boolean) - Method in class org.termweb.api.data.search.ConceptXmlResult
 
setID(TermWebID) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
setIndexTermLanguages(List<String>) - Method in class org.termweb.api.data.files.ImportSettings
Sets the codes for languages used if concepts are synchronized on index term.
setIndexTermSyncMethod(ConceptSyncMethod) - Method in class org.termweb.api.data.files.ImportSettings
Sets the method for concept synchronization on index term
setInternal_ValidIDs(boolean) - Method in class org.termweb.api.data.entry.ConceptEntry
Sets the flag for valid IDs.
setIsoCode2(String) - Method in class org.termweb.api.data.def.Language
Sets the ISO639-1 code for the language (2 characters).
setIsoCode3(String) - Method in class org.termweb.api.data.def.Language
Sets the ISO639-2 code for the language (3 characters).
setLanguage(String) - Method in class org.termweb.api.data.entry.TermEntry
Sets the language code for the entry.
setLanguageCodes(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the list of languages codes found in file that exist in the dictionary.
setLanguageIso3Map(Map<String, String>) - Method in class org.termweb.api.data.files.ImportSettings
Sets the map of language names in import file to language codes in dictionary.
setLanguageNames(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the list of names of languages found in file that exist in the dictionary.
setLogin(String) - Method in class org.termweb.api.data.def.User
Sets the login name.
setMaxConcurrentUsers(int) - Method in class org.termweb.api.data.user.Client
Sets the max number of concurrent users.
setMaxLength(int) - Method in class org.termweb.api.data.def.Field
 
setMaxUserAccounts(int) - Method in class org.termweb.api.data.user.Client
Sets the max number of user accounts.
setMinLength(int) - Method in class org.termweb.api.data.def.Field
 
setMissingFieldNames(FieldLevel, List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the list of non-existing field names for a specified level.
setMissingLangCodes(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the list of non-existing language codes.
setMissingSectionNames(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets all non-existing section names.
setName(String) - Method in class org.termweb.api.data.workflow.Project
Sets the name for the project.
setName(String) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
Sets the name for the workflow.
setOperator(CriteriaOperator) - Method in class org.termweb.api.data.search.FilterCriteria
Sets the boolean operator with which this criteria connects to the following criteria in the list.
setOperator(CriteriaOperator) - Method in class org.termweb.api.data.workflow.WorkflowCondition
Sets the boolean operator with which this condition connects to the following condition in the list.
setParameterMap(Map<String, String>) - Method in class org.termweb.api.data.workflow.WorkflowFunctionCall
 
setParentID(TermWebID) - Method in class org.termweb.api.data.def.Domain
Sets the parent domain.
setPicklistValues(List) - Method in class org.termweb.api.data.def.Field
 
setProperty(String, String) - Method in interface org.termweb.api.TermWebSession
Sets a property to include for method calls.
setProperty(String, String) - Method in class org.termweb.api.XmlRpcTermWebSession
 
setPubliclyVisible(boolean) - Method in class org.termweb.api.data.files.ImportSettings
Sets if the settings should be visible for everyone.
setReasons(Map<String, String>) - Method in exception org.termweb.api.ObjectValidationException
 
setRegExp(String) - Method in class org.termweb.api.data.def.Field
 
setRegion(String) - Method in class org.termweb.api.data.entry.TermEntry
Sets the region value for the term.
setRelDate(boolean) - Method in class org.termweb.api.data.search.FilterCriteria
 
setRequired(boolean) - Method in class org.termweb.api.data.def.Field
 
setResultSize(int) - Method in class org.termweb.api.data.search.ConceptXmlResult
 
setScript(String) - Method in class org.termweb.api.data.entry.TermEntry
Sets the script for the term.
setSearchString(String) - Method in class org.termweb.api.data.search.SearchCondition
Sets the search string.
setSectionID(TermWebID) - Method in class org.termweb.api.data.entry.ConceptEntry
Sets the section ID for the concept.
setSectionIDMap(Map<String, TermWebID>) - Method in class org.termweb.api.data.files.ImportSettings
Sets the map of section names in import file to section IDs in dictionary.
setSectionName(String) - Method in class org.termweb.api.data.entry.ConceptEntry
Sets the section name for the concept.
setSectionNames(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets all existing section names.
setSelected(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Sets the object with specified type and ID as selected.
setSelected(String, String, List) - Method in class org.termweb.api.internal.XmlRpcReceiver
Sets multiple objects to be selected.
setSelected(Class, TermWebID) - Method in interface org.termweb.api.TermWebSession
Sets a specified item as selected in the TermWeb session.
setSelected(TermWebObj) - Method in interface org.termweb.api.TermWebSession
Sets a specified object as selected in the TermWeb session.
setSelected(Class, List) - Method in interface org.termweb.api.TermWebSession
Sets a list of items as selected in the TermWeb session.
setSelected(Class, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
Sets a specified item as selected in the TermWeb session.
setSelected(TermWebObj) - Method in class org.termweb.api.XmlRpcTermWebSession
Sets a specified object as selected in the TermWeb session.
setSelected(Class, List) - Method in class org.termweb.api.XmlRpcTermWebSession
Sets a list of items as selected in the TermWeb session.
setSourceLanguage(String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Selects the source language
setSourceLanguage(String) - Method in interface org.termweb.api.TermWebSession
Sets the language for searching in the TermWeb session.
setSourceLanguage(String) - Method in class org.termweb.api.XmlRpcTermWebSession
Sets the language for searching in the TermWeb session.
setSourceTermID(TermWebID) - Method in class org.termweb.api.data.entry.TermEntry
 
setTaskList(List<WorkflowTask>) - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
setTermCount(int) - Method in class org.termweb.api.data.files.ImportValidationReport
Sets the total number of terms.
setTermFieldIDMap(Map<String, TermWebID>) - Method in class org.termweb.api.data.files.ImportSettings
Sets the map of term field names in import file to term field IDs in dictionary.
setTermFields(List) - Method in class org.termweb.api.data.def.Dictionary
 
setTermID(String) - Method in class org.termweb.api.data.entry.TermEntry
Sets the termID for the entry.
setTermStartCriteria(boolean) - Method in class org.termweb.api.data.search.FilterCriteria
 
setTermSyncMethod(TermSyncMethod) - Method in class org.termweb.api.data.files.ImportSettings
Sets the method for term synchronization within synchronized concepts.
setToBeDeleted(boolean) - Method in class org.termweb.api.data.entry.TermEntry
Marks the term entry for deletion.
setType(int) - Method in exception org.termweb.api.AuthenticationException
 
setType(String) - Method in class org.termweb.api.data.files.VirtualFile
 
setType(int) - Method in interface org.termweb.api.TermWebAPITypedThrowable
 
setUnresolvedIds(List<String>) - Method in class org.termweb.api.data.files.ImportValidationReport
Only for internal use.
setUserID(TermWebID) - Method in class org.termweb.api.data.files.ImportSettings
Sets the user who owns the settings.
setValue(String) - Method in class org.termweb.api.data.search.FilterCriteria
Sets the value to check against.
setValue(String) - Method in class org.termweb.api.data.workflow.WorkflowCondition
Sets the value to check against.
setVariablesMap(Map<String, String>) - Method in class org.termweb.api.data.workflow.Project
 
setWorkflowList(List<ProjectWorkflow>) - Method in class org.termweb.api.data.workflow.Project
 
SIMILARITY - Static variable in class org.termweb.api.data.files.TermSyncMethod
Synchronization on term similarity (term name and language)
SOURCE - Static variable in class org.termweb.api.data.def.DataCategory
 
SOURCELANGUAGE - Static variable in class org.termweb.api.data.def.DataCategory
 
STARTS_WITH - Static variable in class org.termweb.api.data.search.CriteriaComparison
A filter criteria comparison with starts with.
suggest(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Creates a new concept from XML in the currently selected section.
suggest(String, String) - Method in interface org.termweb.api.TermWebSession
Creates a new concept from the XML fragment in the first selected section in current dictionary.
suggest(String, String) - Method in class org.termweb.api.XmlRpcTermWebSession
 

T

TERM - Static variable in class org.termweb.api.data.def.FieldLevel
Defines term level.
TERM_CRITERIA_START - Static variable in class org.termweb.api.data.search.CriteriaComparison
Indicates that the criteria is the start of a set of term level criterias.
TERM_ID - Static variable in class org.termweb.api.data.entry.TermEntry
 
TERM_ID - Static variable in class org.termweb.api.data.files.TermSyncMethod
Synchronization on Term ID.
TermEntry - Class in org.termweb.api.data.entry
Contains information about a term entry in a dictionary.
TermEntry() - Constructor for class org.termweb.api.data.entry.TermEntry
Creates a new term entry.
TermEntry(TermWebID) - Constructor for class org.termweb.api.data.entry.TermEntry
Creates a new term entry with specified ID.
TERMLOCATION - Static variable in class org.termweb.api.data.def.DataCategory
 
TERMS - Static variable in class org.termweb.api.data.entry.ConceptEntry
 
TermSyncMethod - Class in org.termweb.api.data.files
Defines the different methods for synchronizing term entries within synchronized concepts during import.
TERMTYPE - Static variable in class org.termweb.api.data.def.DataCategory
 
TermWebAPIThrowable - Interface in org.termweb.api
Interface that identifies a known exception thrown by TermWeb in the API.
TermWebAPITypedThrowable - Interface in org.termweb.api
Interface that identifies a known exception thrown by TermWeb in the API.
TermWebClient - Interface in org.termweb.api
Interface that defines a TermWeb API Client object.
TermWebID - Class in org.termweb.api
Represents an ID for an object in TermWeb.
TermWebID(String) - Constructor for class org.termweb.api.TermWebID
Creates a new TermWebID from the specified string representation of a Long value.
TermWebID(long) - Constructor for class org.termweb.api.TermWebID
Creates a new TermWebID from the specified long value.
TermWebID(int) - Constructor for class org.termweb.api.TermWebID
Creates a new TermWebID from the specified int value.
TermWebID(Long) - Constructor for class org.termweb.api.TermWebID
Creates a new TermWebID from the specified Long value.
TermWebInternalException - Exception in org.termweb.api
Exception thrown for internal errors in TermWeb.
TermWebInternalException(String) - Constructor for exception org.termweb.api.TermWebInternalException
 
TermWebObj - Interface in org.termweb.api.data
Interface that identifies an object in TermWeb that can be handled with the generic CRUD methods in TermWebSession objects.
TermWebSession - Interface in org.termweb.api
This class provides all authorized access to TermWeb.
toString() - Method in class org.termweb.api.APIEnum
 
toString() - Method in class org.termweb.api.data.def.Domain
 
toString() - Method in class org.termweb.api.data.def.Language
 
toString() - Method in class org.termweb.api.data.entry.ConceptEntry
 
toString() - Method in class org.termweb.api.data.entry.IndexTerm
 
toString() - Method in class org.termweb.api.data.entry.TermEntry
 
toString() - Method in class org.termweb.api.data.files.ImportValidationReport
 
toString() - Method in class org.termweb.api.data.files.VirtualFile
 
toString() - Method in class org.termweb.api.data.search.ConceptXmlResult
 
toString() - Method in class org.termweb.api.data.search.Filter
 
toString() - Method in class org.termweb.api.data.search.FilterCriteria
 
toString() - Method in class org.termweb.api.data.workflow.ProjectWorkflow
 
toString() - Method in class org.termweb.api.data.workflow.WorkflowCondition
 
toString() - Method in class org.termweb.api.data.workflow.WorkflowFunctionCall
 
toString() - Method in class org.termweb.api.TermWebID
 

U

UnsupportedObjectTypeException - Exception in org.termweb.api
Exception thrown if a method does not support the specified object type.
UnsupportedObjectTypeException(String) - Constructor for exception org.termweb.api.UnsupportedObjectTypeException
Standard constructor used by client implementation.
UnsupportedObjectTypeException(Class) - Constructor for exception org.termweb.api.UnsupportedObjectTypeException
 
update(String, ConceptEntry) - Method in class org.termweb.api.internal.XmlRpcReceiver
Updates a Concept Entry.
update(String, TermEntry) - Method in class org.termweb.api.internal.XmlRpcReceiver
Updates a Term Entry.
update(String, Project) - Method in class org.termweb.api.internal.XmlRpcReceiver
Updates a Project.
update(String, Filter) - Method in class org.termweb.api.internal.XmlRpcReceiver
Updates a Filter.
update(String, ImportSettings) - Method in class org.termweb.api.internal.XmlRpcReceiver
Updates an ImportSettings object.
update(TermWebObj) - Method in interface org.termweb.api.TermWebSession
Updates the specified object in the system.
update(TermWebObj) - Method in class org.termweb.api.XmlRpcTermWebSession
Updates the specified object in the system.
UPDATE_TERM - Static variable in class org.termweb.api.data.workflow.WorkflowTask
Triggered when a term is updated in the dictionary.
updateDictionaryFromFile(String, String, ImportValidationReport, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Updates the structure of an existing dictionary with the missing fields, sections, domains and languages from the specified validation report and virtual file.
updateDictionaryFromFile(TermWebID, ImportValidationReport, TermWebID) - Method in interface org.termweb.api.TermWebSession
Updates the structure of a dictionary from a file stored in repository.
updateDictionaryFromFile(TermWebID, ImportValidationReport, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
 
USAGENOTE - Static variable in class org.termweb.api.data.def.DataCategory
 
User - Class in org.termweb.api.data.def
Contains data about a user in the system.
User(TermWebID) - Constructor for class org.termweb.api.data.def.User
Creates a new User with specified ID.
USER_DISABLED - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when the user account is disabled.
USER_LOGGED_IN - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when the user is logged in from another ip address.

V

validate(Map<String, String>) - Method in class org.termweb.api.data.entry.ConceptEntry
Validates the object to ensure it contains necessary data to be possible to save in the database.
validate(Map<String, String>) - Method in class org.termweb.api.data.entry.TermEntry
Validates the object to ensure it contains necessary data to be possible to save in the database.
validate(Map<String, String>) - Method in class org.termweb.api.data.files.ImportSettings
Validates the import settings before saving it and stores any errors found in the specified error map, with a mapping from object field name to error message.
validate(Map<String, String>) - Method in class org.termweb.api.data.files.VirtualFile
Validates that the file has a name and data.
validate(Map<String, String>) - Method in interface org.termweb.api.data.TermWebObj
Validates the object to ensure it contains necessary data to be possible to save in the database.
validate(Map<String, String>) - Method in class org.termweb.api.data.workflow.Project
Validates the object to ensure it contains necessary data to be possible to save in the database.
validateFile(String, String, String) - Method in class org.termweb.api.internal.XmlRpcReceiver
Validates a virtual file containing term data for import against a dictionary.
validateFile(TermWebID, TermWebID) - Method in interface org.termweb.api.TermWebSession
Validates a file stored in repository for import.
validateFile(TermWebID, TermWebID) - Method in class org.termweb.api.XmlRpcTermWebSession
 
valueOf(String) - Static method in enum org.termweb.api.common.DataFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.termweb.api.common.DataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VirtualFile - Class in org.termweb.api.data.files
Defines a file object that can be transferred via the API.
VirtualFile() - Constructor for class org.termweb.api.data.files.VirtualFile
Creates a new VirtualFile.
VirtualFile(TermWebID) - Constructor for class org.termweb.api.data.files.VirtualFile
Creates a new VirtualFile with specified ID.

W

WorkflowCondition - Class in org.termweb.api.data.workflow
Defines a condition in a workflow.
WorkflowCondition() - Constructor for class org.termweb.api.data.workflow.WorkflowCondition
 
WorkflowFunction - Class in org.termweb.api.data.workflow
Defines available functions for workflows.
WorkflowFunctionCall - Class in org.termweb.api.data.workflow
Defines a function call inside a workflow.
WorkflowFunctionCall() - Constructor for class org.termweb.api.data.workflow.WorkflowFunctionCall
 
WorkflowTask - Class in org.termweb.api.data.workflow
Defines available tasks that can trigger workflows.
WRONG_LOGIN_OR_PASSWORD - Static variable in exception org.termweb.api.AuthenticationException
Type constant for when the specified login or password is incorrect.

X

XmlRpcReceiver - Class in org.termweb.api.internal
These are the available methods for TermWeb XML-RPC API.
XmlRpcReceiver() - Constructor for class org.termweb.api.internal.XmlRpcReceiver
 
XmlRpcTermWebClient - Class in org.termweb.api
Client class for using TermWeb API via XML-RPC.
XmlRpcTermWebSession - Class in org.termweb.api
Session object for XML-RPC client sessions.
A C D E F G H I L M N O P R S T U V W X 

Copyright © 2009-2016 Interverbum Technology AB. All Rights Reserved.