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

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

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

Methods in com.apelon.dts.client.term with parameters of type TermSearchOptions
 Term[] TermSearchQuery.findTermsWithInverseTermAssociationMatching(AssociationType termAssocType, String fromTermName, TermSearchOptions options)
          Finds terms with Term Association having given Term Association Type and matching From Term name pattern.
 Term[] TermSearchQuery.findTermsWithNameMatching(String pattern, TermSearchOptions options)
          Retrieves each term with a name (string identifier) that matches the argument pattern, based on the specified search options.
 Term[] TermSearchQuery.findTermsWithPropertyMatching(DTSPropertyType propType, String pattern, TermSearchOptions options)
          Finds terms with Property having given Property Type and matching value pattern.
 Term[] TermSearchQuery.findTermsWithTermAssociationMatching(AssociationType termAssocType, String toTermName, TermSearchOptions options)
          Finds terms with Term Association having given Term Association Type and matching To Term name pattern.
 



Copyright © 2011. All Rights Reserved.