Package com.apelon.dts.client.term

This package provides capability to access and manipulate terms in a DTS client application.

See:
          Description

Class Summary
BaseTermQuery BaseTermQuery is a base class for TermQuery and TermSearchQuery.
Term DTS representation of a term, which can be associated with or independent of any DTSConcept.
TermAttributeSetDescriptor TermAttributeSetDescriptor is a description of the set of term attributes that should be retrieved by a given operation.
TermQuery TermQuery support queries on terms, including their properties.
TermSearchOptions The term search options pass information to be used in a search, other than the actual search pattern.
TermSearchQuery TermSearchQuery provides search methods for searching terms.
 

Package com.apelon.dts.client.term Description

This package provides capability to access and manipulate terms in a DTS client application.  Terms may be stand-alone or a synonymous term belonging to a DTSConcept.

Using methods in TermQuery a client can add, delete, or modify terms and their properties, if the Namespace is a local writable namespace.  Regardless of the namespace, TermQuery can be used to find a term, and the Term class can be used to access its attributes (name, ID, code, namespace ID) and any (qualified) properties attached to the term or associations with other terms.





Copyright © 2011. All Rights Reserved.