Uses of Class
com.apelon.dts.client.term.TermAttributeSetDescriptor

Packages that use TermAttributeSetDescriptor
com.apelon.dts.client.term This package provides capability to access and manipulate terms in a DTS client application. 
 

Uses of TermAttributeSetDescriptor in com.apelon.dts.client.term
 

Fields in com.apelon.dts.client.term declared as TermAttributeSetDescriptor
static TermAttributeSetDescriptor TermAttributeSetDescriptor.ALL_ATTRIBUTES
          ALL_ATTRIBUTES is a special TermAttributeSetDescriptor that will cause all attributes of a term to be fetched.
static TermAttributeSetDescriptor TermAttributeSetDescriptor.NO_ATTRIBUTES
          NO_ATTRIBUTES is a special TermAttributeSetDescriptor that will cause no attributes of a term to be fetched.
 

Methods in com.apelon.dts.client.term that return TermAttributeSetDescriptor
 TermAttributeSetDescriptor TermSearchOptions.getAttributeSetDescriptor()
          Gets the TermAttributeSetDescriptor to be used to set the amount of information retrieved with the terms returned by a search.
 

Methods in com.apelon.dts.client.term with parameters of type TermAttributeSetDescriptor
 Term BaseTermQuery.findTermByCode(String termCode, int namespaceId, TermAttributeSetDescriptor termDescriptor)
          Gets a Term object with the specified code and namespace ID.
 Term BaseTermQuery.findTermById(int termId, int namespaceId, TermAttributeSetDescriptor termDescriptor)
          Gets a Term object by passing the ID and a namespace ID.
 Term[] BaseTermQuery.findTermsByName(String termName, int namespaceId, TermAttributeSetDescriptor termDescriptor)
          Gets Term objects with the specified name and namespace ID.
 void TermSearchOptions.setAttributeSetDescriptor(TermAttributeSetDescriptor asd)
          Sets the TermAttributeSetDescriptor to be used to set the amount of information retrieved with the terms returned by a search.
 

Constructors in com.apelon.dts.client.term with parameters of type TermAttributeSetDescriptor
TermSearchOptions(int searchLimit, int namespaceId, TermAttributeSetDescriptor asd)
          Convenience constructor for setting all options at once.
 



Copyright © 2011. All Rights Reserved.